Re: [PATCHv4 06/33] CLK: omap: add autoidle support

2013-08-01 Thread Nishanth Menon
On 07/31/2013 05:13 AM, Tero Kristo wrote: On 07/30/2013 09:56 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP clk driver now routes some of the basic clocks through own registration routine to allow autoidle support. This routine just checks a couple of device node

Re: [PATCHv4 06/33] CLK: omap: add autoidle support

2013-08-01 Thread Tero Kristo
On 08/01/2013 05:11 PM, Nishanth Menon wrote: On 07/31/2013 05:13 AM, Tero Kristo wrote: On 07/30/2013 09:56 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP clk driver now routes some of the basic clocks through own registration routine to allow autoidle support.

Re: [PATCHv4 06/33] CLK: omap: add autoidle support

2013-07-31 Thread Tero Kristo
On 07/30/2013 09:56 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP clk driver now routes some of the basic clocks through own registration routine to allow autoidle support. This routine just checks a couple of device node properties and adds autoidle support if

Re: [PATCHv4 06/33] CLK: omap: add autoidle support

2013-07-30 Thread Nishanth Menon
On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP clk driver now routes some of the basic clocks through own registration routine to allow autoidle support. This routine just checks a couple of device node properties and adds autoidle support if required, and just passes the registration forward

[PATCHv4 06/33] CLK: omap: add autoidle support

2013-07-23 Thread Tero Kristo
OMAP clk driver now routes some of the basic clocks through own registration routine to allow autoidle support. This routine just checks a couple of device node properties and adds autoidle support if required, and just passes the registration forward to basic clocks. Signed-off-by: Tero Kristo