summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* mmc: make number of mmcblk minors configurableOlof Johansson2010-10-251-12/+31
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-231-16/+3
* mmc: MMC 4.4 DDR supportHanumath Prasad2010-10-231-3/+7
* mmc: Use snprintf, not sprintf.JiebingLi2010-10-231-1/+2
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+5
* mmc_block: add support for secure discardAdrian Hunter2010-08-121-3/+43
* mmc_block: add discard supportAdrian Hunter2010-08-121-1/+41
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmc_block: fix queue cleanupAdrian Hunter2010-01-111-0/+2
* mmc_block: fix probe error cleanup bugJarkko Lavinen2010-01-111-0/+1
* mmc_block: add dev_t initialization checkAnna Lemehova2010-01-111-0/+5
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* mmc_block: do not DMA to stackBen Dooks2009-06-131-4/+12
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-0/+8
|\
| * mmc_block: be prepared for oversized requestsPierre Ossman2009-05-031-0/+8
* | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-5/+5
|/
* mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft2009-03-241-0/+2
* MMC: fix bug - SDHC card capacity not correctYi Li2009-02-181-1/+1
* mmc_block: ensure all sectors that do not have errors are readAdrian Hunter2008-12-311-17/+59
* mmc_block: print better error messagesAdrian Hunter2008-12-311-7/+37
OpenPOWER on IntegriCloud