ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-protected...
authorPaul Walmsley <paul@pwsan.com>
Sat, 26 Jan 2013 07:58:17 +0000 (00:58 -0700)
committerPaul Walmsley <paul@pwsan.com>
Tue, 29 Jan 2013 21:59:58 +0000 (14:59 -0700)
The atomic usecounts seem to be confusing, and are no longer needed
since the operations that they are attached to really should take
place under lock.  Replace the atomic counters with simple integers,
protected by the enclosing powerdomain spinlock.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>

No differences found