VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
Date
Commit Message
Rev
Author
2021-04-22
spi: tools: make a symbolic link to the header file spi.h
Quanyang Wang
2020-06-11
spi: tools: Make default_tx/rx and input_tx static
Qing Zhang
2020-06-08
spi: spidev_test: Use %u to format unsigned numbers
Geert Uytterhoeven
2020-04-16
spi: spidev_test: Add support for Octal mode data transfers
Geert Uytterhoeven
2020-04-14
spi: spidev_test: Remove hidden temporary file when make clean
Tiezhu Yang
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-02-13
spi: spidev_test: Remove the whole "include" directory when make clean
Tiezhu Yang
2020-02-13
spi: spidev_test: Use perror() only if errno is not 0
Tiezhu Yang
2020-02-13
spi: spidev_test: Check input_tx and input_file first after parse options
Tiezhu Yang
2020-02-13
spi: spidev_test: Remove break after exit statement
Tiezhu Yang
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-09-04
spi: spidev_test: Improve decoded text part of hex dump
Geert Uytterhoeven
2018-02-21
tools: fix cross-compile var clobbering
Martin Kelly
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-26
spi: tools: add install section
Andy Shevchenko
2017-07-26
spi: tools: move to tools buildsystem
Andy Shevchenko
2017-03-21
spi: spidev_test: add option to continuously transfer data
Frode Isaksen
2016-11-04
spi: spidev_test: Fix input file check when transferring file
Michal Vokáč
2016-09-30
Merge remote-tracking branches 'spi/topic/ti-qspi', 'spi/topic/tools', 'spi/topic/txx9' and 'spi/topic/xlp' into spi-next
Mark Brown
2016-09-30
Merge remote-tracking branches 'spi/topic/rspi', 'spi/topic/sc18is602', 'spi/topic/sh-msiof', 'spi/topic/spidev-test' and 'spi/topic/st-ssc4' into spi-next
Mark Brown
2016-09-14
spi: spidev_test: Fix buffer overflow in unescape()
Geert Uytterhoeven
2016-09-12
spi: tools: enable CROSS_COMPILE in Makefile
Jorge Ramirez-Ortiz
2016-08-15
spi: spidev_test: fix build with musl libc
Baruch Siach
2015-12-08
spi: spidev_test: Fix typo in error message
Fabio Estevam
2015-11-30
spi: tools: move spidev_test metadata
Joshua Clayton
2015-11-23
spi: spidev_test: fix whitespace
Joshua Clayton
2015-11-23
spi: spidev_test: check error
Joshua Clayton
2015-11-23
spi: spidev_test: output to a file
Joshua Clayton
2015-11-23
spi: spidev_test: accept input from a file
Joshua Clayton
2015-11-23
spi: spidev_test: transfer_escaped_string function
Joshua Clayton
2015-11-23
spi: Move spi code from Documentation to tools
Joshua Clayton