aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-26mmc: core: support HPI send commandJaehoon Chung1-0/+31
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-2/+2
2011-10-26mmc: fix integer assignments to pointerVenkatraman S1-2/+2
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung1-1/+1
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball1-6/+2
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball1-4/+2
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball1-37/+13
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin1-1/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee1-0/+101
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-09-23mmc: check status after MMC SWITCH commandAdrian Hunter1-0/+23
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen1-0/+36
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter1-6/+9
2008-10-12MMC: CSD and CID timeout valuesMatthew Fleming1-2/+6
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-27mmc: fix cid and csd byte orderPierre Ossman1-2/+20
2007-09-23MMC core learns about SPIDavid Brownell1-31/+135
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman1-1/+1
2007-09-23mmc: remove custom error codesPierre Ossman1-17/+17
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-05-01mmc: Separate out protocol opsPierre Ossman1-0/+276