summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen1-4/+14
2008-07-15MMC: Trivial comment cleanupDeepak Saxena1-1/+1
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman1-51/+39
2007-10-17mmc: possible leak in mmc_read_ext_csdFlorin Malita1-1/+2
2007-09-23MMC core learns about SPIDavid Brownell1-13/+37
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman1-2/+2
2007-09-23mmc: add missing printk levelsPierre Ossman1-2/+3
2007-09-23mmc: read ext_csd version numberPierre Ossman1-7/+17
2007-09-23mmc: improve error code feedbackPierre Ossman1-8/+19
2007-09-23mmc: remove custom error codesPierre Ossman1-18/+18
2007-07-26mmc: add missing printk levelsPierre Ossman1-2/+2
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman1-1/+6
2007-07-26mmc: Don't hold lock when releasing an added cardPierre Ossman1-5/+8
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-07-09mmc: fix silly copy-and-paste errorPierre Ossman1-3/+3
2007-07-09mmc: refactor bus operationsPierre Ossman1-6/+53
2007-05-01mmc: remove old card statesPierre Ossman1-8/+14
2007-05-01mmc: support unsafe resume of cardsPierre Ossman1-97/+192
2007-05-01mmc: separate out reading EXT_CSDPierre Ossman1-40/+35
2007-05-01MMC: Fix handling of low-voltage cardsPhilip Langdale1-0/+11
2007-05-01mmc: add bus handlerPierre Ossman1-0/+430