diff options
author | Joshua Clayton <stillcompiling@gmail.com> | 2015-11-28 16:28:18 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-30 07:14:12 -0500 |
commit | de2c6e58554c7df3db70c68e52f982e558895ecf (patch) | |
tree | 673f7d6da24c0b1186b763e1ef586aae9f7c9fbb /Documentation/spi | |
parent | b2cfc90428f1c24ce4920f06b584bd05c62741e6 (diff) |
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>
Diffstat (limited to 'Documentation/spi')
-rw-r--r-- | Documentation/spi/.gitignore | 2 | ||||
-rw-r--r-- | Documentation/spi/00-INDEX | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/spi/.gitignore b/Documentation/spi/.gitignore deleted file mode 100644 index 4280576397e8..000000000000 --- a/Documentation/spi/.gitignore +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | spidev_fdx | ||
2 | spidev_test | ||
diff --git a/Documentation/spi/00-INDEX b/Documentation/spi/00-INDEX index a128fa835512..4644bf0d9832 100644 --- a/Documentation/spi/00-INDEX +++ b/Documentation/spi/00-INDEX | |||
@@ -10,13 +10,9 @@ pxa2xx | |||
10 | - PXA2xx SPI master controller build by spi_message fifo wq | 10 | - PXA2xx SPI master controller build by spi_message fifo wq |
11 | spidev | 11 | spidev |
12 | - Intro to the userspace API for spi devices | 12 | - Intro to the userspace API for spi devices |
13 | spidev_fdx.c | ||
14 | - spidev example file | ||
15 | spi-lm70llp | 13 | spi-lm70llp |
16 | - Connecting an LM70-LLP sensor to the kernel via the SPI subsys. | 14 | - Connecting an LM70-LLP sensor to the kernel via the SPI subsys. |
17 | spi-sc18is602 | 15 | spi-sc18is602 |
18 | - NXP SC18IS602/603 I2C-bus to SPI bridge | 16 | - NXP SC18IS602/603 I2C-bus to SPI bridge |
19 | spi-summary | 17 | spi-summary |
20 | - (Linux) SPI overview. If unsure about SPI or SPI in Linux, start here. | 18 | - (Linux) SPI overview. If unsure about SPI or SPI in Linux, start here. |
21 | spidev_test.c | ||
22 | - SPI testing utility. | ||