aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2010-05-27mmc: OMAP HS-MMC: convert to dev_pm_opsKevin Hilman1-4/+11
2010-05-27omap_hsmmc: improve interrupt synchronisationAdrian Hunter1-128/+134
2010-04-07omap hsmmc: fix a bug in card remove scenarioMadhusudhan Chikkature1-7/+2
2010-02-15omap_hsmmc: allow compile without regulator frameworkAdrian Hunter1-54/+79
2010-02-15omap_hsmmc: Allow for a shared VccQAdrian Hunter1-1/+15
2010-02-15omap_hsmmc: Ensure regulator enable / disable are pairedAdrian Hunter1-6/+3
2010-02-15omap_hsmmc: Fix disable timeoutsAdrian Hunter1-2/+2
2010-02-15omap_hsmmc: Allow for power saving without going offAdrian Hunter1-0/+6
2010-02-15omap_hsmmc: Move gpio and regulator control from board fileAdrian Hunter1-13/+339
2009-11-10Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren1-4/+4
2009-10-29omap_hsmmc: add missing probe handler hookRoger Quadros1-1/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-4/+4
2009-09-23omap4: mmc driver support on OMAP4kishore kadiyala1-0/+10
2009-09-23omap_hsmmc: set a large data timeout for commands with busy signalAdrian Hunter1-4/+11
2009-09-23omap_hsmmc: ensure all clock enables and disables are pairedAdrian Hunter1-27/+33
2009-09-23omap_hsmmc: protect the card when the cover is openAdrian Hunter1-2/+61
2009-09-23omap_hsmmc: code refactoringDenis Karpov1-159/+161
2009-09-23omap_hsmmc: prevent races with irq handlerAdrian Hunter1-0/+25
2009-09-23omap_hsmmc: cater for weird CMD6 behaviourAdrian Hunter1-0/+7
2009-09-23omap_hsmmc: clear interrupt status after init sequenceAdrian Hunter1-0/+4
2009-09-23omap_hsmmc: cleanup macro usageDenis Karpov1-23/+19
2009-09-23omap_hsmmc: fix NULL pointer dereferenceJarkko Lavinen1-1/+1
2009-09-23omap_hsmmc: add mmc card sleep and awake supportJarkko Lavinen1-74/+88
2009-09-23omap_hsmmc: put MMC regulator to sleepAdrian Hunter1-5/+54
2009-09-23omap_hsmmc: support for deeper power saving statesDenis Karpov1-30/+215
2009-09-23omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter1-0/+3
2009-09-23omap_hsmmc: fix scatter-gather list sanity checkingJarkko Lavinen1-2/+12
2009-09-23omap_hsmmc: ensure workqueues are empty before suspendAdrian Hunter1-16/+34
2009-09-23omap_hsmmc: set open drain bit correctlyDenis Karpov1-2/+4
2009-09-23omap_hsmmc: context save/restore supportDenis Karpov1-10/+184
2009-09-23omap_hsmmc: keep track of power modeAdrian Hunter1-8/+19
2009-09-23omap_hsmmc: make use of new enable/disable interfaceAdrian Hunter1-10/+58
2009-09-23omap_hsmmc: add debugfs entry (host registers)Denis Karpov1-0/+57
2009-09-23mmc: register mmci-omap-hs using platform_driver_probeUwe Kleine-König1-2/+1
2009-09-23OMAP: HSMMC: do not enable buffer ready interrupt if using DMAAnand Gadiyar1-1/+8
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+3
2009-06-03omap_hsmmc: Trivial fix for a typo in commentAnand Gadiyar1-1/+1
2009-05-28ARM: OMAP3: mmc-twl4030 uses regulator frameworkDavid Brownell1-3/+3
2009-04-08omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occursJarkko Lavinen1-1/+1
2009-04-08mmc: Fix compile for omap_hsmmc.cTony Lindgren1-1/+0
2009-04-08omap_hsmmc: Flush posted write to IRQKevin Hilman1-0/+4
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-150/+205
2009-03-24omap_hsmmc: Wait for SDBPAdrian Hunter1-5/+15
2009-03-24omap_hsmmc: Fix MMC3 dmaGrazvydas Ignotas1-11/+25
2009-03-24omap_hsmmc: Disable SDBP at suspendJarkko Lavinen1-14/+2
2009-03-24omap_hsmmc: Do not prefix slot nameAdrian Hunter1-1/+1
2009-03-24omap_hsmmc: Allow cover switch to cause rescanAdrian Hunter1-4/+7
2009-03-24omap_hsmmc: Add 8-bit bus width mode supportJarkko Lavinen1-1/+11
2009-03-24omap_hsmmc: Implement scatter-gather emulationJuha Yrjola1-77/+95