summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card
Commit message (Expand)AuthorAgeFilesLines
* mmc: queue: prevent soft lockups on PREEMPT=nRabin Vincent2015-06-181-0/+1
* mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang2015-06-161-3/+5
* mmc: queue: use swap() in mmc_queue_thread()Fabian Frederick2015-06-151-4/+1Star
* mmc: mmc-test: use swap() in mmc_test_nonblock_transfer()Fabian Frederick2015-06-011-3/+1Star
* mmc: cast unsigned int to typeof(sector_t) to avoid unexpected errorKuninori Morimoto2015-06-011-1/+2
* mmc: card: mmc_test: Simplify a trivial if-return sequenceFabio Estevam2015-06-011-85/+15Star
* mmc: block: Retry errored data requests when re-tuning is neededAdrian Hunter2015-06-012-1/+11
* 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-063-1/+15
* Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson2015-04-172-28/+24Star
* sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-111-2/+2
* mmc: block: Remove unnecessary temporary variableTobias Klauser2015-01-281-3/+1Star
* mmc: block: fix format string warningAsaf Vertz2015-01-211-1/+1
* mmc: core: always check status after resetJohan Rudholm2015-01-191-11/+7Star
* mmc: queue: Improve error handling during allocation of bounce buffersBhuvanesh Surachari2014-12-051-7/+9
* mmc: block: Increase max_devicesBen Hutchings2014-11-261-5/+8
* mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignmentAdrian Hunter2014-11-101-4/+6
* mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-101-11/+2Star
* mmc: block: Use dev_set|get_drvdata()Ulf Hansson2014-11-101-11/+10Star
* mmc: core: Convert mmc_driver to device_driverUlf Hansson2014-11-102-19/+25
* 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
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* | mmc: Convert pr_warning to pr_warnJoe Perches2014-09-243-11/+8Star
* | 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/+0Star
* | 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
* Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-091-66/+115
|\
| * 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-141-2/+1Star
* | Fix uses of dma_max_pfn() when converting to a limiting addressRussell King2014-02-181-1/+1
|/
* mmc: fix host release issue after discard operationRay Jui2014-01-131-3/+4
* Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-181-2/+0Star
|\
| * mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson2013-10-311-2/+0Star
* | ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar2013-10-311-1/+2
|/
* mmc: fix null pointer use in mmc_blk_remove_reqFranck Jullien2013-08-251-1/+1
* mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()Jingoo Han2013-08-251-10/+4Star
* mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake2013-08-251-3/+42
* mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-272-2/+18
* 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-262-22/+48
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1Star