| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-12 | spi: loopback-test: Don't use %pK through printk | Thomas Weißschuh | 1 | -6/+6 |
| 2025-05-27 | Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -4/+4 |
| 2025-05-22 | spi: loopback-test: fix up const pointer issue in rx_ranges_cmp() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2025-05-05 | spi: loopback-test: Do not split 1024-byte hexdumps | Geert Uytterhoeven | 1 | -1/+1 |
| 2025-05-03 | spi: loopback-test: Simplify strange loopback value check | Geert Uytterhoeven | 1 | -2/+2 |
| 2024-03-28 | spi: loopback-test: drop driver owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-02-08 | spi: loopback-test: Follow renaming of SPI "master" to "controller" | Uwe Kleine-König | 1 | -2/+2 |
| 2023-07-14 | spi: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2023-04-13 | spi: spi-loopback-test: Add module param for iteration length | Rohit Ner | 1 | -0/+8 |
| 2023-01-03 | spi: spi-loopback-test: Allow skipping delays | Vincent Whitchurch | 1 | -1/+7 |
| 2022-09-19 | spi: spi-loopback-test: Add test to trigger DMA/PIO mixing | Vincent Whitchurch | 1 | -0/+27 |
| 2021-05-10 | spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' | Jay Fang | 1 | -1/+1 |
| 2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -1/+2 |
| 2020-09-02 | spi: spi-loopback-test: Fix out-of-bounds read | Vincent Whitchurch | 1 | -1/+1 |
| 2020-07-17 | spi: spi-loopback-test: Fix formatting issues in function header blocks | Lee Jones | 1 | -8/+8 |
| 2019-10-15 | spi: spi-loopback-test: use new `delay` field | Alexandru Ardelean | 1 | -3/+9 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2017-07-26 | spi: loopback-test: implement testing with no CS | Oleksij Rempel | 1 | -3/+9 |
| 2017-07-18 | spi: loopback-test: make several module parameters static | Colin Ian King | 1 | -7/+7 |
| 2017-07-17 | spi: loopback-test: provide loop_req option. | Oleksij Rempel | 1 | -0/+16 |
| 2017-06-28 | spi: loopback-test: Fix kfree() NULL pointer error. | Arvind Yadav | 1 | -6/+6 |
| 2017-06-28 | spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning" | Colin Ian King | 1 | -1/+1 |
| 2017-04-26 | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '... | Mark Brown | 1 | -41/+78 |
| 2017-03-30 | spi: loopback-test: fix spelling mistake: "minimam" -> "minimum" | Colin Ian King | 1 | -1/+1 |
| 2017-03-20 | spi: loopback-test: fix potential integer overflow on multiple | Colin Ian King | 1 | -1/+2 |
| 2017-03-17 | spi: loopback-test: add test spi_message with delay after transfers | Akinobu Mita | 1 | -0/+19 |
| 2017-03-17 | spi: loopback-test: add elapsed time check | Akinobu Mita | 1 | -0/+38 |
| 2017-03-17 | spi: loopback-test: add ability to test zero-length transfer | Akinobu Mita | 1 | -38/+17 |
| 2017-03-17 | spi: loopback-test: don't skip comparing the first byte of rx_buf | Akinobu Mita | 1 | -1/+1 |
| 2017-03-17 | spi: loopback-test: correct mismatched test description and configuration | Akinobu Mita | 1 | -2/+2 |
| 2017-03-17 | spi: loopback-test: fix compile error on x86 | Frode Isaksen | 1 | -0/+1 |
| 2017-03-15 | spi: loopback-test: add option to use vmalloc'ed buffers | Frode Isaksen | 1 | -7/+27 |
| 2016-09-01 | spi: loopback-test: mark rx_ranges_cmp() static | Baoyou Xie | 1 | -1/+1 |
| 2016-06-28 | spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch" | Colin Ian King | 1 | -1/+1 |
| 2016-01-15 | spi: fix counting in spi-loopback-test code | Arnd Bergmann | 1 | -0/+1 |
| 2016-01-08 | spi: loopback: fix typo in MODULE_PARM_DESC | Dan Carpenter | 1 | -1/+1 |
| 2016-01-05 | spi: loopback-test: spi_check_rx_ranges can get always done | Martin Sperl | 1 | -5/+14 |
| 2016-01-05 | spi: loopback-test: rename method spi_test_fill_tx to spi_test_fill_pattern | Martin Sperl | 1 | -3/+4 |
| 2016-01-05 | spi: loopback-test: write rx pattern also when running without tx_buf | Martin Sperl | 1 | -4/+4 |
| 2015-12-13 | spi: loopback: match configuration of test to description | Martin Sperl | 1 | -1/+1 |
| 2015-12-13 | spi: loopback: fix printk format issues with size_t | Martin Sperl | 1 | -3/+3 |
| 2015-12-12 | spi: add loopback test driver to allow for spi_master regression tests | Martin Sperl | 1 | -0/+995 |