RE: [PATCH 04/13] OMAP: Introduce dependent voltage domain support

2011-02-10 Thread Vishwanath Sripathy
> -Original Message- > From: Kevin Hilman [mailto:khil...@ti.com] > Sent: Thursday, February 10, 2011 10:07 PM > To: Vishwanath Sripathy > Cc: linux-omap@vger.kernel.org; patc...@linaro.org; Thara Gopinath > Subject: Re: [PATCH 04/13] OMAP: Introduce dependent voltag

Re: [PATCH 04/13] OMAP: Introduce dependent voltage domain support

2011-02-10 Thread Kevin Hilman
Vishwanath Sripathy writes: [...] >> > diff --git a/arch/arm/mach-omap2/dvfs.c b/arch/arm/mach- >> omap2/dvfs.c >> > index cefc2be..c9d3894 100755 >> > --- a/arch/arm/mach-omap2/dvfs.c >> > +++ b/arch/arm/mach-omap2/dvfs.c >> > @@ -85,6 +85,7 @@ struct omap_vdd_dvfs_info { >> >struct mutex s

RE: [PATCH 04/13] OMAP: Introduce dependent voltage domain support

2011-02-07 Thread Vishwanath Sripathy
> -Original Message- > From: Kevin Hilman [mailto:khil...@ti.com] > Sent: Friday, February 04, 2011 9:07 PM > To: Vishwanath BS > Cc: linux-omap@vger.kernel.org; patc...@linaro.org; Thara Gopinath > Subject: Re: [PATCH 04/13] OMAP: Introduce dependent voltag

Re: [PATCH 04/13] OMAP: Introduce dependent voltage domain support

2011-02-04 Thread Kevin Hilman
Vishwanath BS writes: > There could be dependencies between various voltage domains for > maintaining system performance or hardware limitation reasons > like VDD should be at voltage v1 when VDD is at voltage v2. > This patch introduce dependent vdd information structures in the > voltage layer