Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/3] spi: realtek: Add support for RTD1625 SPI Flash Controller
@ 2026-09-04  3:12 Yu-Chun Lin
  2026-09-04  3:12 ` [PATCH 1/3] dt-bindings: spi: Add Realtek RTD1625 SPI support Yu-Chun Lin
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yu-Chun Lin @ 2026-09-04  3:12 UTC (permalink / raw)
  To: broonie, robh, krzk+dt, conor+dt, afaerber
  Cc: bartosz.golaszewski, james.tai, cy.huang, stanley_chang,
	eleanor.lin, jyanchou, linux-spi, devicetree, linux-kernel,
	linux-arm-kernel, linux-realtek-soc

Hi all,

This patch series introduces support for the Realtek RTD1625 SPI Flash
controller. 

Please note, this series depends on the RTD1625 clock driver patch series,
which is currently under review.

Link: https://lore.kernel.org/lkml/20260901072446.2563145-1-eleanor.lin@realtek.com/

Thansk,
Yu-Chun

Jyan Chou (2):
  dt-bindings: spi: Add Realtek RTD1625 SPI support
  spi: spi-mem: Add Realtek SPI flash controller driver

Yu-Chun Lin (1):
  arm64: dts: realtek: Add SPI NOR flash node for RTD1625

 .../bindings/spi/realtek,rtd1625-nor.yaml     |  68 ++
 MAINTAINERS                                   |   6 +
 arch/arm64/boot/dts/realtek/kent-pinctrl.dtsi |  16 +
 arch/arm64/boot/dts/realtek/kent.dtsi         |  26 +
 drivers/spi/Kconfig                           |  10 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-rtk-nor.c                     | 637 ++++++++++++++++++
 7 files changed, 764 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/realtek,rtd1625-nor.yaml
 create mode 100644 arch/arm64/boot/dts/realtek/kent-pinctrl.dtsi
 create mode 100644 drivers/spi/spi-rtk-nor.c

-- 
2.43.0


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

end of thread, other threads:[~2026-09-04 13:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04  3:12 [PATCH 0/3] spi: realtek: Add support for RTD1625 SPI Flash Controller Yu-Chun Lin
2026-09-04  3:12 ` [PATCH 1/3] dt-bindings: spi: Add Realtek RTD1625 SPI support Yu-Chun Lin
2026-09-04 13:40   ` Rob Herring (Arm)
2026-09-04  3:12 ` [PATCH 2/3] spi: spi-mem: Add Realtek SPI flash controller driver Yu-Chun Lin
2026-09-04  3:12 ` [PATCH 3/3] arm64: dts: realtek: Add SPI NOR flash node for RTD1625 Yu-Chun Lin
2026-09-04 10:54 ` [PATCH 0/3] spi: realtek: Add support for RTD1625 SPI Flash Controller Mark Brown

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