Re: [PATCH 5/6] clk: scmi: Add support for .is_enabled clk_ops

From: Stephen Boyd
Date: Tue Aug 22 2023 - 16:22:58 EST


Quoting Cristian Marussi (2023-08-11 09:14:45)
> Add support for .is_enabled atomic clk_ops using the related SCMI Clock
> operation in atomic mode, if available.
>
> Note that the .is_enabled callback will be supported by this SCMI Clock
> driver only if the configured underlying SCMI transport does support atomic
> operations.
>
> CC: Michael Turquette <mturquette@xxxxxxxxxxxx>
> CC: Stephen Boyd <sboyd@xxxxxxxxxx>
> CC: linux-clk@xxxxxxxxxxxxxxx
> Signed-off-by: Cristian Marussi <cristian.marussi@xxxxxxx>
> ---

Acked-by: Stephen Boyd <sboyd@xxxxxxxxxx>