Re: [PATCH v1 2/5] clk: Introduce clk_round_rate_unboundly()

From: Stephen Boyd
Date: Wed May 27 2020 - 01:57:18 EST


Quoting Dmitry Osipenko (2020-03-30 16:16:14)
> In same cases it may be desired to round clock's rate without taking into
> account current min/max requests made by the clock's users. One example is
> building up OPP table based on a possible clock rates.
>
> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
> ---
> drivers/clk/clk.c | 49 +++++++++++++++++++++++++++++++++++----------
> include/linux/clk.h | 18 +++++++++++++++++

BTW, please run get_maintainers.pl patches. Russell maintains
include/linux/clk.h (the clk API). CCF implements it.