aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/mmc_test.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko2011-05-241-31/+44
* mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-241-9/+3
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-241-6/+3
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-241-13/+7
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mmc: mmc_test: Remove set-but-unused variable.Chris Ball2011-03-251-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: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-231-11/+1
* 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: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2010-10-231-1/+1
* mmc: make mmc_dev_to_card() macro publicAndy Shevchenko2010-10-231-3/+1
* mmc_test: fix large memory allocationAdrian Hunter2010-08-121-29/+47
* mmc_test: add performance testsAdrian Hunter2010-08-121-2/+791
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmc_test: block addressed cardsJohan Kristell2010-02-111-3/+6
* mmc_test: fix basic read testRabin Vincent2009-02-181-1/+1
* mmc_test: initialize mmc_test_lock staticallyAkinobu Mita2008-09-201-3/+1
* mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman2008-08-011-82/+3
* mmc_test: print message when attaching to cardPierre Ossman2008-07-231-0/+2
* mmc_test: test oversized sg listsPierre Ossman2008-07-231-3/+82
* mmc_test: highmem testsPierre Ossman2008-07-231-1/+137
* mmc_test: cleanupPierre Ossman2008-07-151-190/+364
* mmc_test: only bind to supported cardsPierre Ossman2008-07-151-1/+4
* mmc_test: add test case controlPierre Ossman2008-07-151-2/+8
* mmc: mmc host test driverPierre Ossman2008-05-141-0/+892