public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: Jonas Karlman <jonas@kwiboo.se>,
	Ulf Hansson <ulf.hansson@linaro.org>, Yao Zi <ziyao@disroot.org>
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Chukun Pan <amadeus@jmu.edu.cn>,
	linux-rockchip@lists.infradead.org, linux-pm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/9] pmdomain: rockchip: Add support for RK3528
Date: Mon, 19 May 2025 19:07:39 +0200	[thread overview]
Message-ID: <3416319.KgjxqYA5nG@diego> (raw)
In-Reply-To: <aCthtDxm25RU_fd3@pie.lan>

Hi,

Am Montag, 19. Mai 2025, 18:52:04 Mitteleuropäische Sommerzeit schrieb Yao Zi:
> On Sun, May 18, 2025 at 10:06:49PM +0000, Jonas Karlman wrote:
> > Add configuration and power domains for RK3528 SoC.
> > 
> > Only PD_GPU can fully be powered down. PD_RKVDEC, PD_RKVENC, PD_VO and
> > PD_VPU are used by miscellaneous devices in RK3528.
> 
> Thanks for your work!
> 
> > Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
> > ---
> >  drivers/pmdomain/rockchip/pm-domains.c | 27 ++++++++++++++++++++++++++
> >  1 file changed, 27 insertions(+)
> > 
> > diff --git a/drivers/pmdomain/rockchip/pm-domains.c b/drivers/pmdomain/rockchip/pm-domains.c
> > index 4cce407bb1eb..242570c505fb 100644
> > --- a/drivers/pmdomain/rockchip/pm-domains.c
> > +++ b/drivers/pmdomain/rockchip/pm-domains.c
> > @@ -35,6 +35,7 @@
> >  #include <dt-bindings/power/rk3366-power.h>
> >  #include <dt-bindings/power/rk3368-power.h>
> >  #include <dt-bindings/power/rk3399-power.h>
> > +#include <dt-bindings/power/rockchip,rk3528-power.h>
> >  #include <dt-bindings/power/rockchip,rk3562-power.h>
> 
> But I had some trouble applying this patch on either Rockchip SoC tree
> or linux-pm. Looking through the context, seems the patch depends on
> some RK3562 PMU driver changes, which I couldn't find with some brief
> searching among the list.
> 
> Which branch is the series based on?

are you sure you looked at the right linux-pm tree?

In [0] I do see rk3562 powerdomains applied.

Heiko


[0] https://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git/commit/?h=next&id=f89c082d44914f24dfb5b0219eb140369de5b612




  reply	other threads:[~2025-05-19 17:49 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-18 22:06 [PATCH 0/9] rockchip: Add power controller support for RK3528 Jonas Karlman
2025-05-18 22:06 ` [PATCH 1/9] dt-bindings: power: rockchip: Add " Jonas Karlman
2025-05-19 16:13   ` Conor Dooley
2025-05-18 22:06 ` [PATCH 2/9] pmdomain: " Jonas Karlman
2025-05-19 16:52   ` Yao Zi
2025-05-19 17:07     ` Heiko Stübner [this message]
2025-05-19 17:11       ` Yao Zi
2025-05-19 17:11     ` Jonas Karlman
2025-05-18 22:06 ` [PATCH 3/9] dt-bindings: rockchip: pmu: Add compatible " Jonas Karlman
2025-05-19 16:13   ` Conor Dooley
2025-05-18 22:06 ` [PATCH 4/9] arm64: dts: rockchip: Add power controller " Jonas Karlman
2025-05-18 22:06 ` [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain Jonas Karlman
2025-05-19 16:12   ` Conor Dooley
2025-05-19 17:03     ` Jonas Karlman
2025-05-19 17:26       ` Conor Dooley
2025-05-20 12:42   ` Ulf Hansson
2025-05-18 22:06 ` [PATCH 6/9] dt-bindings: gpio: rockchip: " Jonas Karlman
2025-05-27 19:34   ` Rob Herring
2025-06-21 18:23     ` Jonas Karlman
2025-05-18 22:06 ` [PATCH 7/9] dt-bindings: i2c: i2c-rk3x: " Jonas Karlman
2025-05-18 22:06 ` [PATCH 8/9] dt-bindings: iio: adc: rockchip-saradc: " Jonas Karlman
2025-05-25 14:32   ` Jonathan Cameron
2025-05-18 22:06 ` [PATCH 9/9] arm64: dts: rockchip: Enable more power domains for RK3528 Jonas Karlman
2025-06-18 12:56 ` [PATCH 0/9] rockchip: Add power controller support " Ulf Hansson
2025-06-19 22:13 ` (subset) " Heiko Stuebner

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=3416319.KgjxqYA5nG@diego \
    --to=heiko@sntech.de \
    --cc=amadeus@jmu.edu.cn \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jonas@kwiboo.se \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=ziyao@disroot.org \
    /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