diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-20 15:08:16 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-20 15:51:49 +0200 |
commit | 0b18fca82f5a4009d611abe9f06a0c3160ded837 (patch) | |
tree | 0b9c3ce48fbee7c01a0de3388ca9ab1cdba60a06 /target/linux/brcm63xx/patches-4.14/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch | |
parent | d6bd3fd5c4ac22b09e4b2ac549901aaa2f8d7f8e (diff) | |
download | upstream-0b18fca82f5a4009d611abe9f06a0c3160ded837.tar.gz upstream-0b18fca82f5a4009d611abe9f06a0c3160ded837.tar.bz2 upstream-0b18fca82f5a4009d611abe9f06a0c3160ded837.zip |
kernel: bump 4.14 to 4.14.145
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/patches-4.14/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch')
-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 f9af81f104..31d2a17946 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 -@@ -1942,7 +1942,8 @@ int gpiochip_add_pingroup_range(struct g +@@ -1950,7 +1950,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); -@@ -1994,7 +1995,7 @@ int gpiochip_add_pin_range(struct gpio_c +@@ -2002,7 +2003,7 @@ int gpiochip_add_pin_range(struct gpio_c list_add_tail(&pin_range->node, &gdev->pin_ranges); |