summaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/patches-4.14
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-10 12:37:20 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-10 14:46:25 +0200
commitbba743458eb48f9b2ae73c3d173920062c9b3f00 (patch)
tree46442ab0cca4f7f1433673a281985fe53057f6d6 /target/linux/ipq806x/patches-4.14
parent86a3d2604f2439d8cd94347ac3e4672b04c6d74a (diff)
downloadopenwrt-bba743458eb48f9b2ae73c3d173920062c9b3f00.tar.gz
openwrt-bba743458eb48f9b2ae73c3d173920062c9b3f00.tar.bz2
openwrt-bba743458eb48f9b2ae73c3d173920062c9b3f00.zip
kernel: bump 4.14 to 4.14.75
Refreshed all patches. Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ipq806x/patches-4.14')
-rw-r--r--target/linux/ipq806x/patches-4.14/0066-GPIO-add-named-gpio-exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-4.14/0066-GPIO-add-named-gpio-exports.patch b/target/linux/ipq806x/patches-4.14/0066-GPIO-add-named-gpio-exports.patch
index 026816d2e8..daeb8c0acd 100644
--- a/target/linux/ipq806x/patches-4.14/0066-GPIO-add-named-gpio-exports.patch
+++ b/target/linux/ipq806x/patches-4.14/0066-GPIO-add-named-gpio-exports.patch
@@ -22,7 +22,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
#include "gpiolib.h"
-@@ -506,3 +508,69 @@ void of_gpiochip_remove(struct gpio_chip
+@@ -507,3 +509,69 @@ void of_gpiochip_remove(struct gpio_chip
gpiochip_remove_pin_ranges(chip);
of_node_put(chip->of_node);
}