Linux-Devicetree Archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Add add spi-nand flash controller driver for EN7581
@ 2024-05-01 14:06 Lorenzo Bianconi
  2024-05-01 14:06 ` [PATCH v6 1/3] spi: dt-bindings: Add binding doc for spi-airoha-snfi Lorenzo Bianconi
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Lorenzo Bianconi @ 2024-05-01 14:06 UTC (permalink / raw
  To: linux-spi
  Cc: broonie, conor, lorenzo.bianconi83, linux-arm-kernel, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, devicetree, nbd, john, dd,
	catalin.marinas, will, upstream, angelogioacchino.delregno,
	andy.shevchenko

Introduce support for SPI-NAND driver of the Airoha NAND Flash Interface
found on Airoha ARM EN7581 SoCs.

Changes since v5:
- modify patch commit logs
- cosmetic rework
Changes since v4:
- rely on devm_platform_ioremap_resource() routine
- rework airoha_snand_is_page_ops() routine
Changes since v3:
- rely on devm_kzalloc() to allocate airoha_snand_dev buffers
- rely on dev_err_probe()
- cosmetic rework
Changes since v2:
- Fix compilation warnings
- Remove interrupt entry in dts since it is not connected so far
Changes since v1:
- Introduce spi clock dependency

Lorenzo Bianconi (3):
  spi: dt-bindings: Add binding doc for spi-airoha-snfi
  arm64: dts: airoha: en7581: Add spi-nand node
  spi: airoha: Add spi-nand flash controller driver

 .../bindings/spi/airoha,en7581-snand.yaml     |   65 +
 MAINTAINERS                                   |    9 +
 arch/arm64/boot/dts/airoha/en7581.dtsi        |   19 +
 drivers/spi/Kconfig                           |   10 +
 drivers/spi/Makefile                          |    1 +
 drivers/spi/spi-airoha-snfi.c                 | 1124 +++++++++++++++++
 6 files changed, 1228 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml
 create mode 100644 drivers/spi/spi-airoha-snfi.c

-- 
2.44.0


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

end of thread, other threads:[~2024-05-03 13:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01 14:06 [PATCH v6 0/3] Add add spi-nand flash controller driver for EN7581 Lorenzo Bianconi
2024-05-01 14:06 ` [PATCH v6 1/3] spi: dt-bindings: Add binding doc for spi-airoha-snfi Lorenzo Bianconi
2024-05-01 14:06 ` [PATCH v6 2/3] arm64: dts: airoha: en7581: Add spi-nand node Lorenzo Bianconi
2024-05-01 14:06 ` [PATCH v6 3/3] spi: airoha: Add spi-nand flash controller driver Lorenzo Bianconi
2024-05-03  2:09   ` Mark Brown
2024-05-03 12:15     ` Lorenzo Bianconi
2024-05-03 13:06       ` Andy Shevchenko
2024-05-03 13:20         ` Lorenzo Bianconi
2024-05-03 13:40           ` Andy Shevchenko

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 read-only IMAP folder(s) and NNTP newsgroup(s).