summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: boot partition ro lock supportJohan Rudholm2012-01-111-8/+113
* mmc: core: check for zero length ioctl dataJohan Rudholm2012-01-111-37/+45
* mmc: card: Use manufacturer ID symbols in card quirks.Chris Ball2012-01-111-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/+51
* 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/+9
* mmc: queue: append partition subname to queue thread nameAdrian Hunter2011-06-251-1/+1
* mmc: block: switch card to User Data Area when removing the block driverAdrian Hunter2011-06-251-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-241-5/+6
* mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto2011-05-241-0/+201
* mmc: block: init force_ro sysfs attributeRabin Vincent2011-05-241-0/+1
* mmc: Ensure hardware partitions don't mess with mmcblk device naming.Andrei Warkentin2011-05-241-7/+19
* mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-241-3/+1
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-241-3/+1
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-241-9/+4
* mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball2011-05-241-0/+1
* mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin2011-05-241-1/+42
* mmc: quirks: Support for block quirks.Andrei Warkentin2011-05-241-0/+7
* mmc: MMC boot partitions support.Andrei Warkentin2011-05-241-35/+239
* mmc: card: block.c cleanup for host claim/release.Andrei Warkentin2011-05-241-18/+13
* mmc: Reliable write support.Andrei Warkentin2011-05-241-4/+77
* mmc: Fix the block device read only flagMarc-André Hébert2011-03-151-0/+1
OpenPOWER on IntegriCloud