[PATCH v7 10/24] clk: Add clock driver for the RISC-V RPMI clock service group
Andy Shevchenko
andriy.shevchenko at linux.intel.com
Wed Jul 2 06:08:08 PDT 2025
On Wed, Jul 02, 2025 at 10:43:31AM +0530, Anup Patel wrote:
>
> The RPMI specification defines a clock service group which can be
> accessed via SBI MPXY extension or dedicated S-mode RPMI transport.
>
> Add mailbox client based clock driver for the RISC-V RPMI clock
> service group.
Now it looks much better!
Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
One nit-pick below.
...
> +/*
> + * rpmi_clk_rates represents the rates format
> + * as specified by the RPMI specification.
> + * No other format conversion(eg. linear_range) is
> + * required to avoid to and fro conversion.
conversion appears twice. I would suggest use this:
* No other data format (e.g., struct linear_range) is
* required to avoid to and from conversion.
> + */
--
With Best Regards,
Andy Shevchenko
More information about the linux-riscv
mailing list