public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add support for the Armada 3700 SPI controller
@ 2016-12-08 14:58 Romain Perier
  2016-12-08 14:58 ` [PATCH v4 1/4] spi: Add support for Armada 3700 SPI Controller Romain Perier
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Romain Perier @ 2016-12-08 14:58 UTC (permalink / raw)
  To: linux-arm-kernel

The Marvell Armada 3700 SoC includes an SPI controller. This controller
supports up to 4 SPI slave devices, with dedicated chip selects, CPIO or
FIFO mode with DMA or CPU transfers and different SPI transfer modes
(Standard single, Dual or Quad).

This set of patches adds a basic support for the FIFO mode, (CPU-side
only, DMA not supported yet). It also adds the required definitions of
the spi nodes to the devicetree.

Romain Perier (4):
  spi: Add support for Armada 3700 SPI Controller
  spi: armada-3700: Add documentation for the Armada 3700 SPI Controller
  arm64: dts: marvell: Add definition of SPI controller for Armada 3700
  arm64: dts: marvell: Enable spi0 on the board Armada-3720-db

 .../devicetree/bindings/spi/spi-armada-3700.txt    |  25 +
 arch/arm64/boot/dts/marvell/armada-3720-db.dts     |  30 +
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |  11 +
 drivers/spi/Kconfig                                |   7 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-armada-3700.c                      | 923 +++++++++++++++++++++
 6 files changed, 997 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-armada-3700.txt
 create mode 100644 drivers/spi/spi-armada-3700.c

-- 
2.9.3

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

end of thread, other threads:[~2017-01-03 15:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 14:58 [PATCH v4 0/4] Add support for the Armada 3700 SPI controller Romain Perier
2016-12-08 14:58 ` [PATCH v4 1/4] spi: Add support for Armada 3700 SPI Controller Romain Perier
2016-12-08 16:55   ` Applied "spi: Add support for Armada 3700 SPI Controller" to the spi tree Mark Brown
2016-12-08 14:58 ` [PATCH v4 2/4] spi: armada-3700: Add documentation for the Armada 3700 SPI Controller Romain Perier
2016-12-08 14:58 ` [PATCH v4 3/4] arm64: dts: marvell: Add definition of SPI controller for Armada 3700 Romain Perier
2017-01-03 15:14   ` Gregory CLEMENT
2016-12-08 14:58 ` [PATCH v4 4/4] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db Romain Perier
2017-01-03 15:14   ` Gregory CLEMENT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox