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:
65194cb
)
gpio: pcf857x: get rid of slock spinlock
author
Grygorii Strashko
<grygorii.strashko@ti.com>
Thu, 25 Jun 2015 15:18:11 +0000
(18:18 +0300)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 16 Jul 2015 08:44:57 +0000
(10:44 +0200)
The spinlock 'slock' is used now to protect pcf857x_irq() from itself
which is unnecessary (especially after switching to use threaded
IRQs). Hence, remove it and use mutex to protect device data in IRQ
handler.
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pcf857x.c
patch
|
blob
|
history
diff --cc
drivers/gpio/gpio-pcf857x.c
Simple merge