Re: [PATCH 4/7] PM / QoS: Introduce PM QoS device flags support

2012-10-09 Thread mark gross
On Mon, Oct 08, 2012 at 10:07:10AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Modify the device PM QoS core code to support PM QoS flags requests. > > First, add a new field of type struct pm_qos_flags called "flags" > to struct dev_pm_qos for representing the list of PM QoS

Re: [PATCH 4/7] PM / QoS: Introduce PM QoS device flags support

2012-10-09 Thread mark gross
On Mon, Oct 08, 2012 at 10:07:10AM +0200, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Modify the device PM QoS core code to support PM QoS flags requests. First, add a new field of type struct pm_qos_flags called flags to struct dev_pm_qos for representing

[PATCH 4/7] PM / QoS: Introduce PM QoS device flags support

2012-10-08 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Modify the device PM QoS core code to support PM QoS flags requests. First, add a new field of type struct pm_qos_flags called "flags" to struct dev_pm_qos for representing the list of PM QoS flags requests for the given device. Accordingly, add a new "type" field to

[PATCH 4/7] PM / QoS: Introduce PM QoS device flags support

2012-10-08 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Modify the device PM QoS core code to support PM QoS flags requests. First, add a new field of type struct pm_qos_flags called flags to struct dev_pm_qos for representing the list of PM QoS flags requests for the given device. Accordingly, add