Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yu-Chun Lin [林祐君]" <eleanor.lin@realtek.com>
To: "Bartosz Golaszewski" <bartosz.golaszewski@oss.qualcomm.com>,
	"linusw@kernel.org" <linusw@kernel.org>,
	"brgl@kernel.org" <brgl@kernel.org>,
	"robh@kernel.org" <robh@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"afaerber@suse.com" <afaerber@suse.com>,
	"mwalle@kernel.org" <mwalle@kernel.org>,
	"andriy.shevchenko@intel.com" <andriy.shevchenko@intel.com>,
	"TY_Chang[張子逸]" <tychang@realtek.com>
Cc: "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-realtek-soc@lists.infradead.org"
	<linux-realtek-soc@lists.infradead.org>,
	"CY_Huang[黃鉦晏]" <cy.huang@realtek.com>,
	"Stanley Chang[昌育德]" <stanley_chang@realtek.com>,
	"James Tai [戴志峰]" <james.tai@realtek.com>
Subject: RE: (subset) [PATCH v4 0/4] gpio: realtek: Add support for Realtek DHC RTD1625
Date: Tue, 7 Jul 2026 06:55:26 +0000	[thread overview]
Message-ID: <a00c475a6ce0469682305c4b4269b181@realtek.com> (raw)
In-Reply-To: <178246069898.6685.11577448681947659397.b4-ty@oss.qualcomm.com>

Hi Bartosz,

> On Mon, 22 Jun 2026 17:23:31 +0800, Yu-Chun Lin wrote:
> > This series adds GPIO support for the Realtek DHC RTD1625 SoC.
> >
> > Unlike the existing driver (gpio-rtd.c) which uses shared bank
> > registers, the RTD1625 features a per-pin register architecture where
> > each GPIO line is managed by its own dedicated 32-bit control
> > register. This distinct hardware design requires a new, separate driver.
> >
> > [...]
> 
> Applied, thanks!
> 
> [1/4] dt-bindings: gpio: realtek: Add realtek,rtd1625-gpio
> 
> https://git.kernel.org/brgl/c/8f32808e1530b2229e07695fb39c54fee910bd4a
> [2/4] gpio: Replace "default y" with "default ARCH_REALTEK" in Kconfig
> 
> https://git.kernel.org/brgl/c/b5d23fcdb12972c522e96f90ab48be8a0d971b0e
> [3/4] gpio: realtek: Add driver for Realtek DHC RTD1625 SoC
> 
> https://git.kernel.org/brgl/c/a57e27c43b0315ee86c6896510d69be5257e093e
> 

Thank you for applying the patches!

I'm currently working on v6 of the patch series that incorporates Andy's
gpio-regmap patches, and it should build on top of gpio/for-next. However,
I have a conflict with the driver patch that was already applied.

Could you please revert that commit from gpio/for-next?

Best Regards,
Yu-Chun

> Best regards,
> --
> Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

  reply	other threads:[~2026-07-07  6:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-22  9:23 [PATCH v4 0/4] gpio: realtek: Add support for Realtek DHC RTD1625 Yu-Chun Lin
2026-06-22  9:23 ` [PATCH v4 1/4] dt-bindings: gpio: realtek: Add realtek,rtd1625-gpio Yu-Chun Lin
2026-06-30 13:17   ` Linus Walleij
2026-07-01 10:31     ` Yu-Chun Lin [林祐君]
2026-07-01 11:04       ` Linus Walleij
2026-06-22  9:23 ` [PATCH v4 2/4] gpio: Replace "default y" with "default ARCH_REALTEK" in Kconfig Yu-Chun Lin
2026-06-22  9:23 ` [PATCH v4 3/4] gpio: realtek: Add driver for Realtek DHC RTD1625 SoC Yu-Chun Lin
2026-06-30 13:12   ` Linus Walleij
2026-06-22  9:23 ` [PATCH v4 4/4] arm64: dts: realtek: Add GPIO support for RTD1625 Yu-Chun Lin
2026-06-26  7:59 ` (subset) [PATCH v4 0/4] gpio: realtek: Add support for Realtek DHC RTD1625 Bartosz Golaszewski
2026-07-07  6:55   ` Yu-Chun Lin [林祐君] [this message]
2026-07-07  7:24     ` Bartosz Golaszewski
2026-07-07  7:57       ` andriy.shevchenko
2026-07-07  8:22         ` Bartosz Golaszewski
2026-07-07  8:29           ` Yu-Chun Lin [林祐君]
2026-07-07  8:57             ` andriy.shevchenko

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=a00c475a6ce0469682305c4b4269b181@realtek.com \
    --to=eleanor.lin@realtek.com \
    --cc=afaerber@suse.com \
    --cc=andriy.shevchenko@intel.com \
    --cc=bartosz.golaszewski@oss.qualcomm.com \
    --cc=brgl@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cy.huang@realtek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=james.tai@realtek.com \
    --cc=krzk+dt@kernel.org \
    --cc=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-realtek-soc@lists.infradead.org \
    --cc=mwalle@kernel.org \
    --cc=robh@kernel.org \
    --cc=stanley_chang@realtek.com \
    --cc=tychang@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