public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: Add Meson SPICC driver
@ 2017-05-23 13:39 Neil Armstrong
  2017-05-23 13:39 ` [PATCH 1/2] dt-bindings: spi-meson: Add SPICC bindings Neil Armstrong
  2017-05-23 13:39 ` [PATCH 2/2] spi: Add Meson SPICC driver Neil Armstrong
  0 siblings, 2 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-05-23 13:39 UTC (permalink / raw)
  To: broonie
  Cc: Neil Armstrong, linux-spi, linux-amlogic, linux-arm-kernel,
	linux-kernel

The Meson SPICC is generic SPI controller for general purpose Full-Duplex
communications with dedicated 16 words RX/TX PIO FIFOs.
It differs completely from the SPIFC, and thus need a separate driver.

The current driver only supportd the PIO transfer mode since the DMA seems
broken on available hardware.

This driver has been tested on a Amlogic S905X board.

Neil Armstrong (2):
  dt-bindings: spi-meson: Add SPICC bindings
  spi: Add Meson SPICC driver

 .../devicetree/bindings/spi/spi-meson.txt          |  31 ++
 drivers/spi/Kconfig                                |   7 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-meson-spicc.c                      | 619 +++++++++++++++++++++
 4 files changed, 658 insertions(+)
 create mode 100644 drivers/spi/spi-meson-spicc.c

-- 
1.9.1

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

end of thread, other threads:[~2017-05-24 17:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-23 13:39 [PATCH 0/2] spi: Add Meson SPICC driver Neil Armstrong
2017-05-23 13:39 ` [PATCH 1/2] dt-bindings: spi-meson: Add SPICC bindings Neil Armstrong
2017-05-24 17:18   ` Mark Brown
2017-05-24 17:42   ` Applied "spi: meson: Add SPICC bindings" to the spi tree Mark Brown
2017-05-23 13:39 ` [PATCH 2/2] spi: Add Meson SPICC driver Neil Armstrong
2017-05-24 17:42   ` Applied "spi: Add Meson SPICC 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