summaryrefslogtreecommitdiff
path: root/drivers/mmc/card/mmc_test.c
AgeCommit message (Expand)Author
2018-08-24mmc: block: Move files to coreUlf Hansson
2018-08-24mmc: mmc_test: remove BUG_ONs and deploy error handlingShawn Lin
2018-08-24mmc: core: use enum mmc_blk_status properlyLinus Walleij
2017-01-12mmc: mmc_test: Uninitialized return valueDan Carpenter
2016-11-07mmc: mmc_test: Fix "Commands during non-blocking write" testsAdrian Hunter
2016-09-26mmc: mmc_test: Add tests for sending commands during transferAdrian Hunter
2016-02-29mmc: mmc_test: mention that '0' runs all testsWolfram Sang
2015-10-21mmc: core: Fix init_card in 52MhzChaotian Jing
2015-06-01mmc: mmc-test: use swap() in mmc_test_nonblock_transfer()Fabian Frederick
2015-06-01mmc: card: mmc_test: Simplify a trivial if-return sequenceFabio Estevam
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson
2015-01-19mmc: core: always check status after resetJohan Rudholm
2014-11-10mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignmentAdrian Hunter
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson
2013-08-24mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()Jingoo Han
2013-06-27mmc: core: Handle card shutdown from mmc_busUlf Hansson
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-01-11mmc: mmc_test: align max_seg_sizePer Forlin
2012-01-03switch debugfs to umode_tAl Viro
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker
2011-10-26mmc: mmc-test: add eMMC hardware reset testAdrian Hunter
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung
2011-08-13mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko
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