summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* omap_hsmmc: add missing probe handler hookRoger Quadros2009-10-291-1/+1
* omap4: mmc driver support on OMAP4kishore kadiyala2009-09-231-0/+10
* omap_hsmmc: set a large data timeout for commands with busy signalAdrian Hunter2009-09-231-4/+11
* omap_hsmmc: ensure all clock enables and disables are pairedAdrian Hunter2009-09-231-27/+33
* omap_hsmmc: protect the card when the cover is openAdrian Hunter2009-09-231-2/+61
* omap_hsmmc: code refactoringDenis Karpov2009-09-231-159/+161
* omap_hsmmc: prevent races with irq handlerAdrian Hunter2009-09-231-0/+25
* omap_hsmmc: cater for weird CMD6 behaviourAdrian Hunter2009-09-231-0/+7
* omap_hsmmc: clear interrupt status after init sequenceAdrian Hunter2009-09-231-0/+4
* omap_hsmmc: cleanup macro usageDenis Karpov2009-09-231-23/+19Star
* omap_hsmmc: fix NULL pointer dereferenceJarkko Lavinen2009-09-231-1/+1
* omap_hsmmc: add mmc card sleep and awake supportJarkko Lavinen2009-09-231-74/+88
* omap_hsmmc: put MMC regulator to sleepAdrian Hunter2009-09-231-5/+54
* omap_hsmmc: support for deeper power saving statesDenis Karpov2009-09-231-30/+215
* omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter2009-09-231-0/+3
* omap_hsmmc: fix scatter-gather list sanity checkingJarkko Lavinen2009-09-231-2/+12
* omap_hsmmc: ensure workqueues are empty before suspendAdrian Hunter2009-09-231-16/+34
* omap_hsmmc: set open drain bit correctlyDenis Karpov2009-09-231-2/+4
* omap_hsmmc: context save/restore supportDenis Karpov2009-09-231-10/+184
* omap_hsmmc: keep track of power modeAdrian Hunter2009-09-231-8/+19
* omap_hsmmc: make use of new enable/disable interfaceAdrian Hunter2009-09-231-10/+58
* omap_hsmmc: add debugfs entry (host registers)Denis Karpov2009-09-231-0/+57
* mmc: register mmci-omap-hs using platform_driver_probeUwe Kleine-König2009-09-231-2/+1Star
* OMAP: HSMMC: do not enable buffer ready interrupt if using DMAAnand Gadiyar2009-09-231-1/+8
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-141-3/+3
|\
| * ARM: OMAP3: mmc-twl4030 uses regulator frameworkDavid Brownell2009-05-281-3/+3
* | omap_hsmmc: Trivial fix for a typo in commentAnand Gadiyar2009-06-031-1/+1
|/
* omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occursJarkko Lavinen2009-04-081-1/+1
* mmc: Fix compile for omap_hsmmc.cTony Lindgren2009-04-081-1/+0Star
* omap_hsmmc: Flush posted write to IRQKevin Hilman2009-04-081-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-04-051-150/+205
|\
| * omap_hsmmc: Wait for SDBPAdrian Hunter2009-03-241-5/+15
| * omap_hsmmc: Fix MMC3 dmaGrazvydas Ignotas2009-03-241-11/+25
| * omap_hsmmc: Disable SDBP at suspendJarkko Lavinen2009-03-241-14/+2Star
| * omap_hsmmc: Do not prefix slot nameAdrian Hunter2009-03-241-1/+1
| * omap_hsmmc: Allow cover switch to cause rescanAdrian Hunter2009-03-241-4/+7
| * omap_hsmmc: Add 8-bit bus width mode supportJarkko Lavinen2009-03-241-1/+11
| * omap_hsmmc: Implement scatter-gather emulationJuha Yrjola2009-03-241-77/+95
| * omap_hsmmc: Fix response type for busy after responseAdrian Hunter2009-03-241-9/+29
| * omap_hsmmc: Do dma cleanup also with data CRC errorsJarkko Lavinen2009-03-241-5/+5
| * omap_hsmmc: Initialize hsmmc controller registers when resumingKim Kyuwon2009-03-241-23/+32
| * omap_hsmmc: do not re-power when powering off MMCAdrian Hunter2009-03-241-17/+0Star
* | Merge branch 'omap-clks3' into develRussell King2009-03-191-2/+2
|\ \ | |/ |/|
| * [ARM] omap: hsmmc: new short connection id namesRussell King2009-02-081-2/+2
* | omap_hsmmc: Change while(); loops with finite versionJean Pihet2009-02-181-24/+30
* | omap_hsmmc: recover from transfer failuresJean Pihet2009-02-181-1/+8
* | omap_hsmmc: only MMC1 allows HCTL.SDVS != 1.8VDavid Brownell2009-02-181-10/+33
* | omap_hsmmc: card detect irq bugfixDavid Brownell2009-02-181-1/+3
|/
* [ARM] 5369/1: omap mmc: Add new omap hsmmc controller for 2430 and 34xx, v3Madhusudhan Chikkature2009-01-241-0/+1242