summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorLines
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk-4/+0
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk-1/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk-1/+0
2007-09-24mmc: add led triggerPierre Ossman-0/+5
2007-09-23MMC core learns about SPIDavid Brownell-4/+24
2007-09-23mmc: increase power up delayPierre Ossman-1/+9
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman-6/+6
2007-09-23mmc: fix sdio timeout calculationPierre Ossman-0/+9
2007-09-23mmc: fix incorrect divisor in debug outputPierre Ossman-1/+1
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre-6/+16
2007-09-23mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre-1/+1
2007-09-23mmc: basic SDIO device modelPierre Ossman-5/+22
2007-09-23mmc: detect SDIO cardsPierre Ossman-12/+28
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman-5/+3
2007-09-23mmc: remove custom error codesPierre Ossman-2/+2
2007-07-26drivers/mmc/core/: make 3 functions staticAdrian Bunk-23/+40
2007-07-26mmc: proper debugging output in corePierre Ossman-8/+40
2007-07-26mmc: add a might_sleep() to mmc_claim_host()Pierre Ossman-0/+2
2007-07-26mmc: update kerneldocPierre Ossman-12/+19
2007-07-09mmc: move layer init and workqueue to core filePierre Ossman-1/+48
2007-07-09mmc: refactor host class handlingPierre Ossman-77/+5
2007-07-09mmc: refactor bus operationsPierre Ossman-16/+0
2007-05-09mmc build fixAndrew Morton-2/+2
2007-05-08mmc: use lock instead of claim in debug checkPierre Ossman-4/+6
2007-05-01mmc: support unsafe resume of cardsPierre Ossman-6/+23
2007-05-01mmc: add bus handlerPierre Ossman-681/+136
2007-05-01mmc: Separate out protocol opsPierre Ossman-447/+64
2007-05-01mmc: Move core functions to subdirPierre Ossman-0/+1638