summaryrefslogtreecommitdiff
path: root/drivers/mmc/card/block.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-13mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent1-0/+1
2012-01-11mmc: card: Kill block requests if card is removedSujit Reddy Thumma1-1/+16
2012-01-11mmc: boot partition ro lock supportJohan Rudholm1-8/+113
2012-01-11mmc: core: check for zero length ioctl dataJohan Rudholm1-37/+45
2012-01-11mmc: card: Use manufacturer ID symbols in card quirks.Chris Ball1-9/+18
2011-12-10mmc: core: Add quirk for long data read timeStefan Nilsson XK1-0/+8
2011-10-27mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley1-7/+14
2011-10-26mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon1-6/+8
2011-10-26mmc: core: new discard feature support at eMMC v4.5Kyungmin Park1-1/+3
2011-10-26mmc: core: mmc sanitize feature support for v4.5Kyungmin Park1-1/+8
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-5/+5
2011-10-26mmc: core: general purpose MMC partition support.Namjae Jeon1-14/+17
2011-10-26mmc: block: support no access to boot partitionsAdrian Hunter1-1/+1
2011-10-26mmc: block: fix boot partition switch error pathAdrian Hunter1-3/+13
2011-10-26mmc: block: add eMMC hardware reset supportAdrian Hunter1-59/+142
2011-10-26mmc: fix integer assignments to pointerVenkatraman S1-2/+2
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-0/+3
2011-07-21mmc: block: fixed NULL pointer dereferenceJaehoon Chung1-0/+3
2011-07-20mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin1-15/+71
2011-07-20mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin1-89/+131
2011-07-20mmc: block: add a block request prepare functionPer Forlin1-104/+114
2011-07-20mmc: block: add member in mmc queue struct to hold request dataPer Forlin1-58/+51
2011-07-20mmc: block: add checking of r/w command responseRussell King - ARM Linux1-1/+25
2011-07-20mmc: block: improve error recovery from command channel errorsRussell King - ARM Linux1-48/+182
2011-07-20mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux1-24/+9
2011-06-25mmc: queue: append partition subname to queue thread nameAdrian Hunter1-1/+1
2011-06-25mmc: block: switch card to User Data Area when removing the block driverAdrian Hunter1-0/+3
2011-05-25mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin1-3/+6
2011-05-25mmc: core: Use CMD23 for multiblock transfers when we can.Andrei Warkentin1-29/+79
2011-05-24mmc: card: fix potential null dereference of 'idata'Vladimir Motyka1-5/+6
2011-05-24mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto1-0/+201
2011-05-24mmc: block: init force_ro sysfs attributeRabin Vincent1-0/+1
2011-05-24mmc: Ensure hardware partitions don't mess with mmcblk device naming.Andrei Warkentin1-7/+19
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball1-3/+1
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball1-3/+1
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball1-9/+4
2011-05-24mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball1-0/+1
2011-05-24mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin1-1/+42
2011-05-24mmc: quirks: Support for block quirks.Andrei Warkentin1-0/+7
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin1-35/+239
2011-05-24mmc: card: block.c cleanup for host claim/release.Andrei Warkentin1-18/+13
2011-05-24mmc: Reliable write support.Andrei Warkentin1-4/+77
2011-03-15mmc: Fix the block device read only flagMarc-André Hébert1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-25mmc: make number of mmcblk minors configurableOlof Johansson1-12/+31
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter1-16/+3
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad1-3/+7
2010-10-23mmc: Use snprintf, not sprintf.JiebingLi1-1/+2
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+5
2010-08-12mmc_block: add support for secure discardAdrian Hunter1-3/+43