RE: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-10-22 Thread Gopinath, Thara
, Anand Subject: Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3 On Wed, 2010-09-22 at 20:15 +0530, Thara Gopinath wrote: This patch adds voltage driver support for OMAP3. The driver allows configuring the voltage controller and voltage processors during init and exports APIs

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-10-22 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: On Wed, 2010-09-22 at 20:15 +0530, Thara Gopinath wrote: This patch adds voltage driver support for OMAP3. The driver allows configuring the voltage controller and voltage processors during init and exports APIs to enable/disable voltage processors, scale

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-10-15 Thread Cousson, Benoit
Hi Paul, On 9/30/2010 7:39 PM, Paul Walmsley wrote: Hi Benoît, Thara, On Wed, 29 Sep 2010, Kevin Hilman wrote: Also, I'm still seeing this on boot: omap_hwmod: sr1_fck: missing clockdomain for sr1_fck. omap_hwmod: sr2_fck: missing clockdomain for sr2_fck. We need a final

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-10-14 Thread Kevin Hilman
On Wed, 2010-09-22 at 20:15 +0530, Thara Gopinath wrote: This patch adds voltage driver support for OMAP3. The driver allows configuring the voltage controller and voltage processors during init and exports APIs to enable/disable voltage processors, scale voltage and reset voltage. The

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-09-30 Thread Paul Walmsley
Hi Benoît, Thara, On Wed, 29 Sep 2010, Kevin Hilman wrote: Also, I'm still seeing this on boot: omap_hwmod: sr1_fck: missing clockdomain for sr1_fck. omap_hwmod: sr2_fck: missing clockdomain for sr2_fck. We need a final solution for this problem as a prerequisite for this

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-09-29 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch adds voltage driver support for OMAP3. The driver allows configuring the voltage controller and voltage processors during init and exports APIs to enable/disable voltage processors, scale voltage and reset voltage. The driver also maintains the

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-09-29 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch adds voltage driver support for OMAP3. The driver allows configuring the voltage controller and voltage processors during init and exports APIs to enable/disable voltage processors, scale voltage and reset voltage. The driver also maintains the

[PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-09-22 Thread Thara Gopinath
This patch adds voltage driver support for OMAP3. The driver allows configuring the voltage controller and voltage processors during init and exports APIs to enable/disable voltage processors, scale voltage and reset voltage. The driver also maintains the global voltage table on a per VDD basis