summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: skip trim for some kingston eMMCsShawn Lin2015-08-271-0/+10
* mmc: block: add fixup of broken CMD23 for Sandisk cardYangbo Lu2015-08-171-0/+4
* mmc: block: don't use parameter prefix if built as moduleAndy Shevchenko2015-08-171-0/+3
* mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler2015-07-241-0/+2
* mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang2015-06-161-3/+5
* mmc: cast unsigned int to typeof(sector_t) to avoid unexpected errorKuninori Morimoto2015-06-011-1/+2
* mmc: block: Retry errored data requests when re-tuning is neededAdrian Hunter2015-06-011-1/+10
* mmc: block: Check re-tuning in the recovery pathAdrian Hunter2015-06-011-0/+3
* mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong2015-05-061-0/+12
* Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson2015-04-171-17/+17
* sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-101-2/+2
* mmc: block: Remove unnecessary temporary variableTobias Klauser2015-01-281-3/+1
* mmc: block: fix format string warningAsaf Vertz2015-01-211-1/+1
* mmc: block: Increase max_devicesBen Hutchings2014-11-261-5/+8
* mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-101-11/+2
* mmc: block: Use dev_set|get_drvdata()Ulf Hansson2014-11-101-11/+10
* mmc: core: Convert mmc_driver to device_driverUlf Hansson2014-11-101-12/+14
* mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson2014-11-101-8/+8
* mmc: block: add newline to sysfs display of force_roBaruch Siach2014-11-101-1/+1
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-2/+2
* mmc: block: change stop errors to infoJohan Rudholm2014-09-191-1/+1
* mmc: card: Prevent partition scan for the eMMC boot areasUlf Hansson2014-09-091-1/+1
* mmc: remove MMC_CAP2_NO_MULTI_READ flagsKuninori Morimoto2014-09-091-5/+0
* mmc: Add .multi_io_quirk callback for multi I/O HW bugKuninori Morimoto2014-09-091-0/+10
* mmc: Do not advertise secure discard if it is blacklistedLukas Czerner2014-07-261-3/+3
* mmc: block: Fixup busy detection while invoking stop cmd at recoveryUlf Hansson2014-02-231-28/+55
* mmc: block: Respect hw busy detection in card_busy_detect()Ulf Hansson2014-02-231-2/+8
* mmc: block: Implement card_busy_detect() for busy detectionUlf Hansson2014-02-231-35/+47
* mmc: block: Use R1 responses for stop cmds for read requestsUlf Hansson2014-02-231-1/+6
* mmc: card: Remove host cap MMC_CAP2_SANITIZEUlf Hansson2014-02-131-2/+1
* mmc: fix host release issue after discard operationRay Jui2014-01-131-3/+4
* mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson2013-10-301-2/+0
* mmc: fix null pointer use in mmc_blk_remove_reqFranck Jullien2013-08-241-1/+1
* mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake2013-08-241-3/+42
* mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-271-2/+13
* mmc: card: fixing an false identification of SANITIZE commandYaniv Gardi2013-06-271-1/+2
* mmc: reordered shutdown sequence in mmc_bld_remove_reqPaul Taysom2013-06-271-6/+8
* mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson2013-05-261-6/+26
* mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-261-21/+47
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1
* mmc: block: fix the host's claim-release in special requestSeungwon Jeon2013-03-221-2/+8
* mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon2013-02-241-14/+441
* mmc: block: don't start new request when the card is removedSeungwon Jeon2013-02-241-2/+8
* mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman2013-02-111-13/+17
* mmc: card: Add RPMB support in IOCTL interfaceLoic Pallardy2012-12-061-0/+64
* mmc: card: Do not scan RPMB partitionsLoic Pallardy2012-12-061-0/+2
* mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay2012-12-061-0/+15
* mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen2012-09-041-1/+25
* mmc: block: replace __blk_end_request() with blk_end_request()Subhash Jadavani2012-07-101-27/+9
* mmc: block: fix the data timeout issue with ACMD22Subhash Jadavani2012-06-261-13/+1