aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/glamo-mci.c
AgeCommit message (Collapse)Author
2010-07-03glamo-mci: add a "nonremovable" field to glamo_mmc_platform_dataThibaut Girka
On the FR, the µSD can't be removed without removing the battery first. So, we can safely assume that the µSD is not removable. This patch make the MMC subsystem know that the card isn't removable if the new "nonremovable" field in the platform data is true. This affects, amongst other things, the suspend/resume process, the default behaviour being to remove the card (after syncind any mounted FS) on suspend, and re-detect it on resume, to prevent errors when removing the card while the device is suspended.
2010-07-03glamo-mci: enable irq line sooner to fix resumeThibaut Girka
mmc_resume_host may send commands to the MMC host, so, the IRQ line have to be re-enabled before the mmc_resume_host call. Otherwise, the call may hang, preventing the device from fully waking up.
2010-07-03glamo: rename glamo-fb.c/reg_* by glamofb_reg_* ; same for ↵Thibaut Girka
glamo-mci.c/glamo_reg_*
2010-06-23glamo: Move subdrivers to appropriate directoriesThibaut Girka
Instead of staying in drivers/mfd/glamo, the glamo subdrivers have been moved to the appropriate directories. Additionally, config options were renamed as follows: * MFD_GLAMO stays the same * MFD_GLAMO_MCI becomes MMC_GLAMO * MFD_GLAMO_GPIO becomes GPIO_GLAMO * MFD_GLAMO_FB becomes FB_GLAMO