summaryrefslogtreecommitdiff
path: root/drivers/mmc/card/block.c
AgeCommit message (Expand)Author
2015-07-24mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler
2015-06-16mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang
2015-06-01mmc: cast unsigned int to typeof(sector_t) to avoid unexpected errorKuninori Morimoto
2015-06-01mmc: block: Retry errored data requests when re-tuning is neededAdrian Hunter
2015-06-01mmc: block: Check re-tuning in the recovery pathAdrian Hunter
2015-05-06mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley
2015-01-28mmc: block: Remove unnecessary temporary variableTobias Klauser
2015-01-21mmc: block: fix format string warningAsaf Vertz
2014-11-26mmc: block: Increase max_devicesBen Hutchings
2014-11-10mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson
2014-11-10mmc: block: Use dev_set|get_drvdata()Ulf Hansson
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson
2014-11-10mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson
2014-11-10mmc: block: add newline to sysfs display of force_roBaruch Siach
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-19mmc: block: change stop errors to infoJohan Rudholm
2014-09-09mmc: card: Prevent partition scan for the eMMC boot areasUlf Hansson
2014-09-09mmc: remove MMC_CAP2_NO_MULTI_READ flagsKuninori Morimoto
2014-09-09mmc: Add .multi_io_quirk callback for multi I/O HW bugKuninori Morimoto
2014-07-26mmc: Do not advertise secure discard if it is blacklistedLukas Czerner
2014-02-23mmc: block: Fixup busy detection while invoking stop cmd at recoveryUlf Hansson
2014-02-23mmc: block: Respect hw busy detection in card_busy_detect()Ulf Hansson
2014-02-23mmc: block: Implement card_busy_detect() for busy detectionUlf Hansson
2014-02-23mmc: block: Use R1 responses for stop cmds for read requestsUlf Hansson
2014-02-13mmc: card: Remove host cap MMC_CAP2_SANITIZEUlf Hansson
2014-01-13mmc: fix host release issue after discard operationRay Jui
2013-10-30mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson
2013-08-24mmc: fix null pointer use in mmc_blk_remove_reqFranck Jullien
2013-08-24mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake
2013-06-27mmc: core: Handle card shutdown from mmc_busUlf Hansson
2013-06-27mmc: card: fixing an false identification of SANITIZE commandYaniv Gardi
2013-06-27mmc: reordered shutdown sequence in mmc_bld_remove_reqPaul Taysom
2013-05-26mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez
2013-05-07block_device_operations->release() should return voidAl Viro
2013-03-22mmc: block: fix the host's claim-release in special requestSeungwon Jeon
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon
2013-02-24mmc: block: don't start new request when the card is removedSeungwon Jeon
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman
2012-12-06mmc: card: Add RPMB support in IOCTL interfaceLoic Pallardy
2012-12-06mmc: card: Do not scan RPMB partitionsLoic Pallardy
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay
2012-09-04mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen
2012-07-10mmc: block: replace __blk_end_request() with blk_end_request()Subhash Jadavani
2012-06-26mmc: block: fix the data timeout issue with ACMD22Subhash Jadavani
2012-05-17mmc: block: Allow disabling 512B sector size emulationSaugata Das
2012-05-09mmc: card: Avoid null pointer dereferencePhilippe De Swert
2012-04-20mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong