| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-07 | spi: spidev_test: add support for word delay | Jonas Rebmann | 1 | -2/+9 |
| 2023-05-30 | spi: spidev_test Add three missing spi mode bits | Boerge Struempfel | 1 | -2/+17 |
| 2023-05-30 | spi: spidev_test: Sorted the options into logical groups | Boerge Struempfel | 1 | -42/+48 |
| 2022-06-13 | spi: spidev_test: Warn when the mode is not the requested mode | David Fries | 1 | -0/+11 |
| 2020-06-11 | spi: tools: Make default_tx/rx and input_tx static | Qing Zhang | 1 | -3/+3 |
| 2020-06-08 | spi: spidev_test: Use %u to format unsigned numbers | Geert Uytterhoeven | 1 | -2/+2 |
| 2020-04-16 | spi: spidev_test: Add support for Octal mode data transfers | Geert Uytterhoeven | 1 | -5/+16 |
| 2020-02-13 | spi: spidev_test: Use perror() only if errno is not 0 | Tiezhu Yang | 1 | -1/+6 |
| 2020-02-13 | spi: spidev_test: Check input_tx and input_file first after parse options | Tiezhu Yang | 1 | -3/+3 |
| 2020-02-13 | spi: spidev_test: Remove break after exit statement | Tiezhu Yang | 1 | -1/+0 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178 | Thomas Gleixner | 1 | -4/+1 |
| 2018-09-04 | spi: spidev_test: Improve decoded text part of hex dump | Geert Uytterhoeven | 1 | -3/+3 |
| 2017-03-21 | spi: spidev_test: add option to continuously transfer data | Frode Isaksen | 1 | -5/+88 |
| 2016-11-04 | spi: spidev_test: Fix input file check when transferring file | Michal Vokáč | 1 | -1/+1 |
| 2016-09-30 | Merge remote-tracking branches 'spi/topic/rspi', 'spi/topic/sc18is602', 'spi/... | Mark Brown | 1 | -0/+1 |
| 2016-09-14 | spi: spidev_test: Fix buffer overflow in unescape() | Geert Uytterhoeven | 1 | -1/+1 |
| 2016-08-15 | spi: spidev_test: fix build with musl libc | Baruch Siach | 1 | -0/+1 |
| 2015-12-08 | spi: spidev_test: Fix typo in error message | Fabio Estevam | 1 | -1/+1 |
| 2015-11-23 | spi: spidev_test: fix whitespace | Joshua Clayton | 1 | -2/+3 |
| 2015-11-23 | spi: spidev_test: check error | Joshua Clayton | 1 | -1/+5 |
| 2015-11-23 | spi: spidev_test: output to a file | Joshua Clayton | 1 | -3/+23 |
| 2015-11-23 | spi: spidev_test: accept input from a file | Joshua Clayton | 1 | -1/+47 |
| 2015-11-23 | spi: spidev_test: transfer_escaped_string function | Joshua Clayton | 1 | -13/+23 |
| 2015-11-23 | spi: Move spi code from Documentation to tools | Joshua Clayton | 1 | -0/+318 |