diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2015-06-25 17:18:11 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-16 10:44:57 +0200 |
commit | 049aaf9f7e30731ce030eef3e4fd255cf8b1ae02 (patch) | |
tree | f5c7eac9b67300da06f2ce7459e497611864687c /fs | |
parent | gpio: rcar: Fine-grained Runtime PM support (diff) | |
download | linux-049aaf9f7e30731ce030eef3e4fd255cf8b1ae02.tar.xz linux-049aaf9f7e30731ce030eef3e4fd255cf8b1ae02.zip |
gpio: pcf857x: get rid of slock spinlock
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions