aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/card
AgeCommit message (Expand)Author
2011-07-20mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin
2011-07-20mmc: queue: add a second mmc queue request memberPer Forlin
2011-07-20mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin
2011-07-20mmc: block: add a block request prepare functionPer Forlin
2011-07-20mmc: block: add member in mmc queue struct to hold request dataPer Forlin
2011-07-20mmc: mmc_test: test to measure how sg_len affect performancePer Forlin
2011-07-20mmc: mmc_test: add test for non-blocking transfersPer Forlin
2011-07-20mmc: mmc_test: add debugfs file to list all testsPer Forlin
2011-07-20mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter
2011-07-20mmc: block: add checking of r/w command responseRussell King - ARM Linux
2011-07-20mmc: block: improve error recovery from command channel errorsRussell King - ARM Linux
2011-07-20mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux
2011-06-25mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter
2011-06-25mmc: queue: append partition subname to queue thread nameAdrian Hunter
2011-06-25mmc: block: switch card to User Data Area when removing the block driverAdrian Hunter
2011-05-25mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin
2011-05-25mmc: core: Use CMD23 for multiblock transfers when we can.Andrei Warkentin
2011-05-24mmc: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko
2011-05-24mmc: card: fix potential null dereference of 'idata'Vladimir Motyka
2011-05-24mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto
2011-05-24mmc: block: init force_ro sysfs attributeRabin Vincent
2011-05-24mmc: Ensure hardware partitions don't mess with mmcblk device naming.Andrei Warkentin
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball
2011-05-24mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball
2011-05-24mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin
2011-05-24mmc: quirks: Support for block quirks.Andrei Warkentin
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin
2011-05-24mmc: card: block.c cleanup for host claim/release.Andrei Warkentin
2011-05-24mmc: Reliable write support.Andrei Warkentin
2011-05-24mmc: remove redundant irq disablingJohn Ogness
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-25mmc: mmc_test: Remove set-but-unused variable.Chris Ball
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-03-15mmc: Improve MMC_TEST config text.Will Newton
2011-03-15mmc: mmc_test: add tests to measure large sequential I/O performanceAdrian Hunter
2011-03-15mmc: mmc_test: add tests to measure random I/O operations per secondAdrian Hunter
2011-03-15mmc: mmc_test: make performance test area size about 4MiBAdrian Hunter
2011-03-15mmc: mmc_test: Only warn about not waiting for busy if it's supportedPawel Moll
2011-03-15mmc: Fix the block device read only flagMarc-André Hébert
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-08mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.Chris Ball
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-25mmc: make number of mmcblk minors configurableOlof Johansson
2010-10-23mmc: name mmc queue thread by host indexEthan Du