From: Lorenzo Bianconi <lorenzo@kernel.org>
To: linux-spi@vger.kernel.org
Cc: broonie@kernel.org, lorenzo.bianconi83@gmail.com,
linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, nbd@nbd.name, john@phrozen.org,
dd@embedd.com, catalin.marinas@arm.com, will@kernel.org,
upstream@airoha.com, angelogioacchino.delregno@collabora.com
Subject: [PATCH 0/3] Add add SPI-NAND Flash controller driver for EN7581
Date: Thu, 11 Apr 2024 13:08:35 +0200 [thread overview]
Message-ID: <cover.1712833493.git.lorenzo@kernel.org> (raw)
Introduce support for SPI-NAND driver of the Airoha NAND Flash Interface
found on Airoha ARM EN7581 SoCs.
Lorenzo Bianconi (3):
dt-bindings: spi: airoha: Add YAML schema for SNFI controller
arm64: dts: airoha: add EN7581 spi-nand node
spi: airoha: add SPI-NAND Flash controller driver
.../bindings/spi/airoha,spi-airoha-snfi.yaml | 56 +
MAINTAINERS | 9 +
arch/arm64/boot/dts/airoha/en7581.dtsi | 17 +
drivers/spi/Kconfig | 10 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-airoha-snfi.c | 1146 +++++++++++++++++
6 files changed, 1239 insertions(+)
create mode 100644 Documentation/devicetree/bindings/spi/airoha,spi-airoha-snfi.yaml
create mode 100644 drivers/spi/spi-airoha-snfi.c
--
2.44.0
WARNING: multiple messages have this Message-ID (diff)
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: linux-spi@vger.kernel.org
Cc: broonie@kernel.org, lorenzo.bianconi83@gmail.com,
linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, nbd@nbd.name, john@phrozen.org,
dd@embedd.com, catalin.marinas@arm.com, will@kernel.org,
upstream@airoha.com, angelogioacchino.delregno@collabora.com
Subject: [PATCH 0/3] Add add SPI-NAND Flash controller driver for EN7581
Date: Thu, 11 Apr 2024 13:08:35 +0200 [thread overview]
Message-ID: <cover.1712833493.git.lorenzo@kernel.org> (raw)
Introduce support for SPI-NAND driver of the Airoha NAND Flash Interface
found on Airoha ARM EN7581 SoCs.
Lorenzo Bianconi (3):
dt-bindings: spi: airoha: Add YAML schema for SNFI controller
arm64: dts: airoha: add EN7581 spi-nand node
spi: airoha: add SPI-NAND Flash controller driver
.../bindings/spi/airoha,spi-airoha-snfi.yaml | 56 +
MAINTAINERS | 9 +
arch/arm64/boot/dts/airoha/en7581.dtsi | 17 +
drivers/spi/Kconfig | 10 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-airoha-snfi.c | 1146 +++++++++++++++++
6 files changed, 1239 insertions(+)
create mode 100644 Documentation/devicetree/bindings/spi/airoha,spi-airoha-snfi.yaml
create mode 100644 drivers/spi/spi-airoha-snfi.c
--
2.44.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2024-04-11 11:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 11:08 Lorenzo Bianconi [this message]
2024-04-11 11:08 ` [PATCH 0/3] Add add SPI-NAND Flash controller driver for EN7581 Lorenzo Bianconi
2024-04-11 11:08 ` [PATCH 1/3] dt-bindings: spi: airoha: Add YAML schema for SNFI controller Lorenzo Bianconi
2024-04-11 11:08 ` Lorenzo Bianconi
2024-04-11 11:12 ` Krzysztof Kozlowski
2024-04-11 11:12 ` Krzysztof Kozlowski
2024-04-12 11:02 ` Lorenzo Bianconi
2024-04-12 11:02 ` Lorenzo Bianconi
2024-04-11 11:08 ` [PATCH 2/3] arm64: dts: airoha: add EN7581 spi-nand node Lorenzo Bianconi
2024-04-11 11:08 ` Lorenzo Bianconi
2024-04-11 11:08 ` [PATCH 3/3] spi: airoha: add SPI-NAND Flash controller driver Lorenzo Bianconi
2024-04-11 11:08 ` Lorenzo Bianconi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1712833493.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=broonie@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=dd@embedd.com \
--cc=devicetree@vger.kernel.org \
--cc=john@phrozen.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-spi@vger.kernel.org \
--cc=lorenzo.bianconi83@gmail.com \
--cc=nbd@nbd.name \
--cc=robh+dt@kernel.org \
--cc=upstream@airoha.com \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.