Hi all,
This patch series introduces support for the Realtek RTD1625 SPI Flash
controller.
Thansk,
Yu-Chun
---
Changes in v2:
- Dropped the DTS patch to avoid apply conflicts.
- Removed clock and reset header inclusions, and replaced macros with raw
numbers in the dt-binding example to resolve dependencies.
v1: https://lore.kernel.org/lkml/20260904031252.244280-1-eleanor.lin@realtek.com/ (local)
---
Jyan Chou (2):
dt-bindings: spi: Add Realtek RTD1625 SPI support
spi: spi-mem: Add Realtek SPI flash controller driver
.../bindings/spi/realtek,rtd1625-nor.yaml | 65 ++
MAINTAINERS | 6 +
drivers/spi/Kconfig | 10 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-rtk-nor.c | 637 ++++++++++++++++++
5 files changed, 719 insertions(+)
create mode 100644 Documentation/devicetree/bindings/spi/realtek,rtd1625-nor.yaml
create mode 100644 drivers/spi/spi-rtk-nor.c
--
2.43.0