Re: [PATCH v2] clk: ccf: replace the get_rate helper

2020-10-22 Thread Tom Rini
On Wed, Oct 14, 2020 at 11:42:17PM +0200, Dario Binacchi wrote: > The 12d152620d commit fixed the get_rate helper because the set_parent > one did not re-parent the clock device to the new parent. The 4d139f3838 > commit allows you to remove this workaround by calling the > clk_get_parent_rate

[PATCH v2] clk: ccf: replace the get_rate helper

2020-10-14 Thread Dario Binacchi
The 12d152620d commit fixed the get_rate helper because the set_parent one did not re-parent the clock device to the new parent. The 4d139f3838 commit allows you to remove this workaround by calling the clk_get_parent_rate routine. Signed-off-by: Dario Binacchi --- Changes in v2: - Replace