diff options
author | John Crispin <john@openwrt.org> | 2015-12-23 14:45:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-23 14:45:05 +0000 |
commit | 698edbbc322a021c5a2231919cef4532187d3638 (patch) | |
tree | 8bc5cea6d7a98205fa056b0da1fd34b511c1860a /target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch | |
parent | 502f91b22e83541d46de89aee39864d21edb607d (diff) | |
download | upstream-698edbbc322a021c5a2231919cef4532187d3638.tar.gz upstream-698edbbc322a021c5a2231919cef4532187d3638.tar.bz2 upstream-698edbbc322a021c5a2231919cef4532187d3638.zip |
ar71xx: refresh patches
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 47983
Diffstat (limited to 'target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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) { |