[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aPo-z9QOIqd9kxS7@redhat.com>
Date: Thu, 23 Oct 2025 10:42:23 -0400
From: Brian Masney <bmasney@...hat.com>
To: Claudiu Beznea <claudiu.beznea@...on.dev>
Cc: Conor Dooley <conor@...nel.org>,
Conor Dooley <conor.dooley@...rochip.com>,
Daire McNamara <daire.mcnamara@...rochip.com>,
pierre-henry.moussay@...rochip.com,
valentina.fernandezalanis@...rochip.com,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
linux-riscv@...ts.infradead.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 5/9] clk: microchip: mpfs: use regmap for clocks
On Thu, Oct 23, 2025 at 07:06:01AM +0300, Claudiu Beznea wrote:
> On 10/13/25 20:45, Conor Dooley wrote:
> > +static const struct clk_ops mpfs_clk_cfg_ops = {
> > + .recalc_rate = mpfs_cfg_clk_recalc_rate,
> > + .round_rate = mpfs_cfg_clk_round_rate,
> .round_rate is now considered deprecated. Brian (added to cc) tried to
> remove all its users.
>
> .determine_rate() should be used now.
Thanks for referencing that. I'm still waiting for a few remaining
patches outside of drivers/clk to be merged. Hopefully I'm able to get
these merged for v6.19. Then I'll be able to post the patches to
actually remove round_rate from the clk core for v6.20.
Brian
Powered by blists - more mailing lists