]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb24f196ca30c0ca4fdc38641ba32d7778f530602
treecc67b6016f4c53b8642dade847e1ef37f1806c07
parent24f55743e4040a93a248da17b0273a124e6abafa
Revert "clk: divider: Switch from .round_rate to .determine_rate by default"

This reverts commit 36daad521a1b945bd05a7f81f968014b94f9e329. 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: 36daad521a1b ("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