From: Krzysztof Kozlowski <krzk@kernel.org>
To: Peter Griffin <peter.griffin@linaro.org>
Cc: "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Alim Akhtar" <alim.akhtar@samsung.com>,
"André Draszik" <andre.draszik@linaro.org>,
"Tudor Ambarus" <tudor.ambarus@linaro.org>,
"Michael Turquette" <mturquette@baylibre.com>,
"Stephen Boyd" <sboyd@kernel.org>,
"Sam Protsenko" <semen.protsenko@linaro.org>,
"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
"Chanwoo Choi" <cw00.choi@samsung.com>,
"Will McVicker" <willmcvicker@google.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org, kernel-team@android.com
Subject: Re: [PATCH v6 1/4] dt-bindings: clock: google,gs101-clock: add samsung,sysreg property as required
Date: Mon, 22 Dec 2025 10:53:31 +0100 [thread overview]
Message-ID: <d7a749e2-1d00-459f-adbb-0841190b7849@kernel.org> (raw)
In-Reply-To: <CADrjBPoWcONhJJdCeovkwQ9Oha+t+dpHY_ohKPV7BQS1tougGw@mail.gmail.com>
On 22/12/2025 10:39, Peter Griffin wrote:
> Hi Krzysztof,
>
> On Sun, 21 Dec 2025 at 13:26, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>
>> On 20/12/2025 10:05, Peter Griffin wrote:
>>> Each CMU (with the exception of cmu_top) has a corresponding sysreg bank
>>> that contains the BUSCOMPONENT_DRCG_EN and optional MEMCLK registers.
>>> The BUSCOMPONENT_DRCG_EN register enables dynamic root clock gating of
>>> bus components and MEMCLK gates the sram clock.
>>>
>>> Now the clock driver supports automatic clock mode, to fully enable dynamic
>>> root clock gating it is required to configure these registers. Update the
>>> bindings documentation so that all CMUs (with the exception of
>>> gs101-cmu-top) have samsung,sysreg as a required property.
>>>
>>> Note this is NOT an ABI break, as if the property isn't specified the
>>> clock driver will fallback to the current behaviour of not initializing
>>> the registers. The system still boots, but bus components won't benefit
>>> from dynamic root clock gating and dynamic power will be higher (which has
>>> been the case until now anyway).
>>>
>>> Additionally update the DT example to included the correct CMU size as
>>> registers in that region are used for automatic clock mode.
>>>
>>> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
>>> ---
>>> Changes in v5:
>>> - Invert the test for google,gs101-cmu-top (Andre)
>>>
>>
>>
>> <form letter>
>> This is a friendly reminder during the review process.
>>
>> It looks like you received a tag and forgot to add it.
>>
>> If you do not know the process, here is a short explanation:
>> Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions
>> of patchset, under or above your Signed-off-by tag, unless patch changed
>> significantly (e.g. new properties added to the DT bindings). Tag is
>> "received", when provided in a message replied to you on the mailing
>> list. Tools like b4 can help here. However, there's no need to repost
>> patches *only* to add the tags. The upstream maintainer will do that for
>> tags received on the version they apply.
>>
>> Please read:
>> https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577
>>
>> If a tag was not added on purpose, please state why and what changed.
>> </form letter>
>
> Apologies, your tag should have been added.... got kind of sidetracked
> bisecting the linux-next regression with the serial console and then
> forgot to apply it.
I think it was more than one tag, so I decided not to look for them.
Please send v7 with all tags collected.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-12-22 9:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-20 9:05 [PATCH v6 0/4] Implement hardware automatic clock gating (HWACG) for gs101 Peter Griffin
2025-12-20 9:05 ` [PATCH v6 1/4] dt-bindings: clock: google,gs101-clock: add samsung,sysreg property as required Peter Griffin
2025-12-21 13:26 ` Krzysztof Kozlowski
2025-12-22 9:39 ` Peter Griffin
2025-12-22 9:53 ` Krzysztof Kozlowski [this message]
2025-12-22 10:20 ` Peter Griffin
2025-12-20 9:05 ` [PATCH v6 2/4] arm64: dts: exynos: gs101: add samsung,sysreg property to CMU nodes Peter Griffin
2025-12-20 9:05 ` [PATCH v6 3/4] clk: samsung: Implement automatic clock gating mode for CMUs Peter Griffin
2025-12-20 9:05 ` [PATCH v6 4/4] clk: samsung: gs101: Enable auto_clock_gate mode for each gs101 CMU Peter Griffin
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=d7a749e2-1d00-459f-adbb-0841190b7849@kernel.org \
--to=krzk@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=andre.draszik@linaro.org \
--cc=conor+dt@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel-team@android.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=peter.griffin@linaro.org \
--cc=robh@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@kernel.org \
--cc=semen.protsenko@linaro.org \
--cc=tudor.ambarus@linaro.org \
--cc=willmcvicker@google.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