summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c
Commit message (Expand)AuthorAgeFilesLines
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1Star
* 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-111-27/+9Star
* mmc: block: fix the data timeout issue with ACMD22Subhash Jadavani2012-06-261-13/+1Star
* mmc: block: Allow disabling 512B sector size emulationSaugata Das2012-05-171-2/+17
* mmc: card: Avoid null pointer dereferencePhilippe De Swert2012-05-101-1/+2
* mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-211-1/+1
* mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2012-04-211-16/+38
* mmc: block: Remove use of mmc_blk_set_blksizeUlf Hansson2012-04-061-26/+1Star
* Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-291-5/+16
|\
| * mmc: MMC-4.5 Data Tag SupportSaugata Das2012-03-261-5/+16
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
|/
* debugfs-related mode_t whack-a-moleAl Viro2012-03-211-1/+1
* mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent2012-02-141-0/+1
* mmc: card: Kill block requests if card is removedSujit Reddy Thumma2012-01-121-1/+16
* mmc: boot partition ro lock supportJohan Rudholm2012-01-121-8/+113
* mmc: core: check for zero length ioctl dataJohan Rudholm2012-01-121-37/+45
* mmc: card: Use manufacturer ID symbols in card quirks.Chris Ball2012-01-121-9/+18
* mmc: core: Add quirk for long data read timeStefan Nilsson XK2011-12-101-0/+8
* mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley2011-10-271-7/+14
* mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon2011-10-261-6/+8
* mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2011-10-261-1/+3
* mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2011-10-261-1/+8
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-5/+5
* mmc: core: general purpose MMC partition support.Namjae Jeon2011-10-261-14/+17
* mmc: block: support no access to boot partitionsAdrian Hunter2011-10-261-1/+1
* mmc: block: fix boot partition switch error pathAdrian Hunter2011-10-261-3/+13
* mmc: block: add eMMC hardware reset supportAdrian Hunter2011-10-261-59/+142
* mmc: fix integer assignments to pointerVenkatraman S2011-10-261-2/+2
* block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-231-0/+3
* mmc: block: fixed NULL pointer dereferenceJaehoon Chung2011-07-211-0/+3
* mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin2011-07-201-15/+71
* mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin2011-07-201-89/+131
* mmc: block: add a block request prepare functionPer Forlin2011-07-201-104/+114
* mmc: block: add member in mmc queue struct to hold request dataPer Forlin2011-07-201-58/+51Star
* mmc: block: add checking of r/w command responseRussell King - ARM Linux2011-07-201-1/+25
* mmc: block: improve error recovery from command channel errorsRussell King - ARM Linux2011-07-201-48/+182
* mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux2011-07-201-24/+9Star
* mmc: queue: append partition subname to queue thread nameAdrian Hunter2011-06-261-1/+1
* mmc: block: switch card to User Data Area when removing the block driverAdrian Hunter2011-06-261-0/+3
* mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin2011-05-251-3/+6
* mmc: core: Use CMD23 for multiblock transfers when we can.Andrei Warkentin2011-05-251-29/+79
* mmc: card: fix potential null dereference of 'idata'Vladimir Motyka2011-05-251-5/+6