aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/mmc_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+1
2012-01-11mmc: mmc_test: align max_seg_sizePer Forlin1-0/+1
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-17/+17
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-26mmc: mmc-test: add eMMC hardware reset testAdrian Hunter1-0/+30
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung1-1/+1
2011-08-13mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko1-26/+30
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-05-24mmc: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko1-31/+44
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball1-9/+3
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball1-6/+3
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball1-13/+7
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-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
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter1-11/+1
2010-10-23mmc_test: fix display of .5 KiBAdrian Hunter1-2/+2
2010-10-23mmc_test: fix memory allocation segment limitsAdrian Hunter1-6/+6
2010-10-23mmc_test: move files from sysfs to debugfsAndy Shevchenko1-35/+107
2010-10-23mmc_test: collect data and show it via sysfs by demandAndy Shevchenko1-2/+169
2010-10-23mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko1-2/+3
2010-10-23mmc_test: use API to check card typeAndy Shevchenko1-1/+1
2010-10-23mmc_test: fix performance tests that go over max_blk_countAdrian Hunter1-48/+135
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko1-1/+1
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko1-3/+1
2010-08-12mmc_test: fix large memory allocationAdrian Hunter1-29/+47
2010-08-12mmc_test: add performance testsAdrian Hunter1-2/+791
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-11mmc_test: block addressed cardsJohan Kristell1-3/+6
2009-02-18mmc_test: fix basic read testRabin Vincent1-1/+1
2008-09-20mmc_test: initialize mmc_test_lock staticallyAkinobu Mita1-3/+1
2008-08-01mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman1-82/+3
2008-07-23mmc_test: print message when attaching to cardPierre Ossman1-0/+2
2008-07-23mmc_test: test oversized sg listsPierre Ossman1-3/+82
2008-07-23mmc_test: highmem testsPierre Ossman1-1/+137
2008-07-15mmc_test: cleanupPierre Ossman1-190/+364
2008-07-15mmc_test: only bind to supported cardsPierre Ossman1-1/+4
2008-07-15mmc_test: add test case controlPierre Ossman1-2/+8
2008-05-14mmc: mmc host test driverPierre Ossman1-0/+892