summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)Author
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre
2009-09-23mmc: power off once at removalDenis Karpov
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter
2009-09-23mmc: allow host claim / release nestingAdrian Hunter
2009-09-23mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter
2009-09-23mmc: in mmc_power_up(), use previously selected ocr if availableBalaji Rao
2009-06-13MMC core: limit minimum initialization frequency to 400kHzSascha Hauer
2009-06-13mmc: mmc_rescan detects card change in one runJorg Schummer
2009-05-03mmc: increase power up delayJosé M. Fernández
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2009-03-31MMC: regulator utilitiesDavid Brownell
2009-03-24mmc_spi: allow higher timeouts for SPI modeWolfgang Muees
2009-03-24mmc: During unsafe resume, select the right volatge for the cardBalaji Rao
2009-03-24mmc: delayed_work was never cancelledJorg Schummer
2008-12-31mmc: warn about voltage mismatchesDavid Brownell
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov
2008-11-08mmc: increase SD write timeout for crappy cardsPierre Ossman
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman
2008-07-15mmc: add support for card-detection pollingAnton Vorontsov
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk
2007-09-24mmc: add led triggerPierre Ossman
2007-09-23MMC core learns about SPIDavid Brownell
2007-09-23mmc: increase power up delayPierre Ossman
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman
2007-09-23mmc: fix sdio timeout calculationPierre Ossman
2007-09-23mmc: fix incorrect divisor in debug outputPierre Ossman
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre
2007-09-23mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre
2007-09-23mmc: basic SDIO device modelPierre Ossman
2007-09-23mmc: detect SDIO cardsPierre Ossman
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman
2007-09-23mmc: remove custom error codesPierre Ossman
2007-07-26drivers/mmc/core/: make 3 functions staticAdrian Bunk
2007-07-26mmc: proper debugging output in corePierre Ossman
2007-07-26mmc: add a might_sleep() to mmc_claim_host()Pierre Ossman
2007-07-26mmc: update kerneldocPierre Ossman
2007-07-09mmc: move layer init and workqueue to core filePierre Ossman
2007-07-09mmc: refactor host class handlingPierre Ossman
2007-07-09mmc: refactor bus operationsPierre Ossman
2007-05-09mmc build fixAndrew Morton
2007-05-08mmc: use lock instead of claim in debug checkPierre Ossman
2007-05-01mmc: support unsafe resume of cardsPierre Ossman
2007-05-01mmc: add bus handlerPierre Ossman
2007-05-01mmc: Separate out protocol opsPierre Ossman
2007-05-01mmc: Move core functions to subdirPierre Ossman