aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-27mmc: block: skip trim for some kingston eMMCsShawn Lin1-0/+10
2015-08-17mmc: block: add fixup of broken CMD23 for Sandisk cardYangbo Lu1-0/+4
2015-08-17mmc: block: don't use parameter prefix if built as moduleAndy Shevchenko1-0/+3
2015-07-24mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler1-0/+2
2015-06-16mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang1-3/+5
2015-06-01mmc: cast unsigned int to typeof(sector_t) to avoid unexpected errorKuninori Morimoto1-1/+2
2015-06-01mmc: block: Retry errored data requests when re-tuning is neededAdrian Hunter1-1/+10
2015-06-01mmc: block: Check re-tuning in the recovery pathAdrian Hunter1-0/+3
2015-05-06mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong1-0/+12
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson1-17/+17
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley1-2/+2
2015-01-28mmc: block: Remove unnecessary temporary variableTobias Klauser1-3/+1
2015-01-21mmc: block: fix format string warningAsaf Vertz1-1/+1
2014-11-26mmc: block: Increase max_devicesBen Hutchings1-5/+8
2014-11-10mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson1-11/+2
2014-11-10mmc: block: Use dev_set|get_drvdata()Ulf Hansson1-11/+10
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson1-12/+14
2014-11-10mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson1-8/+8
2014-11-10mmc: block: add newline to sysfs display of force_roBaruch Siach1-1/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-2/+2
2014-09-19mmc: block: change stop errors to infoJohan Rudholm1-1/+1
2014-09-09mmc: card: Prevent partition scan for the eMMC boot areasUlf Hansson1-1/+1
2014-09-09mmc: remove MMC_CAP2_NO_MULTI_READ flagsKuninori Morimoto1-5/+0
2014-09-09mmc: Add .multi_io_quirk callback for multi I/O HW bugKuninori Morimoto1-0/+10
2014-07-26mmc: Do not advertise secure discard if it is blacklistedLukas Czerner1-3/+3
2014-02-23mmc: block: Fixup busy detection while invoking stop cmd at recoveryUlf Hansson1-28/+55
2014-02-23mmc: block: Respect hw busy detection in card_busy_detect()Ulf Hansson1-2/+8
2014-02-23mmc: block: Implement card_busy_detect() for busy detectionUlf Hansson1-35/+47
2014-02-23mmc: block: Use R1 responses for stop cmds for read requestsUlf Hansson1-1/+6
2014-02-13mmc: card: Remove host cap MMC_CAP2_SANITIZEUlf Hansson1-2/+1
2014-01-13mmc: fix host release issue after discard operationRay Jui1-3/+4
2013-10-30mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson1-2/+0
2013-08-24mmc: fix null pointer use in mmc_blk_remove_reqFranck Jullien1-1/+1
2013-08-24mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake1-3/+42
2013-06-27mmc: core: Handle card shutdown from mmc_busUlf Hansson1-2/+13
2013-06-27mmc: card: fixing an false identification of SANITIZE commandYaniv Gardi1-1/+2
2013-06-27mmc: reordered shutdown sequence in mmc_bld_remove_reqPaul Taysom1-6/+8
2013-05-26mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson1-6/+26
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez1-21/+47
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2013-03-22mmc: block: fix the host's claim-release in special requestSeungwon Jeon1-2/+8
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon1-14/+441
2013-02-24mmc: block: don't start new request when the card is removedSeungwon Jeon1-2/+8
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman1-13/+17
2012-12-06mmc: card: Add RPMB support in IOCTL interfaceLoic Pallardy1-0/+64
2012-12-06mmc: card: Do not scan RPMB partitionsLoic Pallardy1-0/+2
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay1-0/+15
2012-09-04mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen1-1/+25
2012-07-10mmc: block: replace __blk_end_request() with blk_end_request()Subhash Jadavani1-27/+9
2012-06-26mmc: block: fix the data timeout issue with ACMD22Subhash Jadavani1-13/+1