Re: [PATCH] clk: add clk_hw_recalc_rate() to trigger HW clk rate recalculation
From: Brian Masney
Date: Tue Mar 17 2026 - 18:24:15 EST
On Tue, Mar 17, 2026 at 11:17:14PM +0100, Christian Marangi wrote:
> On Tue, Mar 17, 2026 at 06:09:36PM -0400, Brian Masney wrote:
> > There's no user of this new function. You need to also include a user
> > so that we can see the complete picture of how this will be used.
> >
> > If it helps to demonstrate the problem, you can also add to the clk
> > kunit tests in drivers/clk/clk_test.c.
> >
>
> Yes I know a user is needed but the user will be a PCS driver and it might
> take a while for it to get proposed. If I implement a repro in clk_test is
> there a chance to implement this without an user?
That's up to Stephen. My understanding is that is not enough, and you'd
need to submit this new API with the PCS driver once it's ready.
Brian