Re: [PATCH] clk: reverse default clk provider initialization order in of_clk_init()

2014-03-31 Thread Kevin Hilman
Mike Turquette writes: > Quoting Sylwester Nawrocki (2014-03-27 03:43:32) >> This restores the default clocks registration order as parsed from >> devicetree, i.e. as before commit 1771b10d605d26ccee771a7fb4b08718 >> "clk: respect the clock dependencies in of_clk_init", for when there >> is no ex

Re: [PATCH] clk: reverse default clk provider initialization order in of_clk_init()

2014-03-27 Thread Sylwester Nawrocki
On 27/03/14 11:43, Sylwester Nawrocki wrote: > This restores the default clocks registration order as parsed from > devicetree, i.e. as before commit 1771b10d605d26ccee771a7fb4b08718 > "clk: respect the clock dependencies in of_clk_init", for when there > is no explicit parent clock dependencies be

[PATCH] clk: reverse default clk provider initialization order in of_clk_init()

2014-03-27 Thread Sylwester Nawrocki
This restores the default clocks registration order as parsed from devicetree, i.e. as before commit 1771b10d605d26ccee771a7fb4b08718 "clk: respect the clock dependencies in of_clk_init", for when there is no explicit parent clock dependencies between clock providers specified in the device tree.