Linux Power Management development
 help / color / mirror / Atom feed
From: Xianwei Zhao <xianwei.zhao@amlogic.com>
To: Ulf Hansson <ulf.hansson@linaro.org>,
	Krzysztof Kozlowski <krzk@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Jianxin Pan <jianxin.pan@amlogic.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-pm@vger.kernel.org,
	"hongyu.chen1" <hongyu.chen1@amlogic.com>
Subject: Re: [PATCH 1/5] dt-bindings: power: add Amlogic S6 S7 S7D power domains
Date: Fri, 5 Sep 2025 10:03:37 +0800	[thread overview]
Message-ID: <5477f412-22bb-4a2e-8c78-192d8171d5e6@amlogic.com> (raw)
In-Reply-To: <CAPDyKFrE8CafoKDkdHQKf=yxJjNcJUu9vFrpAASQYXhtUg6cVA@mail.gmail.com>

Hi Ulf,
    Thanks.

On 2025/9/5 00:15, Ulf Hansson wrote:
> [ EXTERNAL EMAIL ]
> 
> On Thu, 4 Sept 2025 at 13:07, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>
>> On 22/08/2025 07:39, Xianwei Zhao via B4 Relay wrote:
>>> From: "hongyu.chen1" <hongyu.chen1@amlogic.com>
>>>
>>> Add devicetree binding document and related header file for
>>> Amlogic S6 S7 S7D secure power domains.
>>>
>>> Signed-off-by: hongyu.chen1 <hongyu.chen1@amlogic.com>
>>> Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
>>> ---
>>>   .../bindings/power/amlogic,meson-sec-pwrc.yaml     |  3 +++
>>>   include/dt-bindings/power/amlogic,s6-pwrc.h        | 29 ++++++++++++++++++++++
>>>   include/dt-bindings/power/amlogic,s7-pwrc.h        | 20 +++++++++++++++
>>>   include/dt-bindings/power/amlogic,s7d-pwrc.h       | 27 ++++++++++++++++++++
>>>   4 files changed, 79 insertions(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
>>> index 15d74138baa3..12b71688dd34 100644
>>> --- a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
>>> +++ b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
>>> @@ -24,6 +24,9 @@ properties:
>>>         - amlogic,a5-pwrc
>>>         - amlogic,c3-pwrc
>>>         - amlogic,t7-pwrc
>>> +      - amlogic,s6-pwrc
>>> +      - amlogic,s7-pwrc
>>> +      - amlogic,s7d-pwrc
>>
>>
>> If there is going to be new version:
>> Please keep alphabetical order.
> 
> I have just applied this, so please send a fixup patch on-top.
>

Will do.

> Kind regards
> Uffe

  reply	other threads:[~2025-09-05  2:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-22  5:39 [PATCH 0/5] Power: Add power domain driver for S6 S7 S7D Xianwei Zhao via B4 Relay
2025-08-22  5:39 ` [PATCH 1/5] dt-bindings: power: add Amlogic S6 S7 S7D power domains Xianwei Zhao via B4 Relay
2025-08-22 16:53   ` Conor Dooley
2025-09-04 11:07   ` Krzysztof Kozlowski
2025-09-04 16:15     ` Ulf Hansson
2025-09-05  2:03       ` Xianwei Zhao [this message]
2025-08-22  5:39 ` [PATCH 2/5] pmdomain: amlogic: Add support for S6 S7 S7D power domains controller Xianwei Zhao via B4 Relay
2025-08-22  5:39 ` [PATCH 3/5] arm64: dts: amlogic: s6: add power domain controller node Xianwei Zhao via B4 Relay
2025-08-22  5:39 ` [PATCH 4/5] arm64: dts: amlogic: s7: " Xianwei Zhao via B4 Relay
2025-08-22  5:39 ` [PATCH 5/5] arm64: dts: amlogic: s7d: " Xianwei Zhao via B4 Relay
2025-09-04 11:05 ` [PATCH 0/5] Power: Add power domain driver for S6 S7 S7D Ulf Hansson

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=5477f412-22bb-4a2e-8c78-192d8171d5e6@amlogic.com \
    --to=xianwei.zhao@amlogic.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hongyu.chen1@amlogic.com \
    --cc=jbrunet@baylibre.com \
    --cc=jianxin.pan@amlogic.com \
    --cc=khilman@baylibre.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=neil.armstrong@linaro.org \
    --cc=robh@kernel.org \
    --cc=ulf.hansson@linaro.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