Hi Alexandre, On Thu, Jul 25, 2019 at 6:47 PM Alexandre Mergnat <amerg...@baylibre.com> 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 <amerg...@baylibre.com> thank you for working on this - everything looks fine to me, so feel free to add: Reviewed-by: Martin Blumenstingl <martin.blumensti...@googlemail.com>
and on my Odroid-C1+: Tested-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> (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