spi: tools: move spidev_test metadata
authorJoshua Clayton <stillcompiling@gmail.com>
Sat, 28 Nov 2015 21:28:18 +0000 (13:28 -0800)
committerMark Brown <broonie@kernel.org>
Mon, 30 Nov 2015 12:14:12 +0000 (12:14 +0000)
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>
Documentation/spi/.gitignore [deleted file]
Documentation/spi/00-INDEX
tools/spi/.gitignore [new file with mode: 0644]

diff --git a/Documentation/spi/.gitignore b/Documentation/spi/.gitignore
deleted file mode 100644 (file)
index 4280576..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-spidev_fdx
-spidev_test
index a128fa83551297a47bd9cbab2e0630d1bde51d35..4644bf0d9832ee47d96a9f4ec923cb31a6208f85 100644 (file)
@@ -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/tools/spi/.gitignore b/tools/spi/.gitignore
new file mode 100644 (file)
index 0000000..4280576
--- /dev/null
@@ -0,0 +1,2 @@
+spidev_fdx
+spidev_test
This page took 0.026811 seconds and 5 git commands to generate.