aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter1-0/+346
2010-08-11mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky1-26/+57
2010-08-11mmc: implement SD-combo (IO+mem) supportMichal Miroslaw1-2/+10
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-2/+1
2010-03-12sdio: recognize io card without powercycleAlbert Herranz1-0/+1
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre1-3/+9
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings1-0/+16
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre1-7/+28
2009-09-23mmc: power off once at removalDenis Karpov1-0/+2
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen1-0/+40
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter1-0/+34
2009-09-23mmc: allow host claim / release nestingAdrian Hunter1-9/+25
2009-09-23mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter1-6/+171
2009-09-23mmc: in mmc_power_up(), use previously selected ocr if availableBalaji Rao1-1/+7
2009-06-13MMC core: limit minimum initialization frequency to 400kHzSascha Hauer1-1/+7
2009-06-13mmc: mmc_rescan detects card change in one runJorg Schummer1-44/+55
2009-05-03mmc: increase power up delayJosé M. Fernández1-2/+2
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-0/+18
2009-03-31MMC: regulator utilitiesDavid Brownell1-0/+100
2009-03-24mmc_spi: allow higher timeouts for SPI modeWolfgang Muees1-0/+15
2009-03-24mmc: During unsafe resume, select the right volatge for the cardBalaji Rao1-0/+1
2009-03-24mmc: delayed_work was never cancelledJorg Schummer1-0/+2
2008-12-31mmc: warn about voltage mismatchesDavid Brownell1-0/+2
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov1-0/+75
2008-11-08mmc: increase SD write timeout for crappy cardsPierre Ossman1-1/+5
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman1-2/+3
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman1-1/+28
2008-07-15mmc: add support for card-detection pollingAnton Vorontsov1-3/+9
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk1-4/+0
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk1-1/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-09-24mmc: add led triggerPierre Ossman1-0/+5
2007-09-23MMC core learns about SPIDavid Brownell1-4/+24
2007-09-23mmc: increase power up delayPierre Ossman1-1/+9
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman1-6/+6
2007-09-23mmc: fix sdio timeout calculationPierre Ossman1-0/+9
2007-09-23mmc: fix incorrect divisor in debug outputPierre Ossman1-1/+1
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre1-6/+16
2007-09-23mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre1-1/+1
2007-09-23mmc: basic SDIO device modelPierre Ossman1-5/+22
2007-09-23mmc: detect SDIO cardsPierre Ossman1-12/+28
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman1-5/+3
2007-09-23mmc: remove custom error codesPierre Ossman1-2/+2
2007-07-26drivers/mmc/core/: make 3 functions staticAdrian Bunk1-23/+40
2007-07-26mmc: proper debugging output in corePierre Ossman1-8/+40
2007-07-26mmc: add a might_sleep() to mmc_claim_host()Pierre Ossman1-0/+2
2007-07-26mmc: update kerneldocPierre Ossman1-12/+19
2007-07-09mmc: move layer init and workqueue to core filePierre Ossman1-1/+48
2007-07-09mmc: refactor host class handlingPierre Ossman1-77/+5
2007-07-09mmc: refactor bus operationsPierre Ossman1-16/+0