Hi Alexandre, On Thu, Jul 25, 2019 at 6:47 PM Alexandre Mergnat <[email protected]> wrote: > > This clock controller use the string comparison method to describe parent > relation between the clocks, which is not optimized. > > Migrate to the new way by using .parent_hws where possible (ie. when > all clocks are local to the controller) and use .parent_data otherwise. > > Signed-off-by: Alexandre Mergnat <[email protected]> thank you for working on this - everything looks fine to me, so feel free to add: Reviewed-by: Martin Blumenstingl <[email protected]>
and on my Odroid-C1+: Tested-by: Martin Blumenstingl <[email protected]> (I compared the output of /sys/kernel/debug/clk/clk_summary before and after this patch and it's identical. CPU frequency scaling also still works) Martin

