Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Artur Weber <aweber.kernel@gmail.com>
To: Florian Fainelli <florian.fainelli@broadcom.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	Conor Dooley <conor+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Ray Jui <rjui@broadcom.com>, Rob Herring <robh@kernel.org>,
	Scott Branden <sbranden@broadcom.com>
Cc: Alex Elder <elder@kernel.org>,
	Stanislav Jakubek <stano.jakubek@gmail.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht,
	linux-arm-kernel@lists.infradead.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Alex Elder <elder@riscstar.com>
Subject: Re: [PATCH RESEND v6 0/9] clk: bcm: kona: Add bus clock support, bus clocks for BCM21664/BCM281xx
Date: Tue, 7 Oct 2025 08:51:56 +0200	[thread overview]
Message-ID: <cd54058e-0208-4357-8a5b-4c6bb9f6cfb9@gmail.com> (raw)
In-Reply-To: <7eed7848-b3ca-4415-85c6-7267c91560a6@broadcom.com>



On 25.09.2025 23:04, Florian Fainelli wrote:
> 
> 
> On 9/19/2025 10:34 PM, Stephen Boyd wrote:
>> Quoting Florian Fainelli (2025-09-04 11:28:34)
>>> On 9/1/25 10:07, Artur Weber wrote:
>>>> This patchset does the following:
>>>>
>>>> - Introduce support for bus clocks. These are fairly similar to
>>>>     peripheral clocks, but only implement policy, gate and hyst.
>>>>
>>>> - Add matching bus clocks for BCM21664 and BCM281xx peripheral clocks
>>>>     and update device tree bindings to match.
>>>>
>>>> Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
>>>
>>> Stephen, are you OK with taking all of those patches through the clock
>>> tree? Patches #8 and #9 have a dependency on patches #2 and #3.
>>>
>>
>> I don't normally do that but sure. Is that a Reviewed-by?
> 
> Sure, let's make it official:
> 
> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
> 
> if you prefer that I take those patches through the ARM SoC tree, that 
> works just as well, I would need a suitable acknowledgement from you to 
> do that.
> 
> Thanks

If it helps, I could re-submit the DTS commits as a separate patchset, 
and only keep the clock subsystem changes here. Then the clock patchset
can be merged first, and the DTS patchset can be merged once that lands.

Best regards
Artur


      reply	other threads:[~2025-10-07  6:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-01 17:07 [PATCH RESEND v6 0/9] clk: bcm: kona: Add bus clock support, bus clocks for BCM21664/BCM281xx Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 1/9] clk: bcm: kona: Move CLOCK_COUNT defines into the driver Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 2/9] dt-bindings: clock: brcm,kona-ccu: Drop CLOCK_COUNT defines from DT headers Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 3/9] dt-bindings: clock: brcm,kona-ccu: Add BCM21664 and BCM281xx bus clocks Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 4/9] clk: bcm: kona: Make kona_peri_clk_ops const Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 5/9] clk: bcm: kona: Add support for bus clocks Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 6/9] clk: bcm21664: Add corresponding bus clocks for peripheral clocks Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 7/9] clk: bcm281xx: " Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 8/9] ARM: dts: bcm2166x-common: Add matching " Artur Weber
2025-09-01 17:07 ` [PATCH RESEND v6 9/9] ARM: dts: bcm11351: Add corresponding " Artur Weber
2025-09-04 18:28 ` [PATCH RESEND v6 0/9] clk: bcm: kona: Add bus clock support, bus clocks for BCM21664/BCM281xx Florian Fainelli
2025-09-20  5:34   ` Stephen Boyd
2025-09-25 21:04     ` Florian Fainelli
2025-10-07  6:51       ` Artur Weber [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=cd54058e-0208-4357-8a5b-4c6bb9f6cfb9@gmail.com \
    --to=aweber.kernel@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=elder@kernel.org \
    --cc=elder@riscstar.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=rjui@broadcom.com \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=sbranden@broadcom.com \
    --cc=stano.jakubek@gmail.com \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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