]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: rockchip: convert to raw spinlock
authorJohn Keeping <john@metanate.com>
Thu, 23 Mar 2017 10:59:29 +0000 (10:59 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 28 Mar 2017 09:17:11 +0000 (11:17 +0200)
commit70b7aa7a87b4593f50f634dc721e18bd1f9e5448
treecb68384b807c07a66d11f24c1685ec5dbb6e0432
parentf07bedc37f3cfb7b182e1337fe7c8acce71e3a25
pinctrl: rockchip: convert to raw spinlock

This lock is used from rockchip_irq_set_type() which is part of the
irq_chip implementation and thus must use raw_spinlock_t as documented
in Documentation/gpio/driver.txt.

Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-rockchip.c