]> Pileus Git - ~andy/linux/commit
PM QoS: Use spinlock in the per-device PM QoS constraints code
authorJean Pihet <jean.pihet@newoldbits.com>
Wed, 19 Sep 2012 12:17:20 +0000 (14:17 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 19 Sep 2012 12:17:20 +0000 (14:17 +0200)
commitfc2fb3a075c206927d3fbad251dae82ba82ccf2d
tree12306571287f05058831654bbe516e54e0e76546
parentc6a57bfffea5b673e5b4f9aeff85a00607e59077
PM QoS: Use spinlock in the per-device PM QoS constraints code

The per-device PM QoS locking requires a spinlock to be used. The reasons
are:
 - an alignement with the PM QoS core code, which is used by the per-device
   PM QoS code for the constraints lists management. The PM QoS core code
   uses spinlocks to protect the constraints lists,
 - some drivers need to use the per-device PM QoS functionality from
   interrupt context or spinlock protected context.
   An example of such a driver is the OMAP HSI (high-speed synchronous serial
   interface) driver which needs to control the IP block idle state
   depending on the FIFO empty state, from interrupt context.

Reported-by: Djamil Elaidi <d-elaidi@ti.com>
Signed-off-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/base/power/qos.c