summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: block: Allow disabling 512B sector size emulationSaugata Das2012-05-171-2/+17
* mmc: card: Avoid null pointer dereferencePhilippe De Swert2012-05-091-1/+2
* mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-201-1/+1
* mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2012-04-201-16/+38
* mmc: block: Remove use of mmc_blk_set_blksizeUlf Hansson2012-04-051-26/+1
* Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-281-5/+16
|\
| * mmc: MMC-4.5 Data Tag SupportSaugata Das2012-03-251-5/+16
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* debugfs-related mode_t whack-a-moleAl Viro2012-03-201-1/+1
* mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent2012-02-131-0/+1
* mmc: card: Kill block requests if card is removedSujit Reddy Thumma2012-01-111-1/+16
OpenPOWER on IntegriCloud