aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-4.14
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-10 12:41:32 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-10 14:45:11 +0200
commitf983956a8b724028cb9a0b7c9f3195e02e8a5b9e (patch)
tree2de0b76f42c7848ca36c4bb0d2079867baeabfd6 /target/linux/ath79/patches-4.14
parent571fe284641ebd7cce6387c3b5e50a8c872bc2e7 (diff)
downloadupstream-f983956a8b724028cb9a0b7c9f3195e02e8a5b9e.tar.gz
upstream-f983956a8b724028cb9a0b7c9f3195e02e8a5b9e.tar.bz2
upstream-f983956a8b724028cb9a0b7c9f3195e02e8a5b9e.zip
kernel: bump 4.14 to 4.14.75
Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ath79/patches-4.14')
-rw-r--r--target/linux/ath79/patches-4.14/0036-GPIO-add-named-gpio-exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-4.14/0036-GPIO-add-named-gpio-exports.patch b/target/linux/ath79/patches-4.14/0036-GPIO-add-named-gpio-exports.patch
index ea93538a4c..a1d5d9d9ff 100644
--- a/target/linux/ath79/patches-4.14/0036-GPIO-add-named-gpio-exports.patch
+++ b/target/linux/ath79/patches-4.14/0036-GPIO-add-named-gpio-exports.patch
@@ -22,7 +22,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
#include "gpiolib.h"
-@@ -506,3 +508,68 @@ void of_gpiochip_remove(struct gpio_chip
+@@ -507,3 +509,68 @@ void of_gpiochip_remove(struct gpio_chip
gpiochip_remove_pin_ranges(chip);
of_node_put(chip->of_node);
}