[PATCH v4 0/2] J-Core SPI controller support

From: Rich Felker
Date: Thu Jul 28 2016 - 02:14:04 EST


This driver is used with the J2, an open-source VHDL reimplementation
of SH-2. I've split it out from the main J-Core support patches going
upstream through my own linux-sh tree. Changes since the v3 should
include everything requested by Mark Brown in previous review (mainly
the chipsel changes I failed to make before), plus significant cleanup
(removal of unused macros and other cruft) and refactoring to
eliminate duplicate code.

Rich


Rich Felker (2):
of: add J-Core SPI master bindings
spi: add driver for J-Core SPI controller

.../devicetree/bindings/spi/jcore,spi.txt | 30 +++
drivers/spi/Kconfig | 4 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-jcore.c | 220 +++++++++++++++++++++
4 files changed, 255 insertions(+)
create mode 100644 Documentation/devicetree/bindings/spi/jcore,spi.txt
create mode 100644 drivers/spi/spi-jcore.c

--
2.8.1