[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200306194118.18581-1-eajames@linux.ibm.com>
Date: Fri, 6 Mar 2020 13:41:16 -0600
From: Eddie James <eajames@...ux.ibm.com>
To: linux-spi@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, broonie@...nel.org, joel@....id.au,
andrew@...id.au, andy.shevchenko@...il.com, robh+dt@...nel.org,
devicetree@...r.kernel.org, Eddie James <eajames@...ux.ibm.com>
Subject: [PATCH v3 0/2] spi: Add FSI-attached SPI controller driver
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
Powered by blists - more mailing lists