linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] spi: Add FSI-attached SPI controller driver
@ 2020-03-06 19:41 Eddie James
       [not found] ` <20200306194118.18581-1-eajames-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org>
  2020-03-06 19:41 ` [PATCH v3 2/2] spi: Add FSI-attached SPI controller driver Eddie James
  0 siblings, 2 replies; 5+ messages in thread
From: Eddie James @ 2020-03-06 19:41 UTC (permalink / raw)
  To: linux-spi
  Cc: linux-kernel, broonie, joel, andrew, andy.shevchenko, robh+dt,
	devicetree, Eddie James

This series adds a dts binding and a driver for a new SPI controller that is
accessed over FSI bus.

Eddie James (2):
  dt-bindings: fsi: Add FSI2SPI bindings
  spi: Add FSI-attached SPI controller driver

 .../devicetree/bindings/fsi/ibm,fsi2spi.yaml  |  36 ++
 MAINTAINERS                                   |   7 +
 drivers/spi/Kconfig                           |   7 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-fsi.c                         | 558 ++++++++++++++++++
 5 files changed, 609 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml
 create mode 100644 drivers/spi/spi-fsi.c

-- 
2.24.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-10 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 19:41 [PATCH v3 0/2] spi: Add FSI-attached SPI controller driver Eddie James
     [not found] ` <20200306194118.18581-1-eajames-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org>
2020-03-06 19:41   ` [PATCH v3 1/2] dt-bindings: fsi: Add FSI2SPI bindings Eddie James
     [not found]     ` <20200306194118.18581-2-eajames-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org>
2020-03-10 14:31       ` Applied "dt-bindings: fsi: Add FSI2SPI bindings" to the spi tree Mark Brown
2020-03-06 19:41 ` [PATCH v3 2/2] spi: Add FSI-attached SPI controller driver Eddie James
2020-03-10 14:31   ` Applied "spi: Add FSI-attached SPI controller driver" to the spi tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).