spi: Move spi code from Documentation to tools
authorJoshua Clayton <stillcompiling@gmail.com>
Wed, 18 Nov 2015 22:30:37 +0000 (14:30 -0800)
committerMark Brown <broonie@kernel.org>
Mon, 23 Nov 2015 14:54:01 +0000 (14:54 +0000)
commit5eca4d843f9f0c3140a8657ba2f8217ee6c08c11
tree207aaf175ef415b4569f4637f26630af1aac0c19
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
spi: Move spi code from Documentation to tools

Jon Corbet requested this code moved with the last changeset,
https://lkml.org/lkml/2015/3/1/144,
but the patch was not applied because it missed the Makefile.
Moved spidev_test, spidev_fdx and their Makefile infrastructure.

Signed-off-by: Joshua Clayton <stillcompiling@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/Makefile
Documentation/spi/Makefile [deleted file]
Documentation/spi/spidev_fdx.c [deleted file]
Documentation/spi/spidev_test.c [deleted file]
tools/Makefile
tools/spi/Makefile [new file with mode: 0644]
tools/spi/spidev_fdx.c [new file with mode: 0644]
tools/spi/spidev_test.c [new file with mode: 0644]