From 698edbbc322a021c5a2231919cef4532187d3638 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 23 Dec 2015 14:45:05 +0000 Subject: ar71xx: refresh patches Signed-off-by: Roman Yeryomin SVN-Revision: 47983 --- .../ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch') diff --git a/target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch b/target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch index e8183e7d92..48c6e1ceef 100644 --- a/target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch +++ b/target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch @@ -29,7 +29,7 @@ static void __ath79_gpio_set_value(unsigned gpio, int value) { void __iomem *base = ath79_gpio_base; -@@ -233,6 +245,132 @@ void __init ath79_gpio_output_select(uns +@@ -235,6 +247,132 @@ void __init ath79_gpio_output_select(uns spin_unlock_irqrestore(&ath79_gpio_lock, flags); } @@ -162,7 +162,7 @@ void __init ath79_gpio_init(void) { int err; -@@ -269,6 +407,10 @@ void __init ath79_gpio_init(void) +@@ -271,6 +409,10 @@ void __init ath79_gpio_init(void) err = gpiochip_add(&ath79_gpio_chip); if (err) panic("cannot add AR71xx GPIO chip, error=%d", err); @@ -173,7 +173,7 @@ } int gpio_get_value(unsigned gpio) -@@ -291,14 +433,22 @@ EXPORT_SYMBOL(gpio_set_value); +@@ -293,14 +435,22 @@ EXPORT_SYMBOL(gpio_set_value); int gpio_to_irq(unsigned gpio) { -- cgit v1.2.3