]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: rcar: Add support for DT IRQ flags
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 8 Jul 2014 10:46:46 +0000 (12:46 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Jul 2014 18:55:15 +0000 (20:55 +0200)
commitfe132649b5b28c19bc657d167c232180774739f8
tree83b40b59e1d17538fdf23e7e4c4048fcd1665d31
parent9963b53693c5fd20405ea8feb07c5a8626380d52
gpio: rcar: Add support for DT IRQ flags

The gpio-rcar driver has no IRQ domain OF xlate function and thus
ignores IRQ flags specified in DT. Fix this by using the two-cell xlate
function.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-rcar.c