summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson1-34/+0
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez1-0/+2
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon1-0/+1
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay1-0/+11
2012-10-03mmc: support BKOPS feature for eMMCJaehoon Chung1-4/+22
2012-09-19mmc: core: Remove bounce buffer in mmc_send_cxd_data()Kyungsik Lee1-16/+42
2012-07-10mmc: core: Fix the HPI execution sequenceVenkatraman S1-1/+0
2012-03-27mmc: core: warn when card doesn't support HPIJaehoon Chung1-4/+8
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 imp...Tejun 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