linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for STM32 SPI
@ 2017-06-21 14:32 Amelie Delaunay
  2017-06-21 14:32 ` [PATCH 1/2] dt-bindings: spi: Document the STM32 SPI bindings Amelie Delaunay
  2017-06-21 14:32 ` [PATCH 2/2] spi: add driver for STM32 SPI controller Amelie Delaunay
  0 siblings, 2 replies; 13+ messages in thread
From: Amelie Delaunay @ 2017-06-21 14:32 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Mark Rutland, Maxime Coquelin, Alexandre Torgue
  Cc: linux-spi, devicetree, linux-arm-kernel, linux-kernel, Amelie Delaunay

This patchset adds support for the STM32 Serial Peripheral Interface (SPI).

It applies to STM32 platforms implementing version 2 of SPI/I2S interface
like STM32H7 series.

It supports a half-duplex, full-duplex and simplex synchronous serial
communication with external devices with 4-bit to 16/32-bit per word.
It has two 8x/16x 8-bit embedded Rx and TxFIFOs with DMA capability.
It can operate in master or slave mode, but here, only master mode is
supported.

Amelie Delaunay (2):
  dt-bindings: spi: Document the STM32 SPI bindings
  spi: add driver for STM32 SPI controller

 .../devicetree/bindings/spi/spi-stm32.txt          |   60 +
 drivers/spi/Kconfig                                |   10 +
 drivers/spi/Makefile                               |    1 +
 drivers/spi/spi-stm32.c                            | 1266 ++++++++++++++++++++
 4 files changed, 1337 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-stm32.txt
 create mode 100644 drivers/spi/spi-stm32.c

-- 
1.9.1

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

end of thread, other threads:[~2017-06-27  7:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21 14:32 [PATCH 0/2] Add support for STM32 SPI Amelie Delaunay
2017-06-21 14:32 ` [PATCH 1/2] dt-bindings: spi: Document the STM32 SPI bindings Amelie Delaunay
2017-06-21 15:16   ` Applied "spi: Document the STM32 SPI bindings" to the spi tree Mark Brown
2017-06-26 18:22     ` Rob Herring
2017-06-27  1:10       ` Mark Brown
2017-06-21 15:20   ` [PATCH 1/2] dt-bindings: spi: Document the STM32 SPI bindings Neil Armstrong
2017-06-22 11:51     ` Amelie DELAUNAY
2017-06-26 18:21   ` Rob Herring
2017-06-27  7:38     ` Amelie DELAUNAY
2017-06-21 14:32 ` [PATCH 2/2] spi: add driver for STM32 SPI controller Amelie Delaunay
2017-06-21 15:13   ` Mark Brown
2017-06-22 11:51     ` Amelie DELAUNAY
2017-06-21 15:16   ` Applied "spi: add driver for STM32 SPI controller" 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).