]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: replace trivial implementations of request/free with generic one
authorJonas Gorski <jogo@openwrt.org>
Sun, 11 Oct 2015 15:34:16 +0000 (17:34 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 16 Oct 2015 20:13:43 +0000 (22:13 +0200)
commit203f0daafdf228a7e4e90a714a2a085884d91ea4
treeae310bd9117993b495d0360a22c745fb150ced74
parentc771c2f484857f3b1fc81d180485e96b7cb67c17
gpio: replace trivial implementations of request/free with generic one

Replace all trivial request/free callbacks that do nothing but call into
pinctrl code with the generic versions.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Acked-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-lpc18xx.c
drivers/gpio/gpio-moxart.c
drivers/gpio/gpio-mvebu.c
drivers/gpio/gpio-tb10x.c
drivers/gpio/gpio-tz1090-pdc.c
drivers/gpio/gpio-vf610.c