git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2773b4e
)
cbus: retu: drop the unnecessary spinlock_t
author
Felipe Balbi
<balbi@ti.com>
Mon, 14 Feb 2011 17:18:35 +0000
(19:18 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Tue, 15 Feb 2011 08:24:52 +0000
(10:24 +0200)
gpiolib functions can sleep, and we already
have a mutex on the driver, so drop the
spinlock_t and use the mutex.
While at that, also rename irq_lock to
mutex since that's not used only for the
IRQ path anymore.
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found