aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-09mmc build fixAndrew Morton1-2/+2
2007-05-08mmc: use lock instead of claim in debug checkPierre Ossman1-4/+6
2007-05-01mmc: support unsafe resume of cardsPierre Ossman1-6/+23
2007-05-01mmc: add bus handlerPierre Ossman1-681/+136
2007-05-01mmc: Separate out protocol opsPierre Ossman1-447/+64
2007-05-01mmc: Move core functions to subdirPierre Ossman1-0/+1638