aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/omap_hsmmc.c
AgeCommit message (Expand)Author
2009-10-29omap_hsmmc: add missing probe handler hookRoger Quadros
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
2009-03-24omap_hsmmc: Fix MMC3 dmaGrazvydas Ignotas
2009-03-24omap_hsmmc: Disable SDBP at suspendJarkko Lavinen
2009-03-24omap_hsmmc: Do not prefix slot nameAdrian Hunter
2009-03-24omap_hsmmc: Allow cover switch to cause rescanAdrian Hunter
2009-03-24omap_hsmmc: Add 8-bit bus width mode supportJarkko Lavinen
2009-03-24omap_hsmmc: Implement scatter-gather emulationJuha Yrjola
2009-03-24omap_hsmmc: Fix response type for busy after responseAdrian Hunter
2009-03-24omap_hsmmc: Do dma cleanup also with data CRC errorsJarkko Lavinen
2009-03-24omap_hsmmc: Initialize hsmmc controller registers when resumingKim Kyuwon
2009-03-24omap_hsmmc: do not re-power when powering off MMCAdrian Hunter
2009-03-19Merge branch 'omap-clks3' into develRussell King
2009-02-18omap_hsmmc: Change while(); loops with finite versionJean Pihet
2009-02-18omap_hsmmc: recover from transfer failuresJean Pihet
2009-02-18omap_hsmmc: only MMC1 allows HCTL.SDVS != 1.8VDavid Brownell
2009-02-18omap_hsmmc: card detect irq bugfixDavid Brownell
2009-02-08[ARM] omap: hsmmc: new short connection id namesRussell King
2009-01-24[ARM] 5369/1: omap mmc: Add new omap hsmmc controller for 2430 and 34xx, v3Madhusudhan Chikkature