All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce Socionext F_OSPI SPI flash controller
@ 2022-11-18  0:59 Kunihiko Hayashi
  2022-11-18  0:59 ` [PATCH 1/2] dt-bindings: spi: Add Socionext F_OSPI controller bindings Kunihiko Hayashi
  2022-11-18  0:59 ` [PATCH 2/2] spi: Add Socionext F_OSPI SPI flash controller driver Kunihiko Hayashi
  0 siblings, 2 replies; 7+ messages in thread
From: Kunihiko Hayashi @ 2022-11-18  0:59 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Krzysztof Kozlowski
  Cc: linux-spi, devicetree, linux-kernel, Kunihiko Hayashi

This series adds dt-bindings and a driver for Socionext F_OSPI controller
for connecting an SPI Flash memory over up to 8-bit wide bus.
The controller supports up to 4 chip selects.

Kunihiko Hayashi (2):
  dt-bindings: spi: Add Socionext F_OSPI controller bindings
  spi: Add Socionext F_OSPI SPI flash controller driver

 .../bindings/spi/socionext,f-ospi.yaml        |  99 +++
 drivers/spi/Kconfig                           |   9 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-sn-f-ospi.c                   | 818 ++++++++++++++++++
 4 files changed, 927 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/socionext,f-ospi.yaml
 create mode 100644 drivers/spi/spi-sn-f-ospi.c

-- 
2.25.1


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

end of thread, other threads:[~2022-11-18 16:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18  0:59 [PATCH 0/2] Introduce Socionext F_OSPI SPI flash controller Kunihiko Hayashi
2022-11-18  0:59 ` [PATCH 1/2] dt-bindings: spi: Add Socionext F_OSPI controller bindings Kunihiko Hayashi
2022-11-18 11:39   ` Mark Brown
2022-11-18 14:16     ` Kunihiko Hayashi
2022-11-18 15:36       ` Mark Brown
2022-11-18 16:41         ` Kunihiko Hayashi
2022-11-18  0:59 ` [PATCH 2/2] spi: Add Socionext F_OSPI SPI flash controller driver Kunihiko Hayashi

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.