aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-loopback-test.c
AgeCommit message (Expand)Author
7 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-04-13spi: spi-loopback-test: Add module param for iteration lengthRohit Ner
2023-01-03spi: spi-loopback-test: Allow skipping delaysVincent Whitchurch
2022-09-19spi: spi-loopback-test: Add test to trigger DMA/PIO mixingVincent Whitchurch
2021-05-10spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2020-09-02spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch
2020-07-17spi: spi-loopback-test: Fix formatting issues in function header blocksLee Jones
2019-10-15spi: spi-loopback-test: use new `delay` fieldAlexandru Ardelean
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2017-07-26spi: loopback-test: implement testing with no CSOleksij Rempel
2017-07-18spi: loopback-test: make several module parameters staticColin Ian King
2017-07-17spi: loopback-test: provide loop_req option.Oleksij Rempel
2017-06-28spi: loopback-test: Fix kfree() NULL pointer error.Arvind Yadav
2017-06-28spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"Colin Ian King
2017-04-26Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '...Mark Brown
2017-03-30spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"Colin Ian King
2017-03-20spi: loopback-test: fix potential integer overflow on multipleColin Ian King
2017-03-17spi: loopback-test: add test spi_message with delay after transfersAkinobu Mita
2017-03-17spi: loopback-test: add elapsed time checkAkinobu Mita
2017-03-17spi: loopback-test: add ability to test zero-length transferAkinobu Mita
2017-03-17spi: loopback-test: don't skip comparing the first byte of rx_bufAkinobu Mita
2017-03-17spi: loopback-test: correct mismatched test description and configurationAkinobu Mita
2017-03-17spi: loopback-test: fix compile error on x86Frode Isaksen
2017-03-15spi: loopback-test: add option to use vmalloc'ed buffersFrode Isaksen
2016-09-01spi: loopback-test: mark rx_ranges_cmp() staticBaoyou Xie
2016-06-28spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King
2016-01-15spi: fix counting in spi-loopback-test codeArnd Bergmann
2016-01-08spi: loopback: fix typo in MODULE_PARM_DESCDan Carpenter
2016-01-05spi: loopback-test: spi_check_rx_ranges can get always doneMartin Sperl
2016-01-05spi: loopback-test: rename method spi_test_fill_tx to spi_test_fill_patternMartin Sperl
2016-01-05spi: loopback-test: write rx pattern also when running without tx_bufMartin Sperl
2015-12-13spi: loopback: match configuration of test to descriptionMartin Sperl
2015-12-13spi: loopback: fix printk format issues with size_tMartin Sperl
2015-12-12spi: add loopback test driver to allow for spi_master regression testsMartin Sperl