Devicetree
 help / color / mirror / Atom feed
From: Yu-Chun Lin <eleanor.lin@realtek.com>
To: <broonie@kernel.org>, <robh@kernel.org>, <krzk+dt@kernel.org>,
	<conor+dt@kernel.org>, <afaerber@suse.com>
Cc: <bartosz.golaszewski@oss.qualcomm.com>, <james.tai@realtek.com>,
	<cy.huang@realtek.com>, <stanley_chang@realtek.com>,
	<eleanor.lin@realtek.com>, <jyanchou@realtek.com>,
	<linux-spi@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-realtek-soc@lists.infradead.org>
Subject: [PATCH 0/3] spi: realtek: Add support for RTD1625 SPI Flash Controller
Date: Fri, 4 Sep 2026 11:12:49 +0800	[thread overview]
Message-ID: <20260904031252.244280-1-eleanor.lin@realtek.com> (raw)

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


             reply	other threads:[~2026-09-04  3:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-04  3:12 Yu-Chun Lin [this message]
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

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=20260904031252.244280-1-eleanor.lin@realtek.com \
    --to=eleanor.lin@realtek.com \
    --cc=afaerber@suse.com \
    --cc=bartosz.golaszewski@oss.qualcomm.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cy.huang@realtek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=james.tai@realtek.com \
    --cc=jyanchou@realtek.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-realtek-soc@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=stanley_chang@realtek.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox