Re: [PATCHv4 17/33] CLK: DT: add support for set-rate-parent flag

2013-07-30 Thread Nishanth Menon
On 07/23/2013 02:20 AM, Tero Kristo wrote: Adding set-rate-parent to clock node now allows a node to forward clk_set_rate request to its parent clock. Apologies about previous comment of set-parent missing, the sequence of patches messed with me :(. had expected generic clk changes at the

[PATCHv4 17/33] CLK: DT: add support for set-rate-parent flag

2013-07-23 Thread Tero Kristo
Adding set-rate-parent to clock node now allows a node to forward clk_set_rate request to its parent clock. Signed-off-by: Tero Kristo t-kri...@ti.com --- drivers/clk/clk-divider.c |6 +- drivers/clk/clk-fixed-factor.c |6 +- drivers/clk/clk-gate.c |8 ++--