aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card
Commit message (Expand)AuthorAgeFilesLines
* mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter2011-06-251-6/+1
* mmc: queue: append partition subname to queue thread nameAdrian Hunter2011-06-253-5/+8
* 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: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko2011-05-241-31/+44
* 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-242-12/+4
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-242-9/+4
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-242-22/+11
* 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: remove redundant irq disablingJohn Ogness2011-05-241-8/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mmc: mmc_test: Remove set-but-unused variable.Chris Ball2011-03-251-2/+1
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+1
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-183-28/+247
|\ \
| * | mmc: Improve MMC_TEST config text.Will Newton2011-03-151-2/+1
| * | mmc: mmc_test: add tests to measure large sequential I/O performanceAdrian Hunter2011-03-151-0/+100
| * | mmc: mmc_test: add tests to measure random I/O operations per secondAdrian Hunter2011-03-151-11/+128
| * | mmc: mmc_test: make performance test area size about 4MiBAdrian Hunter2011-03-151-12/+13
| * | mmc: mmc_test: Only warn about not waiting for busy if it's supportedPawel Moll2011-03-151-3/+4
| * | mmc: Fix the block device read only flagMarc-André Hébert2011-03-151-0/+1
| |/
* | tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.Chris Ball2011-01-081-0/+1
|/
* mmc: make number of mmcblk minors configurableOlof Johansson2010-10-252-12/+48
* mmc: name mmc queue thread by host indexEthan Du2010-10-231-1/+3
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-232-27/+4
* mmc: MMC 4.4 DDR supportHanumath Prasad2010-10-231-3/+7
* mmc: Makefile: Fix EXTRA_CFLAGS assignmentmatt mooney2010-10-231-4/+0
* mmc_test: fix display of .5 KiBAdrian Hunter2010-10-231-2/+2
* mmc_test: fix memory allocation segment limitsAdrian Hunter2010-10-231-6/+6
* mmc_test: move files from sysfs to debugfsAndy Shevchenko2010-10-231-35/+107
* mmc_test: collect data and show it via sysfs by demandAndy Shevchenko2010-10-231-2/+169
* mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko2010-10-231-2/+3
* mmc_test: use API to check card typeAndy Shevchenko2010-10-231-1/+1
* mmc_test: fix performance tests that go over max_blk_countAdrian Hunter2010-10-231-48/+135
* mmc: Convert "mutex" to semaphoreThomas Gleixner2010-10-231-1/+1
* mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2010-10-231-1/+1