aboutsummaryrefslogtreecommitdiffstats
path: root/tools/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-22spi: tools: make a symbolic link to the header file spi.hQuanyang Wang1-2/+3
2020-06-11spi: tools: Make default_tx/rx and input_tx staticQing Zhang1-3/+3
2020-06-08spi: spidev_test: Use %u to format unsigned numbersGeert Uytterhoeven1-2/+2
2020-04-16spi: spidev_test: Add support for Octal mode data transfersGeert Uytterhoeven1-5/+16
2020-04-14spi: spidev_test: Remove hidden temporary file when make cleanTiezhu Yang1-1/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-13spi: spidev_test: Remove the whole "include" directory when make cleanTiezhu Yang1-1/+1
2020-02-13spi: spidev_test: Use perror() only if errno is not 0Tiezhu Yang1-1/+6
2020-02-13spi: spidev_test: Check input_tx and input_file first after parse optionsTiezhu Yang1-3/+3
2020-02-13spi: spidev_test: Remove break after exit statementTiezhu Yang1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-09-04spi: spidev_test: Improve decoded text part of hex dumpGeert Uytterhoeven1-3/+3
2018-02-21tools: fix cross-compile var clobberingMartin Kelly1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26spi: tools: add install sectionAndy Shevchenko1-1/+9
2017-07-26spi: tools: move to tools buildsystemAndy Shevchenko2-2/+56
2017-03-21spi: spidev_test: add option to continuously transfer dataFrode Isaksen1-5/+88
2016-11-04spi: spidev_test: Fix input file check when transferring fileMichal Vokáč1-1/+1
2016-09-30Merge remote-tracking branches 'spi/topic/ti-qspi', 'spi/topic/tools', 'spi/topic/txx9' and 'spi/topic/xlp' into spi-nextMark Brown1-0/+2
2016-09-30Merge remote-tracking branches 'spi/topic/rspi', 'spi/topic/sc18is602', 'spi/topic/sh-msiof', 'spi/topic/spidev-test' and 'spi/topic/st-ssc4' into spi-nextMark Brown1-0/+1
2016-09-14spi: spidev_test: Fix buffer overflow in unescape()Geert Uytterhoeven1-1/+1
2016-09-12spi: tools: enable CROSS_COMPILE in MakefileJorge Ramirez-Ortiz1-0/+2
2016-08-15spi: spidev_test: fix build with musl libcBaruch Siach1-0/+1
2015-12-08spi: spidev_test: Fix typo in error messageFabio Estevam1-1/+1
2015-11-30spi: tools: move spidev_test metadataJoshua Clayton1-0/+2
2015-11-23spi: spidev_test: fix whitespaceJoshua Clayton1-2/+3
2015-11-23spi: spidev_test: check errorJoshua Clayton1-1/+5
2015-11-23spi: spidev_test: output to a fileJoshua Clayton1-3/+23
2015-11-23spi: spidev_test: accept input from a fileJoshua Clayton1-1/+47
2015-11-23spi: spidev_test: transfer_escaped_string functionJoshua Clayton1-13/+23
2015-11-23spi: Move spi code from Documentation to toolsJoshua Clayton3-0/+480