aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter1-0/+82
2010-08-11mmc: split mmc_sd_init_card()Michal Miroslaw1-104/+145
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings1-20/+1
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre1-10/+5
2009-09-23mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees1-5/+5
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter1-0/+11
2009-09-23mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter1-7/+34
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-04-08mmc_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees1-9/+12
2008-07-15MMC: Trivial comment cleanupDeepak Saxena1-1/+1
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-2/+2
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman1-53/+42
2007-09-23MMC core learns about SPIDavid Brownell1-10/+38
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman1-4/+2
2007-09-23mmc: improve error code feedbackPierre Ossman1-5/+17
2007-09-23mmc: remove custom error codesPierre Ossman1-28/+28
2007-07-26mmc: add missing printk levelsPierre Ossman1-8/+6
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: refactor bus operationsPierre Ossman1-8/+55
2007-06-13mmc: get back read-only switch functionPierre Ossman1-0/+15
2007-06-07mmc: don't call switch on old cardsPierre Ossman1-4/+20
2007-06-07mmc: fix broken if clausePierre Ossman1-1/+1
2007-05-01mmc: remove old card statesPierre Ossman1-8/+15
2007-05-01mmc: support unsafe resume of cardsPierre Ossman1-110/+208
2007-05-01mmc: break apart switch functionPierre Ossman1-8/+41
2007-05-01MMC: Fix handling of low-voltage cardsPhilip Langdale1-0/+18
2007-05-01mmc: add bus handlerPierre Ossman1-0/+431