aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/card/mmc_test.c
AgeCommit message (Expand)Author
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-05-24mmc: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko
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-03-31Fix common misspellingsLucas De Marchi
2011-03-25mmc: mmc_test: Remove set-but-unused variable.Chris Ball
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
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter
2010-10-23mmc_test: fix display of .5 KiBAdrian Hunter
2010-10-23mmc_test: fix memory allocation segment limitsAdrian Hunter
2010-10-23mmc_test: move files from sysfs to debugfsAndy Shevchenko
2010-10-23mmc_test: collect data and show it via sysfs by demandAndy Shevchenko
2010-10-23mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko
2010-10-23mmc_test: use API to check card typeAndy Shevchenko
2010-10-23mmc_test: fix performance tests that go over max_blk_countAdrian Hunter
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko
2010-08-12mmc_test: fix large memory allocationAdrian Hunter
2010-08-12mmc_test: add performance testsAdrian Hunter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-11mmc_test: block addressed cardsJohan Kristell
2009-02-18mmc_test: fix basic read testRabin Vincent
2008-09-20mmc_test: initialize mmc_test_lock staticallyAkinobu Mita
2008-08-01mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman
2008-07-23mmc_test: print message when attaching to cardPierre Ossman
2008-07-23mmc_test: test oversized sg listsPierre Ossman
2008-07-23mmc_test: highmem testsPierre Ossman
2008-07-15mmc_test: cleanupPierre Ossman
2008-07-15mmc_test: only bind to supported cardsPierre Ossman
2008-07-15mmc_test: add test case controlPierre Ossman
2008-05-14mmc: mmc host test driverPierre Ossman