diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-07 13:53:45 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-09 18:30:29 +0200 |
commit | f5acf56483579a846ef554438087a584c7b19a37 (patch) | |
tree | 27e86fe0f5eb0268e8fe7b43b45c95c7a815b613 /target/linux/brcm63xx | |
parent | 6e4d590990a781e1ef4712b409363161a4fa2a8c (diff) | |
download | upstream-f5acf56483579a846ef554438087a584c7b19a37.tar.gz upstream-f5acf56483579a846ef554438087a584c7b19a37.tar.bz2 upstream-f5acf56483579a846ef554438087a584c7b19a37.zip |
kernel: bump 4.14 to 4.14.137
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-4.14/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-4.14/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch b/target/linux/brcm63xx/patches-4.14/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch index a42c894549..49156a0ada 100644 --- a/target/linux/brcm63xx/patches-4.14/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch +++ b/target/linux/brcm63xx/patches-4.14/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch @@ -89,7 +89,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c -@@ -1938,7 +1938,8 @@ int gpiochip_add_pingroup_range(struct g +@@ -1940,7 +1940,8 @@ int gpiochip_add_pingroup_range(struct g list_add_tail(&pin_range->node, &gdev->pin_ranges); @@ -99,7 +99,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> } EXPORT_SYMBOL_GPL(gpiochip_add_pingroup_range); -@@ -1990,7 +1991,7 @@ int gpiochip_add_pin_range(struct gpio_c +@@ -1992,7 +1993,7 @@ int gpiochip_add_pin_range(struct gpio_c list_add_tail(&pin_range->node, &gdev->pin_ranges); |