Re: [PATCH 3/6] OMAP: PM: register to the per-device PM QoS framework

2011-12-19 Thread Paul Walmsley
Hi On Wed, 14 Dec 2011, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Implement the devices wake-up latency constraints using the global device PM QoS notification handler which applies the constraints to the underlying layer by calling the corresponding function at

[PATCH 3/6] OMAP: PM: register to the per-device PM QoS framework

2011-12-14 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Implement the devices wake-up latency constraints using the global device PM QoS notification handler which applies the constraints to the underlying layer by calling the corresponding function at hwmod level. Tested on OMAP3 Beagleboard and OMAP4 Pandaboard in

[PATCH 3/6] OMAP: PM: register to the per-device PM QoS framework

2011-12-12 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Implement the devices wake-up latency constraints using the global device PM QoS notification handler which applies the constraints to the underlying layer by calling the corresponding function at hwmod level. Tested on OMAP3 Beagleboard and OMAP4 Pandaboard in

Re: [PATCH 3/6] OMAP: PM: register to the per-device PM QoS framework

2011-11-23 Thread Kevin Hilman
Jean Pihet jean.pi...@newoldbits.com writes: On Thu, Nov 17, 2011 at 10:24 PM, Kevin Hilman khil...@ti.com wrote: jean.pi...@newoldbits.com writes: From: Jean Pihet j-pi...@ti.com Implement the devices wake-up latency constraints using the global device PM QoS notification handler which

Re: [PATCH 3/6] OMAP: PM: register to the per-device PM QoS framework

2011-11-22 Thread Jean Pihet
On Thu, Nov 17, 2011 at 10:24 PM, Kevin Hilman khil...@ti.com wrote: jean.pi...@newoldbits.com writes: From: Jean Pihet j-pi...@ti.com Implement the devices wake-up latency constraints using the global device PM QoS notification handler which applies the constraints to the underlying layer

Re: [PATCH 3/6] OMAP: PM: register to the per-device PM QoS framework

2011-11-17 Thread Kevin Hilman
jean.pi...@newoldbits.com writes: From: Jean Pihet j-pi...@ti.com Implement the devices wake-up latency constraints using the global device PM QoS notification handler which applies the constraints to the underlying layer by calling the corresponding function at hwmod level. Tested on