All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: spi-mem: add stm32 qspi controller
@ 2018-10-05  7:43 ` Ludovic Barre
  0 siblings, 0 replies; 17+ messages in thread
From: Ludovic Barre @ 2018-10-05  7:43 UTC (permalink / raw)
  To: Mark Brown, Marek Vasut, Boris Brezillon, Rob Herring
  Cc: Maxime Coquelin, Alexandre Torgue, linux-spi, linux-arm-kernel,
	linux-kernel, linux-stm32, devicetree, Ludovic Barre

From: Ludovic Barre <ludovic.barre@st.com>

The goal of this serie is to add support of qspi controller for stm32.
It is a specialized communication interface targeting single,
dual or quad SPI Flash memories (NOR/NAND).

Ludovic Barre (2):
  dt-bindings: spi: add stm32 qspi controller
  spi: spi-mem: add stm32 qspi controller

 .../devicetree/bindings/spi/spi-stm32-qspi.txt     |  44 ++
 drivers/spi/Kconfig                                |   9 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-stm32-qspi.c                       | 512 +++++++++++++++++++++
 4 files changed, 566 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-stm32-qspi.txt
 create mode 100644 drivers/spi/spi-stm32-qspi.c

-- 
2.7.4

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

end of thread, other threads:[~2018-10-19 12:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-05  7:43 [PATCH 0/2] spi: spi-mem: add stm32 qspi controller Ludovic Barre
2018-10-05  7:43 ` Ludovic Barre
2018-10-05  7:43 ` Ludovic Barre
2018-10-05  7:43 ` [PATCH 1/2] dt-bindings: spi: " Ludovic Barre
2018-10-05  7:43   ` Ludovic Barre
2018-10-05  7:43   ` Ludovic Barre
2018-10-16 22:36   ` Rob Herring
2018-10-16 22:36     ` Rob Herring
2018-10-19 12:29   ` Applied "dt-bindings: spi: add stm32 qspi controller" to the spi tree Mark Brown
2018-10-19 12:29     ` Mark Brown
2018-10-19 12:29     ` Mark Brown
2018-10-19 12:29     ` Mark Brown
2018-10-05  7:43 ` [PATCH 2/2] spi: spi-mem: add stm32 qspi controller Ludovic Barre
2018-10-05  7:43   ` Ludovic Barre
2018-10-05  7:43   ` Ludovic Barre
2018-10-05  7:55   ` [Linux-stm32] " Loic PALLARDY
2018-10-05  7:55     ` Loic PALLARDY

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.