aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/mmc_test.c
Commit message (Expand)AuthorAge
* mmc: mmc_test: Uninitialized return valueDan Carpenter2017-01-12
* mmc: mmc_test: Fix "Commands during non-blocking write" testsAdrian Hunter2016-11-07
* mmc: mmc_test: Add tests for sending commands during transferAdrian Hunter2016-09-26
* mmc: mmc_test: mention that '0' runs all testsWolfram Sang2016-02-29
* mmc: core: Fix init_card in 52MhzChaotian Jing2015-10-21
* mmc: mmc-test: use swap() in mmc_test_nonblock_transfer()Fabian Frederick2015-06-01
* mmc: card: mmc_test: Simplify a trivial if-return sequenceFabio Estevam2015-06-01
* Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson2015-04-17
* mmc: core: always check status after resetJohan Rudholm2015-01-19
* mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignmentAdrian Hunter2014-11-10
* mmc: core: Convert mmc_driver to device_driverUlf Hansson2014-11-10
* mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()Jingoo Han2013-08-24
* mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-27
* Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-13
|\
| * mmc: mmc_test: align max_seg_sizePer Forlin2012-01-11
* | switch debugfs to umode_tAl Viro2012-01-03
|/
* mmc: replace printk with appropriate display macroGirish K S2011-10-26
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-26
* mmc: mmc-test: add eMMC hardware reset testAdrian Hunter2011-10-26
* mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung2011-08-13
* mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko2011-08-13
* mmc: mmc_test: test to measure how sg_len affect performancePer Forlin2011-07-20
* mmc: mmc_test: add test for non-blocking transfersPer Forlin2011-07-20
* mmc: mmc_test: add debugfs file to list all testsPer Forlin2011-07-20
* mmc: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko2011-05-24
* mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-24
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-24
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-24
* Fix common misspellingsLucas De Marchi2011-03-31
* mmc: mmc_test: Remove set-but-unused variable.Chris Ball2011-03-25
* mmc: mmc_test: add tests to measure large sequential I/O performanceAdrian Hunter2011-03-15
* mmc: mmc_test: add tests to measure random I/O operations per secondAdrian Hunter2011-03-15
* mmc: mmc_test: make performance test area size about 4MiBAdrian Hunter2011-03-15
* mmc: mmc_test: Only warn about not waiting for busy if it's supportedPawel Moll2011-03-15
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-23
* mmc_test: fix display of .5 KiBAdrian Hunter2010-10-23
* mmc_test: fix memory allocation segment limitsAdrian Hunter2010-10-23
* mmc_test: move files from sysfs to debugfsAndy Shevchenko2010-10-23
* mmc_test: collect data and show it via sysfs by demandAndy Shevchenko2010-10-23
* mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko2010-10-23
* mmc_test: use API to check card typeAndy Shevchenko2010-10-23
* mmc_test: fix performance tests that go over max_blk_countAdrian Hunter2010-10-23
* mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2010-10-23
* mmc: make mmc_dev_to_card() macro publicAndy Shevchenko2010-10-23
* mmc_test: fix large memory allocationAdrian Hunter2010-08-12
* mmc_test: add performance testsAdrian Hunter2010-08-12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* mmc_test: block addressed cardsJohan Kristell2010-02-11
* mmc_test: fix basic read testRabin Vincent2009-02-18
* mmc_test: initialize mmc_test_lock staticallyAkinobu Mita2008-09-20