aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Forlin3-20/+84
2011-07-20mmc: queue: add a second mmc queue request memberPer Forlin2-3/+44
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 Forlin3-128/+141
2011-07-20mmc: mmc_test: test to measure how sg_len affect performancePer Forlin1-12/+139
2011-07-20mmc: mmc_test: add test for non-blocking transfersPer Forlin1-8/+310
2011-07-20mmc: mmc_test: add debugfs file to list all testsPer Forlin1-1/+38
2011-07-20mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter1-10/+23
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: bring discard_granularity/alignment into line with SCSIAdrian Hunter1-6/+1
2011-06-25mmc: queue: append partition subname to queue thread nameAdrian Hunter3-5/+8
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: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko1-31/+44
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 Ball2-12/+4
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball2-9/+4
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball2-22/+11
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-05-24mmc: remove redundant irq disablingJohn Ogness1-8/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-25mmc: mmc_test: Remove set-but-unused variable.Chris Ball1-2/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds3-28/+247
2011-03-15mmc: Improve MMC_TEST config text.Will Newton1-2/+1
2011-03-15mmc: mmc_test: add tests to measure large sequential I/O performanceAdrian Hunter1-0/+100
2011-03-15mmc: mmc_test: add tests to measure random I/O operations per secondAdrian Hunter1-11/+128
2011-03-15mmc: mmc_test: make performance test area size about 4MiBAdrian Hunter1-12/+13
2011-03-15mmc: mmc_test: Only warn about not waiting for busy if it's supportedPawel Moll1-3/+4
2011-03-15mmc: Fix the block device read only flagMarc-André Hébert1-0/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-08mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.Chris Ball1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-25mmc: make number of mmcblk minors configurableOlof Johansson2-12/+48