Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: tools: move spidev_test metadata

Now that spidev_test and spidev_fdx have been moved, remove them
from the Documentation index and move their .gitignore file.

Signed-off-by: Joshua Clayton <stillcompiling@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Joshua Clayton and committed by
Mark Brown
de2c6e58 b2cfc904

-4
Documentation/spi/.gitignore tools/spi/.gitignore
-4
Documentation/spi/00-INDEX
··· 10 10 - PXA2xx SPI master controller build by spi_message fifo wq 11 11 spidev 12 12 - Intro to the userspace API for spi devices 13 - spidev_fdx.c 14 - - spidev example file 15 13 spi-lm70llp 16 14 - Connecting an LM70-LLP sensor to the kernel via the SPI subsys. 17 15 spi-sc18is602 18 16 - NXP SC18IS602/603 I2C-bus to SPI bridge 19 17 spi-summary 20 18 - (Linux) SPI overview. If unsure about SPI or SPI in Linux, start here. 21 - spidev_test.c 22 - - SPI testing utility.