summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: Adding twl6030 mmc card detect support for MMC1kishore kadiyala2010-10-291-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2010-10-281-10/+14
|\
| * mmc: Move regulator handling closer to coreLinus Walleij2010-10-231-8/+13
| * mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1
* | omap4 hsmmc: Update ocr mask for MMC2 for regulator to usekishore kadiyala2010-10-011-0/+12
* | omap4 hsmmc: Register offset handlingkishore kadiyala2010-10-011-0/+2
* | OMAP4 ES2: HSMMC soft reset changeMadhusudhan Chikkature2010-10-011-0/+11
* | omap: mmc: extended to pass host capabilities from board fileSukumar Ghorai2010-09-271-16/+2
|/
* omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspendEthan Du2010-09-091-1/+1
* omap_hsmmc: remove unused local `state'Sergio Aguirre2010-09-091-1/+0
* omap_hsmmc: add erase capabilityAdrian Hunter2010-08-121-3/+10
* omap hsmmc: fix processing of all dma interrupts as block completionVenkatraman S2010-08-111-2/+5
* omap_hsmmc: add init_card pass-through callbackGrazvydas Ignotas2010-08-111-0/+10
* mmc: omap: fix for bus width which improves SD card's peformance.Kishore Kadiyala2010-08-111-2/+15
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* mmc: OMAP HS-MMC: convert to dev_pm_opsKevin Hilman2010-05-271-4/+11
* omap_hsmmc: improve interrupt synchronisationAdrian Hunter2010-05-271-128/+134
* omap hsmmc: fix a bug in card remove scenarioMadhusudhan Chikkature2010-04-071-7/+2
* omap_hsmmc: allow compile without regulator frameworkAdrian Hunter2010-02-151-54/+79
* omap_hsmmc: Allow for a shared VccQAdrian Hunter2010-02-151-1/+15
* omap_hsmmc: Ensure regulator enable / disable are pairedAdrian Hunter2010-02-151-6/+3
* omap_hsmmc: Fix disable timeoutsAdrian Hunter2010-02-151-2/+2
* omap_hsmmc: Allow for power saving without going offAdrian Hunter2010-02-151-0/+6
* omap_hsmmc: Move gpio and regulator control from board fileAdrian Hunter2010-02-151-13/+339
* Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren2009-11-101-4/+4
|\
| * omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-4/+4
* | 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/+19
* 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/+1
* OMAP: HSMMC: do not enable buffer ready interrupt if using DMAAnand Gadiyar2009-09-231-1/+8
OpenPOWER on IntegriCloud