Age | Commit message (Expand) | Author | Files | Lines |
2016-12-12 | mmc: block: Move files to core | Ulf Hansson | 1 | -3314/+0 |
2016-12-05 | mmc: mmc_test: remove BUG_ONs and deploy error handling | Shawn Lin | 1 | -4/+8 |
2016-11-29 | mmc: mmc_test: Uninitialized return value | Dan Carpenter | 1 | -1/+1 |
2016-11-29 | mmc: core: use enum mmc_blk_status properly | Linus Walleij | 1 | -10/+34 |
2016-11-07 | mmc: mmc_test: Fix "Commands during non-blocking write" tests | Adrian Hunter | 1 | -4/+4 |
2016-09-26 | mmc: mmc_test: Add tests for sending commands during transfer | Adrian Hunter | 1 | -0/+308 |
2016-02-29 | mmc: mmc_test: mention that '0' runs all tests | Wolfram Sang | 1 | -0/+1 |
2015-10-21 | mmc: core: Fix init_card in 52Mhz | Chaotian Jing | 1 | -6/+3 |
2015-06-01 | mmc: mmc-test: use swap() in mmc_test_nonblock_transfer() | Fabian Frederick | 1 | -3/+1 |
2015-06-01 | mmc: card: mmc_test: Simplify a trivial if-return sequence | Fabio Estevam | 1 | -85/+15 |
2015-04-17 | Revert "mmc: core: Convert mmc_driver to device_driver" | Ulf Hansson | 1 | -11/+7 |
2015-01-19 | mmc: core: always check status after reset | Johan Rudholm | 1 | -11/+7 |
2014-11-10 | mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignment | Adrian Hunter | 1 | -4/+6 |
2014-11-10 | mmc: core: Convert mmc_driver to device_driver | Ulf Hansson | 1 | -7/+11 |
2013-08-24 | mmc: mmc_test: replace strict_strtol() with kstrtol_from_user() | Jingoo Han | 1 | -10/+4 |
2013-06-27 | mmc: core: Handle card shutdown from mmc_bus | Ulf Hansson | 1 | -0/+5 |
2012-01-13 | Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2012-01-11 | mmc: mmc_test: align max_seg_size | Per Forlin | 1 | -0/+1 |
2012-01-03 | switch debugfs to umode_t | Al Viro | 1 | -1/+1 |
2011-10-26 | mmc: replace printk with appropriate display macro | Girish K S | 1 | -17/+17 |
2011-10-26 | mmc: Add module.h to drivers/mmc users assuming implicit presence. | Paul Gortmaker | 1 | -0/+1 |
2011-10-26 | mmc: mmc-test: add eMMC hardware reset test | Adrian Hunter | 1 | -0/+30 |
2011-08-13 | mmc: core: use defined R1_STATE_PRG macro for card status | Jaehoon Chung | 1 | -1/+1 |
2011-08-13 | mmc: mmc_test: avoid stalled file in debugfs | Andy Shevchenko | 1 | -26/+30 |
2011-07-20 | mmc: mmc_test: test to measure how sg_len affect performance | Per Forlin | 1 | -12/+139 |
2011-07-20 | mmc: mmc_test: add test for non-blocking transfers | Per Forlin | 1 | -8/+310 |
2011-07-20 | mmc: mmc_test: add debugfs file to list all tests | Per Forlin | 1 | -1/+38 |
2011-05-24 | mmc: mmc_test: minor clean up, use t = &test.area everywhere | Andy Shevchenko | 1 | -31/+44 |
2011-05-24 | mmc: initialize struct mmc_request at declaration time | Chris Ball | 1 | -9/+3 |
2011-05-24 | mmc: initialize struct mmc_data at declaration time | Chris Ball | 1 | -6/+3 |
2011-05-24 | mmc: initialize struct mmc_command at declaration time | Chris Ball | 1 | -13/+7 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-25 | mmc: mmc_test: Remove set-but-unused variable. | Chris Ball | 1 | -2/+1 |
2011-03-15 | mmc: mmc_test: add tests to measure large sequential I/O performance | Adrian Hunter | 1 | -0/+100 |
2011-03-15 | mmc: mmc_test: add tests to measure random I/O operations per second | Adrian Hunter | 1 | -11/+128 |
2011-03-15 | mmc: mmc_test: make performance test area size about 4MiB | Adrian Hunter | 1 | -12/+13 |
2011-03-15 | mmc: mmc_test: Only warn about not waiting for busy if it's supported | Pawel Moll | 1 | -3/+4 |
2010-10-23 | mmc: Fixes for Dual Data Rate (DDR) support | Adrian Hunter | 1 | -11/+1 |
2010-10-23 | mmc_test: fix display of .5 KiB | Adrian Hunter | 1 | -2/+2 |
2010-10-23 | mmc_test: fix memory allocation segment limits | Adrian Hunter | 1 | -6/+6 |
2010-10-23 | mmc_test: move files from sysfs to debugfs | Andy Shevchenko | 1 | -35/+107 |
2010-10-23 | mmc_test: collect data and show it via sysfs by demand | Andy Shevchenko | 1 | -2/+169 |
2010-10-23 | mmc_test: change simple_strtol() to strict_strtol() | Andy Shevchenko | 1 | -2/+3 |
2010-10-23 | mmc_test: use API to check card type | Andy Shevchenko | 1 | -1/+1 |
2010-10-23 | mmc_test: fix performance tests that go over max_blk_count | Adrian Hunter | 1 | -48/+135 |
2010-10-23 | mmc: rename dev_to_mmc_card() to mmc_dev_to_card() | Andy Shevchenko | 1 | -1/+1 |
2010-10-23 | mmc: make mmc_dev_to_card() macro public | Andy Shevchenko | 1 | -3/+1 |
2010-08-12 | mmc_test: fix large memory allocation | Adrian Hunter | 1 | -29/+47 |
2010-08-12 | mmc_test: add performance tests | Adrian Hunter | 1 | -2/+791 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |