Re: [PATCH clk-fixes v1 2/2] clk: composite: Use rate_ops.determine_rate when also a mux is available
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-10-18 20:01:13
Also in:
linux-clk
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-10-18 20:01:13
Also in:
linux-clk
Quoting Martin Blumenstingl (2021-10-16 03:50:22)
Update clk_composite_determine_rate() to use rate_ops.determine_rate when available in combination with a mux. So far clk_divider_ops provide both, .round_rate and .determine_rate. Removing the former would make clk-composite fail silently for example on Rockchip platforms (which heavily use composite clocks). Add support for using rate_ops.determine_rate when either rate_ops.round_rate is not available or both (.round_rate and .determine_rate) are provided. Suggested-by: Alex Bee <redacted> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> ---
Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel