kernel: bump 4.14 to 4.14.86
[openwrt/staging/chunkeey.git] / target / linux / ramips / patches-4.14 / 0029-gpio-ralink-Add-support-for-GPIO-as-interrupt-contro.patch
index d93f39c746f8a373bc521dd66bd237f7c93ccb5d..8520ce32ff7b2f99ef1a92be8947cbc18a9e91ad 100644 (file)
@@ -9,8 +9,6 @@ Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
  drivers/gpio/gpio-ralink.c                             | 2 +-
  2 files changed, 7 insertions(+), 1 deletion(-)
 
-diff --git a/Documentation/devicetree/bindings/gpio/gpio-ralink.txt b/Documentation/devicetree/bindings/gpio/gpio-ralink.txt
-index 5cd17f225fe3..2775449614d4 100644
 --- a/Documentation/devicetree/bindings/gpio/gpio-ralink.txt
 +++ b/Documentation/devicetree/bindings/gpio/gpio-ralink.txt
 @@ -17,6 +17,9 @@ Required properties:
@@ -33,11 +31,9 @@ index 5cd17f225fe3..2775449614d4 100644
                interrupt-parent = <&intc>;
                interrupts = <6>;
  
-diff --git a/drivers/gpio/gpio-ralink.c b/drivers/gpio/gpio-ralink.c
-index 27910e384013..b6e30083d012 100644
 --- a/drivers/gpio/gpio-ralink.c
 +++ b/drivers/gpio/gpio-ralink.c
-@@ -220,7 +220,7 @@ static int gpio_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw)
+@@ -220,7 +220,7 @@ static int gpio_map(struct irq_domain *d
  }
  
  static const struct irq_domain_ops irq_domain_ops = {
@@ -46,6 +42,3 @@ index 27910e384013..b6e30083d012 100644
        .map = gpio_map,
  };
  
--- 
-2.16.4
-