Re: [PATCHv4 23/33] CLK: OMAP: add interface clock support for OMAP3

2013-08-01 Thread Nishanth Menon
On 07/31/2013 10:09 AM, Tero Kristo wrote: On 07/30/2013 11:23 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP3 has interface clocks in addition to functional clocks, which is it just OMAP3? Yea, only omap3 is using this code. Basically because there is control for

Re: [PATCHv4 23/33] CLK: OMAP: add interface clock support for OMAP3

2013-07-31 Thread Tero Kristo
On 07/30/2013 11:23 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP3 has interface clocks in addition to functional clocks, which is it just OMAP3? Yea, only omap3 is using this code. Basically because there is control for the module specific interface clocks which

Re: [PATCHv4 23/33] CLK: OMAP: add interface clock support for OMAP3

2013-07-30 Thread Nishanth Menon
On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP3 has interface clocks in addition to functional clocks, which is it just OMAP3? require special handling for the autoidle and idle status register offsets mainly. Signed-off-by: Tero Kristo --- drivers/clk/omap/Makefile|2 +- driv

[PATCHv4 23/33] CLK: OMAP: add interface clock support for OMAP3

2013-07-23 Thread Tero Kristo
OMAP3 has interface clocks in addition to functional clocks, which require special handling for the autoidle and idle status register offsets mainly. Signed-off-by: Tero Kristo --- drivers/clk/omap/Makefile|2 +- drivers/clk/omap/clk.c |3 ++ drivers/clk/omap/interface.c | 110