diff options
author | Joshua Clayton <stillcompiling@gmail.com> | 2015-11-28 13:28:18 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-30 12:14:12 +0000 |
commit | de2c6e58554c7df3db70c68e52f982e558895ecf (patch) | |
tree | 673f7d6da24c0b1186b763e1ef586aae9f7c9fbb | |
parent | b2cfc90428f1c24ce4920f06b584bd05c62741e6 (diff) | |
download | op-kernel-dev-de2c6e58554c7df3db70c68e52f982e558895ecf.zip op-kernel-dev-de2c6e58554c7df3db70c68e52f982e558895ecf.tar.gz |
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>
-rw-r--r-- | Documentation/spi/00-INDEX | 4 | ||||
-rw-r--r-- | tools/spi/.gitignore (renamed from Documentation/spi/.gitignore) | 0 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/spi/00-INDEX b/Documentation/spi/00-INDEX index a128fa8..4644bf0 100644 --- a/Documentation/spi/00-INDEX +++ b/Documentation/spi/00-INDEX @@ -10,13 +10,9 @@ pxa2xx - PXA2xx SPI master controller build by spi_message fifo wq spidev - Intro to the userspace API for spi devices -spidev_fdx.c - - spidev example file spi-lm70llp - Connecting an LM70-LLP sensor to the kernel via the SPI subsys. spi-sc18is602 - NXP SC18IS602/603 I2C-bus to SPI bridge spi-summary - (Linux) SPI overview. If unsure about SPI or SPI in Linux, start here. -spidev_test.c - - SPI testing utility. diff --git a/Documentation/spi/.gitignore b/tools/spi/.gitignore index 4280576..4280576 100644 --- a/Documentation/spi/.gitignore +++ b/tools/spi/.gitignore |