Re: [PATCH 03/13] OMAP: Implement Basic DVFS

2011-02-03 Thread Kevin Hilman
Vishwanath BS writes: > This patch introduces an API to perform DVFS for a given voltage domain. > It takes omap_vdd_dvfs_info pointer as input parameter, computes the highest > requested voltage for that vdd and scales all the devices in that vdd to the > requested frequency along with voltage s

RE: [PATCH 03/13] OMAP: Implement Basic DVFS

2011-02-07 Thread Vishwanath Sripathy
> -Original Message- > From: Kevin Hilman [mailto:khil...@ti.com] > Sent: Friday, February 04, 2011 6:44 AM > To: Vishwanath BS > Cc: linux-omap@vger.kernel.org; patc...@linaro.org; Thara Gopinath > Subject: Re: [PATCH 03/13] OMAP: Implement Basic DVFS > > Vishwanat

Re: [PATCH 03/13] OMAP: Implement Basic DVFS

2011-02-09 Thread Kevin Hilman
Vishwanath Sripathy writes: >> This needs a comment to, but I'm not sure I understand what's going on >> here. What it seems like: >> >> if this device has no OPP for this voltage, just silently move on to the >> next device? doesn't seem quite right, but not sure I fully grok the >> failure m

RE: [PATCH 03/13] OMAP: Implement Basic DVFS

2011-02-09 Thread Vishwanath Sripathy
> -Original Message- > From: Kevin Hilman [mailto:khil...@ti.com] > Sent: Wednesday, February 09, 2011 9:30 PM > To: Vishwanath Sripathy > Cc: linux-omap@vger.kernel.org; patc...@linaro.org; Thara Gopinath > Subject: Re: [PATCH 03/13] OMAP: Implement Basic DVFS >