Re: [PATCH 2/2] clk: composite: Set clk_core to composite rate and mux components

2015-02-12 Thread Javier Martinez Canillas
Hello Stephen, On 02/11/2015 07:50 PM, Stephen Boyd wrote: >> --- > > Thanks for the patch. > Thanks a lot for your feedback. >> >> Hello, >> >> I set the rate and mux components' .core in clk_composite_determine_rate() >> because that is the least intrusive change and where the .clk field i

Re: [PATCH 2/2] clk: composite: Set clk_core to composite rate and mux components

2015-02-11 Thread Stephen Boyd
On 02/11, Javier Martinez Canillas wrote: > Commit 035a61c314eb3 ("clk: Make clk API return per-user struct clk > instances") > moved the clock state to struct clk_core to allow the clk API returning per > user clk instances so now the struct clk_hw .core field is used instead of > .clk > for mos

[PATCH 2/2] clk: composite: Set clk_core to composite rate and mux components

2015-02-11 Thread Javier Martinez Canillas
Commit 035a61c314eb3 ("clk: Make clk API return per-user struct clk instances") moved the clock state to struct clk_core to allow the clk API returning per user clk instances so now the struct clk_hw .core field is used instead of .clk for most operations. But in case of composite clocks, the rate