summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc_test.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: remove unnecessary (void*) conversionsYu Zhe2023-04-031-3/+3
* mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buf...Adrian Hunter2022-12-071-5/+0
* mmc: mmc_test: Fix removal of debugfs fileYe Bin2022-11-251-1/+2
* mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-081-2/+1
* include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
* mmc: mmc_test: use erase_arg for mmc_erase commandYann Gautier2021-02-121-1/+1
* mmc: test: clean up mmc_test_cleanup()Yue Hu2021-02-011-19/+5
* mmc: test: remove the shutdown functionYue Hu2021-02-011-5/+0
* mmc: test: remove ambiguity in test descriptionWolfram Sang2020-09-071-4/+4
* mmc: mmc_test: Pass different sg lists for non-blocking requestsVeerabhadrarao Badiganti2020-03-241-12/+40
* mmc: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-171-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-12/+2
* mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter2017-12-111-2/+9
* mmc_test: use ktime_get_ts64 for timestampsArnd Bergmann2017-12-111-46/+42
* mmc: mmc_test: Do not use mmc_start_areq() anymoreAdrian Hunter2017-12-111-68/+54
* mmc: test: reduce stack usage in mmc_test_nonblock_transferArnd Bergmann2017-08-301-56/+41
* mmc: core: Delete error messages for failed memory allocationsMarkus Elfring2017-06-201-2/+0
* mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter2017-04-241-0/+14
* mmc: core: rename mmc_start_req() to *areq()Linus Walleij2017-02-131-4/+4
* mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+2
* mmc: core: Move public functions from core.h to private headersUlf Hansson2017-02-131-0/+2
* mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()Markus Elfring2017-02-131-2/+1
* mmc: mmc_test: Improve a size determination in five functionsMarkus Elfring2017-02-131-6/+5
* mmc: mmc_test: Combine substrings for 5 messagesMarkus Elfring2017-02-131-10/+5
* mmc: mmc_test: Add some spaces for better code readabilityMarkus Elfring2017-02-131-21/+21
* mmc: mmc_test: Use seq_puts() in mtf_testlist_show()Markus Elfring2017-02-131-1/+1
* mmc: mmc_test: Fix a typo in a comment lineMarkus Elfring2017-02-131-1/+1
* mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()Markus Elfring2017-02-131-1/+1
* mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-131-13/+13
* mmc: block: Move files to coreUlf Hansson2016-12-121-0/+3312