Re: [PATCHv4 07/33] CLK: omap: add support for OMAP gate clock

2013-08-01 Thread Tero Kristo
On 08/01/2013 05:33 PM, Nishanth Menon wrote: On 07/31/2013 09:45 AM, Tero Kristo wrote: On 07/30/2013 10:17 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: This node adds support for a clock node which allows control to the clockdomain enable / disable. Dont we have clk

Re: [PATCHv4 07/33] CLK: omap: add support for OMAP gate clock

2013-08-01 Thread Nishanth Menon
On 07/31/2013 09:45 AM, Tero Kristo wrote: On 07/30/2013 10:17 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: This node adds support for a clock node which allows control to the clockdomain enable / disable. Dont we have clkdm_enable/disable for the same? should we model

Re: [PATCHv4 07/33] CLK: omap: add support for OMAP gate clock

2013-07-31 Thread Tero Kristo
On 07/30/2013 10:17 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: This node adds support for a clock node which allows control to the clockdomain enable / disable. Dont we have clkdm_enable/disable for the same? should we model clockdomain as a clock node? There was so

Re: [PATCHv4 07/33] CLK: omap: add support for OMAP gate clock

2013-07-30 Thread Nishanth Menon
On 07/23/2013 02:20 AM, Tero Kristo wrote: This node adds support for a clock node which allows control to the clockdomain enable / disable. Dont we have clkdm_enable/disable for the same? should we model clockdomain as a clock node? Signed-off-by: Tero Kristo --- drivers/clk/omap/Makef

[PATCHv4 07/33] CLK: omap: add support for OMAP gate clock

2013-07-23 Thread Tero Kristo
This node adds support for a clock node which allows control to the clockdomain enable / disable. Signed-off-by: Tero Kristo --- drivers/clk/omap/Makefile |2 +- drivers/clk/omap/clk.c|1 + drivers/clk/omap/gate.c | 88 + include/linux/