This patchset adds support for Broadcoms MSPI SPI controller. It can be found on
various SoC's such as Cygnus.

Jonathan Richardson (2):
  ARM: dts: Add binding for Broadcom MSPI driver.
  spi: bcm-mspi: Add support for Broadcom MSPI driver.

 .../devicetree/bindings/spi/brcm,mspi-spi.txt      |   39 ++
 drivers/spi/Kconfig                                |    5 +
 drivers/spi/Makefile                               |    1 +
 drivers/spi/spi-bcm-mspi.c                         |  505 ++++++++++++++++++++
 4 files changed, 550 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/brcm,mspi-spi.txt
 create mode 100644 drivers/spi/spi-bcm-mspi.c

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to