Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] add support for Meson A1 SPI Flash Controller
@ 2023-03-22 15:04 Martin Kurbanov
  2023-03-22 15:04 ` [PATCH v1 1/2] dt-bindings: spi: add binding for meson-spifc-a1 Martin Kurbanov
  2023-03-22 15:04 ` [PATCH v1 2/2] spi: add support for Meson A1 SPI Flash Controller Martin Kurbanov
  0 siblings, 2 replies; 8+ messages in thread
From: Martin Kurbanov @ 2023-03-22 15:04 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Krzysztof Kozlowski, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl
  Cc: linux-spi, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, kernel, Martin Kurbanov

This patchset introduces DT bindings and driver for the Amlogic Meson A1
SPI flash controller (A113L family).

The existing spi-meson-spifc driver is incompatible with the A1 SPIFC
at all.

The implementation has been tested on the Amlogic A113L SoC based device
connected with ESMT F50L1G41LB spinand flash.

This patchset has dependencies on the A1 clock series which is still
under review [1].

Links:
  [1] https://lore.kernel.org/all/20230321193014.26349-1-ddrokosov@sberdevices.ru/

Martin Kurbanov (2):
  dt-bindings: spi: add binding for meson-spifc-a1
  spi: add support for Meson A1 SPI Flash Controller

 .../bindings/spi/amlogic,meson-a1-spifc.yaml  |  42 ++
 drivers/spi/Kconfig                           |   7 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-meson-spifc-a1.c              | 444 ++++++++++++++++++
 4 files changed, 494 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/amlogic,meson-a1-spifc.yaml
 create mode 100644 drivers/spi/spi-meson-spifc-a1.c

--
2.40.0


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2023-03-22 20:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 15:04 [PATCH v1 0/2] add support for Meson A1 SPI Flash Controller Martin Kurbanov
2023-03-22 15:04 ` [PATCH v1 1/2] dt-bindings: spi: add binding for meson-spifc-a1 Martin Kurbanov
2023-03-22 15:55   ` Neil Armstrong
2023-03-22 16:25   ` Krzysztof Kozlowski
2023-03-22 16:59   ` Rob Herring
2023-03-22 15:04 ` [PATCH v1 2/2] spi: add support for Meson A1 SPI Flash Controller Martin Kurbanov
2023-03-22 16:00   ` Neil Armstrong
2023-03-22 20:50   ` kernel test robot

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