Re: [PATCH 1/4] clk: versaclock3: Remove redundant _is_writeable()

From: Stephen Boyd
Date: Mon Oct 09 2023 - 23:32:39 EST


Quoting Mark Brown (2023-09-29 07:26:05)
> The versaclock3 driver provides an _is_writeable() function which returns
> true for all registers. This is the default assumption for regmaps so we
> can remove the function for a very minor improvement in performance and
> code size.
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
> ---

Applied to clk-next