diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-13 13:41:34 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-13 19:17:41 +0200 |
commit | 86fd8cb435daf05f52468daabd41a363917485b7 (patch) | |
tree | 9997cc8eb0b05a150b73f8bcbea8c7cf327ab07f /target/linux/ath79/patches-4.19/0036-GPIO-add-named-gpio-exports.patch | |
parent | 09050b6fe22848c6b8d59a437e357c7ad34bc523 (diff) | |
download | upstream-86fd8cb435daf05f52468daabd41a363917485b7.tar.gz upstream-86fd8cb435daf05f52468daabd41a363917485b7.tar.bz2 upstream-86fd8cb435daf05f52468daabd41a363917485b7.zip |
kernel: bump 4.19 to 4.19.42
Refreshed all patches.
Remove upstreamed:
- 060-v5.1-serial-ar933x_uart-Fix-build-failure-with-disabled-c.patch
- 400-v5.2-leds-trigger-netdev-fix-refcnt-leak-on-interface-ren.patch
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ath79/patches-4.19/0036-GPIO-add-named-gpio-exports.patch')
-rw-r--r-- | target/linux/ath79/patches-4.19/0036-GPIO-add-named-gpio-exports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-4.19/0036-GPIO-add-named-gpio-exports.patch b/target/linux/ath79/patches-4.19/0036-GPIO-add-named-gpio-exports.patch index c3977efa01..b3aa9fcc01 100644 --- a/target/linux/ath79/patches-4.19/0036-GPIO-add-named-gpio-exports.patch +++ b/target/linux/ath79/patches-4.19/0036-GPIO-add-named-gpio-exports.patch @@ -22,7 +22,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> #include "gpiolib.h" -@@ -654,3 +656,68 @@ void of_gpiochip_remove(struct gpio_chip +@@ -660,3 +662,68 @@ void of_gpiochip_remove(struct gpio_chip gpiochip_remove_pin_ranges(chip); of_node_put(chip->of_node); } |