"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "84c8b22e9fe8d9a7f2ab3d561a6b4576540f5a31"
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>
Loading
Please register or sign in to comment