summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-2/+1Star
* sdio: recognize io card without powercycleAlbert Herranz2010-03-131-0/+1
* sdio: introduce API for special power management featuresNicolas Pitre2010-03-061-3/+9
* mmc: add module parameter to set whether cards are assumed removableBen Hutchings2009-12-151-0/+16
* mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre2009-09-231-7/+28
* mmc: power off once at removalDenis Karpov2009-09-231-0/+2
* mmc: add mmc card sleep and awake supportJarkko Lavinen2009-09-231-0/+40
* mmc: add ability to save power by powering off cardsAdrian Hunter2009-09-231-0/+34
* mmc: allow host claim / release nestingAdrian Hunter2009-09-231-9/+25
* mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter2009-09-231-6/+171
* mmc: in mmc_power_up(), use previously selected ocr if availableBalaji Rao2009-09-231-1/+7
* MMC core: limit minimum initialization frequency to 400kHzSascha Hauer2009-06-131-1/+7
* mmc: mmc_rescan detects card change in one runJorg Schummer2009-06-131-44/+55
* mmc: increase power up delayJosé M. Fernández2009-05-031-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-04-051-0/+18
|\
| * mmc_spi: allow higher timeouts for SPI modeWolfgang Muees2009-03-241-0/+15
| * mmc: During unsafe resume, select the right volatge for the cardBalaji Rao2009-03-241-0/+1
| * mmc: delayed_work was never cancelledJorg Schummer2009-03-241-0/+2
* | MMC: regulator utilitiesDavid Brownell2009-03-311-0/+100
|/
* mmc: warn about voltage mismatchesDavid Brownell2008-12-311-0/+2
* mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov2008-12-311-0/+75
* mmc: increase SD write timeout for crappy cardsPierre Ossman2008-11-081-1/+5
* mmc: properly iterate over sg list in debug checkPierre Ossman2008-08-011-2/+3
* mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-151-1/+28
* mmc: add support for card-detection pollingAnton Vorontsov2008-07-151-3/+9
* mmc: proper prototypes for mmc_attach_*()Adrian Bunk2008-04-181-4/+0Star
* mmc: make __mmc_release_bus() staticAdrian Bunk2008-04-181-1/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0Star
* mmc: add led triggerPierre Ossman2007-09-241-0/+5
* MMC core learns about SPIDavid Brownell2007-09-231-4/+24
* mmc: increase power up delayPierre Ossman2007-09-231-1/+9
* mmc: replace BUG_ON with WARN_ONPierre Ossman2007-09-231-6/+6
* mmc: fix sdio timeout calculationPierre Ossman2007-09-231-0/+9
* mmc: fix incorrect divisor in debug outputPierre Ossman2007-09-231-1/+1
* sdio: allow for mmc_claim_host to be abortedNicolas Pitre2007-09-231-6/+16
* mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre2007-09-231-1/+1
* mmc: basic SDIO device modelPierre Ossman2007-09-231-5/+22
* mmc: detect SDIO cardsPierre Ossman2007-09-231-12/+28
* mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman2007-09-231-5/+3Star
* mmc: remove custom error codesPierre Ossman2007-09-231-2/+2
* drivers/mmc/core/: make 3 functions staticAdrian Bunk2007-07-261-23/+40
* mmc: proper debugging output in corePierre Ossman2007-07-261-8/+40
* mmc: add a might_sleep() to mmc_claim_host()Pierre Ossman2007-07-261-0/+2
* mmc: update kerneldocPierre Ossman2007-07-261-12/+19
* mmc: move layer init and workqueue to core filePierre Ossman2007-07-091-1/+48
* mmc: refactor host class handlingPierre Ossman2007-07-091-77/+5Star
* mmc: refactor bus operationsPierre Ossman2007-07-091-16/+0Star
* mmc build fixAndrew Morton2007-05-091-2/+2
* mmc: use lock instead of claim in debug checkPierre Ossman2007-05-081-4/+6
* mmc: support unsafe resume of cardsPierre Ossman2007-05-011-6/+23