[PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-11 Thread jean . pihet
From: Jean Pihet Implement the per-device PM QoS constraints by creating a device PM QoS API, which calls the PM QoS constraints management core code. The per-device latency constraints data strctures are stored in the device dev_pm_info struct. The device PM code calls the init and destroy of

[PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-16 Thread jean . pihet
From: Jean Pihet Implement the per-device PM QoS constraints by creating a device PM QoS API, which calls the PM QoS constraints management core code. The per-device latency constraints data strctures are stored in the device dev_pm_info struct. The device PM code calls the init and destroy of

Re: [PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-12 Thread mark gross
On Thu, Aug 11, 2011 at 05:06:43PM +0200, jean.pi...@newoldbits.com wrote: > From: Jean Pihet > > Implement the per-device PM QoS constraints by creating a device > PM QoS API, which calls the PM QoS constraints management core code. > > The per-device latency constraints data strctures are stor

Re: [PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-13 Thread Rafael J. Wysocki
Hi, Well, it looks like I should have reviewed this one more carefully. On Thursday, August 11, 2011, jean.pi...@newoldbits.com wrote: > From: Jean Pihet > > Implement the per-device PM QoS constraints by creating a device > PM QoS API, which calls the PM QoS constraints management core code. >

Re: [PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-14 Thread Jean Pihet
Rafael, 2011/8/13 Rafael J. Wysocki : > Hi, > > Well, it looks like I should have reviewed this one more carefully. > > On Thursday, August 11, 2011, jean.pi...@newoldbits.com wrote: >> From: Jean Pihet >> >> Implement the per-device PM QoS constraints by creating a device >> PM QoS API, which ca

Re: [PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-14 Thread Rafael J. Wysocki
Hi, On Sunday, August 14, 2011, Jean Pihet wrote: ... > >> + > >> + if (dev_pm_qos_request_active(req)) { > >> + WARN(1, KERN_ERR "dev_pm_qos_add_request() called for > >> already " > >> + "added request\n"); > >> + return; > >> + } > >> + r

Re: [PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-16 Thread Rafael J. Wysocki
Hi, On Tuesday, August 16, 2011, jean.pi...@newoldbits.com wrote: > From: Jean Pihet > > Implement the per-device PM QoS constraints by creating a device > PM QoS API, which calls the PM QoS constraints management core code. > > The per-device latency constraints data strctures are stored > in