Revert "clk: divider: Switch from .round_rate to .determine_rate by default"
authorStephen Boyd <sboyd@kernel.org>
Fri, 2 Jul 2021 01:10:58 +0000 (18:10 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 2 Jul 2021 01:12:59 +0000 (18:12 -0700)
commit783d08bd02f5d33d6e9e7fea62b727e2b6fe6462
treecc67b6016f4c53b8642dade847e1ef37f1806c07
parent498cc50b3fa99b545532dc433d53d3c0b889cc98
Revert "clk: divider: Switch from .round_rate to .determine_rate by default"

This reverts commit db400ac1444b756030249ed4a35e53a68e557b59. We have
drivers that are still using the .round_rate ops from here. We could
implement both determine_rate and round_rate for these divider ops, but
for now let's just kick out the commit that tried to change it and
convert various drivers properly.

Reported-by: Guenter Roeck <linux@roeck-us.net>
Fixes: db400ac1444b ("clk: divider: Switch from .round_rate to .determine_rate by default")
Cc: Jerome Brunet <jbrunet@baylibre.com>
Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20210702011058.77284-1-sboyd@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-divider.c