ARM: shmobile: r8a7790: Configure R-Car GPIO for IRQ_TYPE_EDGE_BOTH
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 13 May 2013 08:53:52 +0000 (17:53 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 5 Jun 2013 08:18:22 +0000 (17:18 +0900)
"gpio-rcar: Support IRQ_TYPE_EDGE_BOTH" adds support to the R-Car GPIO
driver for IRQ_TYPE_EDGE_BOTH. As hardware support for this feature is
not universal for all SoCs a flag, has_both_edge_trigger, has been
added to the platform data of the driver to allow this feature to be
enabled.

As the r8a7790 SoC hardware supports this feature enable it.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-r8a7790.c

index eeef5f61832ee256337358c2acffab8734e27e71..b461d93431ed4e29a500e41749e6ca3698090f5f 100644 (file)
@@ -45,6 +45,7 @@ static struct gpio_rcar_config r8a7790_gpio##idx##_platform_data = {  \
        .irq_base       = 0,                                            \
        .number_of_pins = 32,                                           \
        .pctl_name      = "pfc-r8a7790",                                \
+       .has_both_edge_trigger = 1,                                     \
 };                                                                     \
 
 R8A7790_GPIO(0);
This page took 0.070591 seconds and 5 git commands to generate.