From: "Heiko Stübner" <heiko@sntech.de>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
Damon Ding <damon.ding@rock-chips.com>
Cc: detlev.casanova@collabora.com, devicetree@vger.kernel.org,
sebastian.reichel@collabora.com, linux-kernel@vger.kernel.org,
linux-rockchip@lists.infradead.org, alchark@gmail.com,
michael.riesch@collabora.com, andy.yan@rock-chips.com,
nicolas.frattaroli@collabora.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v11 0/3] Add eDP support for RK3576
Date: Mon, 15 Jun 2026 15:01:38 +0200 [thread overview]
Message-ID: <3213683.CbtlEUcBR6@diego> (raw)
In-Reply-To: <cd1f968a-2e1b-434f-a331-a60cd8740032@rock-chips.com>
Hi Damon,
Am Montag, 15. Juni 2026, 14:33:03 Mitteleuropäische Sommerzeit schrieb Damon Ding:
> Gentle ping on this patch series.
Linux 7.1 was released yesterday, so we're in the merge-window now.
(And the 5th of june was shortly before -rc7, so too late for 7.2)
So I'll pick those up after the merge window end in 2 weeks.
Heiko
>
> Best regards,
> Damon
>
> On 6/5/2026 10:23 AM, Damon Ding wrote:
> > Picked from:
> > https://lore.kernel.org/all/20260601065100.1103873-1-damon.ding@rock-chips.com/
> >
> > Patch 1-2 are to add missing clock "hclk" for RK3588 eDP nodes.
> > Patch 3 is to add the RK3576 eDP node.
> >
> > Damon Ding (3):
> > arm64: dts: rockchip: Add missing hclk for RK3588 eDP0
> > arm64: dts: rockchip: Add missing hclk for RK3588 eDP1
> > arm64: dts: rockchip: Add eDP node for RK3576
> >
> > arch/arm64/boot/dts/rockchip/rk3576.dtsi | 28 +++++++++++++++++++
> > arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 4 +--
> > .../arm64/boot/dts/rockchip/rk3588-extra.dtsi | 4 +--
> > 3 files changed, 32 insertions(+), 4 deletions(-)
> >
> > ---
> >
> > Changes in v2:
> > - Split out separate patches to add the "hclk" clock reference.
> > - Split out separate patches to enable the "hclk" clock.
> > - Add Reviewed-by tag.
> >
> > Changes in v3:
> > - Add a patch to expand descriptions for clocks of the eDP node.
> > - Add Reviewed-by tag.
> >
> > Changes in v4:
> > - Modify commit msg.
> >
> > Changes in v5:
> > - Enforce the correct third clock name on a per-compatible basis.
> > - Modify the commit msg simultaneously.
> > - Add Acked-by tag.
> >
> > Changes in v6:
> > - Expand more detail commit msg about using hclk instead of grf clock.
> >
> > Changes in v7:
> > - List all valid clock names at the top level, and constrain the clock
> > count for each platform with minItems/maxItems in allOf.
> >
> > Changes in v8:
> > - Fix indentation to 10 for enum in clock-names property.
> >
> > Changes in v9:
> > - Restore the explicit clock-names for RK3399 and RK3588 eDP dt-bindings.
> >
> > Changes in v10:
> > - Use automatic cleanup to fix OF node reference leak reported by
> > Sashiko.
> >
> > Changes in v11:
> > - Pick and rebase DT related patches.
> >
>
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
Damon Ding <damon.ding@rock-chips.com>
Cc: sebastian.reichel@collabora.com,
nicolas.frattaroli@collabora.com, alchark@gmail.com,
detlev.casanova@collabora.com, cristian.ciocaltea@collabora.com,
michael.riesch@collabora.com, andy.yan@rock-chips.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v11 0/3] Add eDP support for RK3576
Date: Mon, 15 Jun 2026 15:01:38 +0200 [thread overview]
Message-ID: <3213683.CbtlEUcBR6@diego> (raw)
In-Reply-To: <cd1f968a-2e1b-434f-a331-a60cd8740032@rock-chips.com>
Hi Damon,
Am Montag, 15. Juni 2026, 14:33:03 Mitteleuropäische Sommerzeit schrieb Damon Ding:
> Gentle ping on this patch series.
Linux 7.1 was released yesterday, so we're in the merge-window now.
(And the 5th of june was shortly before -rc7, so too late for 7.2)
So I'll pick those up after the merge window end in 2 weeks.
Heiko
>
> Best regards,
> Damon
>
> On 6/5/2026 10:23 AM, Damon Ding wrote:
> > Picked from:
> > https://lore.kernel.org/all/20260601065100.1103873-1-damon.ding@rock-chips.com/
> >
> > Patch 1-2 are to add missing clock "hclk" for RK3588 eDP nodes.
> > Patch 3 is to add the RK3576 eDP node.
> >
> > Damon Ding (3):
> > arm64: dts: rockchip: Add missing hclk for RK3588 eDP0
> > arm64: dts: rockchip: Add missing hclk for RK3588 eDP1
> > arm64: dts: rockchip: Add eDP node for RK3576
> >
> > arch/arm64/boot/dts/rockchip/rk3576.dtsi | 28 +++++++++++++++++++
> > arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 4 +--
> > .../arm64/boot/dts/rockchip/rk3588-extra.dtsi | 4 +--
> > 3 files changed, 32 insertions(+), 4 deletions(-)
> >
> > ---
> >
> > Changes in v2:
> > - Split out separate patches to add the "hclk" clock reference.
> > - Split out separate patches to enable the "hclk" clock.
> > - Add Reviewed-by tag.
> >
> > Changes in v3:
> > - Add a patch to expand descriptions for clocks of the eDP node.
> > - Add Reviewed-by tag.
> >
> > Changes in v4:
> > - Modify commit msg.
> >
> > Changes in v5:
> > - Enforce the correct third clock name on a per-compatible basis.
> > - Modify the commit msg simultaneously.
> > - Add Acked-by tag.
> >
> > Changes in v6:
> > - Expand more detail commit msg about using hclk instead of grf clock.
> >
> > Changes in v7:
> > - List all valid clock names at the top level, and constrain the clock
> > count for each platform with minItems/maxItems in allOf.
> >
> > Changes in v8:
> > - Fix indentation to 10 for enum in clock-names property.
> >
> > Changes in v9:
> > - Restore the explicit clock-names for RK3399 and RK3588 eDP dt-bindings.
> >
> > Changes in v10:
> > - Use automatic cleanup to fix OF node reference leak reported by
> > Sashiko.
> >
> > Changes in v11:
> > - Pick and rebase DT related patches.
> >
>
>
next prev parent reply other threads:[~2026-06-15 13:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-05 2:23 [PATCH v11 0/3] Add eDP support for RK3576 Damon Ding
2026-06-05 2:23 ` Damon Ding
2026-06-05 2:23 ` [PATCH v11 1/3] arm64: dts: rockchip: Add missing hclk for RK3588 eDP0 Damon Ding
2026-06-05 2:23 ` Damon Ding
2026-06-05 2:38 ` sashiko-bot
2026-06-05 2:23 ` [PATCH v11 2/3] arm64: dts: rockchip: Add missing hclk for RK3588 eDP1 Damon Ding
2026-06-05 2:23 ` Damon Ding
2026-06-05 2:36 ` sashiko-bot
2026-06-05 2:23 ` [PATCH v11 3/3] arm64: dts: rockchip: Add eDP node for RK3576 Damon Ding
2026-06-05 2:23 ` Damon Ding
2026-06-05 2:38 ` sashiko-bot
2026-06-15 12:33 ` [PATCH v11 0/3] Add eDP support " Damon Ding
2026-06-15 12:33 ` Damon Ding
2026-06-15 13:01 ` Heiko Stübner [this message]
2026-06-15 13:01 ` Heiko Stübner
2026-06-15 13:32 ` Damon Ding
2026-06-15 13:32 ` Damon Ding
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=3213683.CbtlEUcBR6@diego \
--to=heiko@sntech.de \
--cc=alchark@gmail.com \
--cc=andy.yan@rock-chips.com \
--cc=conor+dt@kernel.org \
--cc=damon.ding@rock-chips.com \
--cc=detlev.casanova@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=michael.riesch@collabora.com \
--cc=nicolas.frattaroli@collabora.com \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.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 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.