Re: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-03-08 Thread Jean Pihet
On Tue, Mar 8, 2011 at 3:15 AM, Kevin Hilman khil...@ti.com wrote: Jean Pihet jean.pi...@newoldbits.com writes: Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The omap_hwmod level call is the layer with access to

Re: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-03-08 Thread Kevin Hilman
Jean Pihet jean.pi...@newoldbits.com writes: On Tue, Mar 8, 2011 at 3:15 AM, Kevin Hilman khil...@ti.com wrote: Jean Pihet jean.pi...@newoldbits.com writes: Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The

Re: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-03-07 Thread Kevin Hilman
Jean Pihet jean.pi...@newoldbits.com writes: Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The omap_hwmod level call is the layer with access to the powerdomain core, so it is the place where the powerdomain is

[PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-03-04 Thread Jean Pihet
Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The omap_hwmod level call is the layer with access to the powerdomain core, so it is the place where the powerdomain is queried to set and release the constraints. NOTE:

RE: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-02-18 Thread Rajendra Nayak
Vardhan Subject: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs From: Jean Pihet j-pi...@ti.com Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The omap_hwmod level call is the layer with access

Re: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-02-18 Thread Jean Pihet
Vardhan Subject: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs From: Jean Pihet j-pi...@ti.com Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The omap_hwmod level call is the layer

RE: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-02-16 Thread Vishwanath Sripathy
: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs Hi Vishwa, On Tue, Feb 15, 2011 at 10:35 AM, Vishwanath Sripathy vishwanath...@ti.com wrote: -Original Message- From: jean.pi...@newoldbits.com [mailto:jean.pi...@newoldbits.com] Sent: Friday, February 11, 2011

RE: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-02-15 Thread Vishwanath Sripathy
Vardhan Subject: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs From: Jean Pihet j-pi...@ti.com Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The omap_hwmod level call is the layer

Re: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-02-15 Thread Jean Pihet
Shilimkar; Vishwanath BS; rna...@ti.com Cc: linux-omap@vger.kernel.org; Jean Pihet; Vibhore Vardhan Subject: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs From: Jean Pihet j-pi...@ti.com Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar

Re: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-02-11 Thread Gulati, Shweta
Jean, On Fri, Feb 11, 2011 at 12:53 AM, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The omap_hwmod level call is the layer with access to the

Re: [PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-02-11 Thread Jean Pihet
Hi Shweta, Indeed the error checking is not good in this version. I have inlined some comments. On Fri, Feb 11, 2011 at 11:23 AM, Gulati, Shweta shweta.gul...@ti.com wrote: Jean, On Fri, Feb 11, 2011 at 12:53 AM,  jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Implement

[PATCH 2/2] OMAP: PM: implement devices wakeup latency constraints APIs

2011-02-10 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Implement OMAP PM layer omap_pm_set_max_dev_wakeup_lat API by creating similar APIs at the omap_device and omap_hwmod levels. The omap_hwmod level call is the layer with access to the powerdomain core, so it is the place where the powerdomain is queried to set and