summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/omap_hsmmc.c
AgeCommit message (Expand)Author
2010-09-09omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspendEthan Du
2010-09-09omap_hsmmc: remove unused local `state'Sergio Aguirre
2010-08-12omap_hsmmc: add erase capabilityAdrian Hunter
2010-08-11omap hsmmc: fix processing of all dma interrupts as block completionVenkatraman S
2010-08-11omap_hsmmc: add init_card pass-through callbackGrazvydas Ignotas
2010-08-11mmc: omap: fix for bus width which improves SD card's peformance.Kishore Kadiyala
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming
2010-05-27mmc: OMAP HS-MMC: convert to dev_pm_opsKevin Hilman
2010-05-27omap_hsmmc: improve interrupt synchronisationAdrian Hunter
2010-04-07omap hsmmc: fix a bug in card remove scenarioMadhusudhan Chikkature
2010-02-15omap_hsmmc: allow compile without regulator frameworkAdrian Hunter
2010-02-15omap_hsmmc: Allow for a shared VccQAdrian Hunter
2010-02-15omap_hsmmc: Ensure regulator enable / disable are pairedAdrian Hunter
2010-02-15omap_hsmmc: Fix disable timeoutsAdrian Hunter
2010-02-15omap_hsmmc: Allow for power saving without going offAdrian Hunter
2010-02-15omap_hsmmc: Move gpio and regulator control from board fileAdrian Hunter
2009-11-10Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren
2009-10-29omap_hsmmc: add missing probe handler hookRoger Quadros
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren
2009-09-23omap4: mmc driver support on OMAP4kishore kadiyala
2009-09-23omap_hsmmc: set a large data timeout for commands with busy signalAdrian Hunter
2009-09-23omap_hsmmc: ensure all clock enables and disables are pairedAdrian Hunter
2009-09-23omap_hsmmc: protect the card when the cover is openAdrian Hunter
2009-09-23omap_hsmmc: code refactoringDenis Karpov
2009-09-23omap_hsmmc: prevent races with irq handlerAdrian Hunter
2009-09-23omap_hsmmc: cater for weird CMD6 behaviourAdrian Hunter
2009-09-23omap_hsmmc: clear interrupt status after init sequenceAdrian Hunter
2009-09-23omap_hsmmc: cleanup macro usageDenis Karpov
2009-09-23omap_hsmmc: fix NULL pointer dereferenceJarkko Lavinen
2009-09-23omap_hsmmc: add mmc card sleep and awake supportJarkko Lavinen
2009-09-23omap_hsmmc: put MMC regulator to sleepAdrian Hunter
2009-09-23omap_hsmmc: support for deeper power saving statesDenis Karpov
2009-09-23omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter
2009-09-23omap_hsmmc: fix scatter-gather list sanity checkingJarkko Lavinen
2009-09-23omap_hsmmc: ensure workqueues are empty before suspendAdrian Hunter
2009-09-23omap_hsmmc: set open drain bit correctlyDenis Karpov
2009-09-23omap_hsmmc: context save/restore supportDenis Karpov
2009-09-23omap_hsmmc: keep track of power modeAdrian Hunter
2009-09-23omap_hsmmc: make use of new enable/disable interfaceAdrian Hunter
2009-09-23omap_hsmmc: add debugfs entry (host registers)Denis Karpov
2009-09-23mmc: register mmci-omap-hs using platform_driver_probeUwe Kleine-König
2009-09-23OMAP: HSMMC: do not enable buffer ready interrupt if using DMAAnand Gadiyar
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-06-03omap_hsmmc: Trivial fix for a typo in commentAnand Gadiyar
2009-05-28ARM: OMAP3: mmc-twl4030 uses regulator frameworkDavid Brownell
2009-04-08omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occursJarkko Lavinen
2009-04-08mmc: Fix compile for omap_hsmmc.cTony Lindgren
2009-04-08omap_hsmmc: Flush posted write to IRQKevin Hilman
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2009-03-24omap_hsmmc: Wait for SDBPAdrian Hunter