aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-loopback-test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28spi: loopback-test: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-02-08spi: loopback-test: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-2/+2
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+1
2023-04-13spi: spi-loopback-test: Add module param for iteration lengthRohit Ner1-0/+8
2023-01-03spi: spi-loopback-test: Allow skipping delaysVincent Whitchurch1-1/+7
2022-09-19spi: spi-loopback-test: Add test to trigger DMA/PIO mixingVincent Whitchurch1-0/+27
2021-05-10spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang1-1/+1
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2020-09-02spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch1-1/+1
2020-07-17spi: spi-loopback-test: Fix formatting issues in function header blocksLee Jones1-8/+8
2019-10-15spi: spi-loopback-test: use new `delay` fieldAlexandru Ardelean1-3/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2017-07-26spi: loopback-test: implement testing with no CSOleksij Rempel1-3/+9
2017-07-18spi: loopback-test: make several module parameters staticColin Ian King1-7/+7
2017-07-17spi: loopback-test: provide loop_req option.Oleksij Rempel1-0/+16
2017-06-28spi: loopback-test: Fix kfree() NULL pointer error.Arvind Yadav1-6/+6
2017-06-28spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"Colin Ian King1-1/+1
2017-04-26Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '...Mark Brown1-41/+78
2017-03-30spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"Colin Ian King1-1/+1
2017-03-20spi: loopback-test: fix potential integer overflow on multipleColin Ian King1-1/+2
2017-03-17spi: loopback-test: add test spi_message with delay after transfersAkinobu Mita1-0/+19
2017-03-17spi: loopback-test: add elapsed time checkAkinobu Mita1-0/+38
2017-03-17spi: loopback-test: add ability to test zero-length transferAkinobu Mita1-38/+17
2017-03-17spi: loopback-test: don't skip comparing the first byte of rx_bufAkinobu Mita1-1/+1
2017-03-17spi: loopback-test: correct mismatched test description and configurationAkinobu Mita1-2/+2
2017-03-17spi: loopback-test: fix compile error on x86Frode Isaksen1-0/+1
2017-03-15spi: loopback-test: add option to use vmalloc'ed buffersFrode Isaksen1-7/+27
2016-09-01spi: loopback-test: mark rx_ranges_cmp() staticBaoyou Xie1-1/+1
2016-06-28spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King1-1/+1
2016-01-15spi: fix counting in spi-loopback-test codeArnd Bergmann1-0/+1
2016-01-08spi: loopback: fix typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2016-01-05spi: loopback-test: spi_check_rx_ranges can get always doneMartin Sperl1-5/+14
2016-01-05spi: loopback-test: rename method spi_test_fill_tx to spi_test_fill_patternMartin Sperl1-3/+4
2016-01-05spi: loopback-test: write rx pattern also when running without tx_bufMartin Sperl1-4/+4
2015-12-13spi: loopback: match configuration of test to descriptionMartin Sperl1-1/+1
2015-12-13spi: loopback: fix printk format issues with size_tMartin Sperl1-3/+3
2015-12-12spi: add loopback test driver to allow for spi_master regression testsMartin Sperl1-0/+995