[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1447773299.git.stillcompiling@gmail.com>
Date: Tue, 17 Nov 2015 07:24:20 -0800
From: Joshua Clayton <stillcompiling@...il.com>
To: Mark Brown <broonie@...nel.org>
Cc: Jonathan Corbet <corbet@....net>,
Adrian Remonda <adrianremonda@...il.com>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-spi@...r.kernel.org,
Joshua Clayton <stillcompiling@...il.com>
Subject: [PATCH 0/8] spi: Add file i/o to spidev_test
Add to spidev_test, the ability to read from and write to a file.
Clean up code along the way.
As I finished, I found that a request has been made to move
spidev_test from Documentation to tools, so I did that as well.
Joshua Clayton (8):
Documentation/spi/spidev_test.c: use one rx buffer
Documentation/spi/spidev_test.c: clean up input_tx
Documentation/spi/spidev_test.c: accept input from a file
Documentation/spi/spidev_test.c: output to a file
Documentation/spi/spidev_test.c: check error
Documentation/spi/spidev_test.c: fix whitespace
tools/Makefile: minor whitespace cleanup
spi: Move spi code from Documentation to tools
Documentation/Makefile | 2 +-
Documentation/spi/Makefile | 8 -
Documentation/spi/spidev_fdx.c | 158 -----------------
Documentation/spi/spidev_test.c | 318 ---------------------------------
tools/Makefile | 43 ++++-
tools/spi/Makefile | 4 +
tools/spi/spidev_fdx.c | 158 +++++++++++++++++
tools/spi/spidev_test.c | 385 ++++++++++++++++++++++++++++++++++++++++
8 files changed, 582 insertions(+), 494 deletions(-)
delete mode 100644 Documentation/spi/Makefile
delete mode 100644 Documentation/spi/spidev_fdx.c
delete mode 100644 Documentation/spi/spidev_test.c
create mode 100644 tools/spi/Makefile
create mode 100644 tools/spi/spidev_fdx.c
create mode 100644 tools/spi/spidev_test.c
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists