linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: "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>,
	"Peter Griffin" <peter.griffin@linaro.org>
Cc: 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: (subset) [PATCH v7 0/4] Implement hardware automatic clock gating (HWACG) for gs101
Date: Mon, 22 Dec 2025 12:51:03 +0100	[thread overview]
Message-ID: <4fff2e56-600e-49a8-b993-aa7fa50f7fdf@kernel.org> (raw)
In-Reply-To: <176640423317.47079.9046133168071940495.b4-ty@kernel.org>

On 22/12/2025 12:50, Krzysztof Kozlowski wrote:
> 
> On Mon, 22 Dec 2025 10:22:11 +0000, Peter Griffin wrote:
>> This series addresses an issue with Samsung Exynos based upstream clock driver
>> whereby the upstream clock driver sets all the clock gates into "manual mode"
>> (which uses a bit that is documented as reserved in the gate registers).
>>
>> Another issue with the current "manual clock gating" approach upstream is
>> there are many bus/interconnect clocks whose relationships to the IPs
>> are not well documented or defined in the specs. When adding a new CMU until
>> now we have tried to label these clocks appropriately with CLK_IS_CRITICAL and
>> CLK_IGNORE_UNUSED but doing so is both error prone and time consuming. If
>> your lucky disabling a critical bus clock causes an immediate hang. Other
>> clocks however aren't so obvious and show up through random instability
>> some period of time later.
>>
>> [...]
> 
> Applied, thanks!
> 
> [2/4] arm64: dts: exynos: gs101: add samsung,sysreg property to CMU nodes
>       https://git.kernel.org/krzk/linux/c/01272f05aae5f6aca4337eb52e6b9290ce12e9f7
> 

Above is incomplete, all applied.

Best regards,
Krzysztof

      reply	other threads:[~2025-12-22 11:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-22 10:22 [PATCH v7 0/4] Implement hardware automatic clock gating (HWACG) for gs101 Peter Griffin
2025-12-22 10:22 ` [PATCH v7 1/4] dt-bindings: clock: google,gs101-clock: add samsung,sysreg property as required Peter Griffin
2025-12-22 10:22 ` [PATCH v7 2/4] arm64: dts: exynos: gs101: add samsung,sysreg property to CMU nodes Peter Griffin
2025-12-22 10:22 ` [PATCH v7 3/4] clk: samsung: Implement automatic clock gating mode for CMUs Peter Griffin
2025-12-22 10:22 ` [PATCH v7 4/4] clk: samsung: gs101: Enable auto_clock_gate mode for each gs101 CMU Peter Griffin
2025-12-22 11:50 ` [PATCH v7 0/4] Implement hardware automatic clock gating (HWACG) for gs101 Krzysztof Kozlowski
2025-12-22 11:50 ` (subset) " Krzysztof Kozlowski
2025-12-22 11:51   ` Krzysztof Kozlowski [this message]

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=4fff2e56-600e-49a8-b993-aa7fa50f7fdf@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;
as well as URLs for NNTP newsgroup(s).