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.