diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-13 13:53:42 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-15 11:28:40 +0200 |
commit | d3053b1bdc19f38f47f8e5664072ada2412bd3a0 (patch) | |
tree | 524d80f4b1c20eabe7c080f378249278fbfb7332 /target/linux/lantiq | |
parent | f053a8ce415da2e276dfd54288a02a98a819d09e (diff) | |
download | upstream-d3053b1bdc19f38f47f8e5664072ada2412bd3a0.tar.gz upstream-d3053b1bdc19f38f47f8e5664072ada2412bd3a0.tar.bz2 upstream-d3053b1bdc19f38f47f8e5664072ada2412bd3a0.zip |
kernel: bump 4.14 to 4.14.118
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/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-4.14/0030-GPIO-add-named-gpio-exports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-4.14/0030-GPIO-add-named-gpio-exports.patch b/target/linux/lantiq/patches-4.14/0030-GPIO-add-named-gpio-exports.patch index 784786b7c8..0397899818 100644 --- a/target/linux/lantiq/patches-4.14/0030-GPIO-add-named-gpio-exports.patch +++ b/target/linux/lantiq/patches-4.14/0030-GPIO-add-named-gpio-exports.patch @@ -22,7 +22,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> #include "gpiolib.h" -@@ -507,3 +509,73 @@ void of_gpiochip_remove(struct gpio_chip +@@ -513,3 +515,73 @@ void of_gpiochip_remove(struct gpio_chip gpiochip_remove_pin_ranges(chip); of_node_put(chip->of_node); } |