[PATCH v2 0/4] [RFC] reentrancy in the common clk framework

2012-08-15 Thread Mike Turquette
The second version of the reentrancy/dvfs rfc differs from the original[1] in that the former used per-clk mutexes and this version uses a global lock to protect access to a per-clk enum. The enum can be in one of two states, LOCKED or UNLOCKED. The second patch in the series introduces a new

[PATCH v2 0/4] [RFC] reentrancy in the common clk framework

2012-08-15 Thread Mike Turquette
The second version of the reentrancy/dvfs rfc differs from the original[1] in that the former used per-clk mutexes and this version uses a global lock to protect access to a per-clk enum. The enum can be in one of two states, LOCKED or UNLOCKED. The second patch in the series introduces a new