Re: [PATCHv4 22/33] CLK: OMAP: update gate clock setup for OMAP3

2013-07-31 Thread Tero Kristo
On 07/30/2013 11:13 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP3 gate clocks are handled through the clk driver now. Basic gate clock can't be used as the OMAP3 gate clocks have some special features, namely the idle status linkage which is on separate register.

Re: [PATCHv4 22/33] CLK: OMAP: update gate clock setup for OMAP3

2013-07-30 Thread Nishanth Menon
On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP3 gate clocks are handled through the clk driver now. Basic gate clock can't be used as the OMAP3 gate clocks have some special features, namely the idle status linkage which is on separate register. Signed-off-by: Tero Kristo t-kri...@ti.com ---

[PATCHv4 22/33] CLK: OMAP: update gate clock setup for OMAP3

2013-07-23 Thread Tero Kristo
OMAP3 gate clocks are handled through the clk driver now. Basic gate clock can't be used as the OMAP3 gate clocks have some special features, namely the idle status linkage which is on separate register. Signed-off-by: Tero Kristo t-kri...@ti.com --- drivers/clk/omap/gate.c | 27