diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-28 14:16:20 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-30 11:16:25 +0100 |
commit | 4b2ab533d404784b2c708114032864271f53a062 (patch) | |
tree | b1828d5531186ea6fcdadc9e9decad07cbaaccef /target/linux/brcm2708/patches-4.19/950-0803-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch | |
parent | 0787b7247f0af07bc40b82634034c92ff1719618 (diff) | |
download | upstream-4b2ab533d404784b2c708114032864271f53a062.tar.gz upstream-4b2ab533d404784b2c708114032864271f53a062.tar.bz2 upstream-4b2ab533d404784b2c708114032864271f53a062.zip |
kernel: bump 4.19 to 4.19.80
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/brcm2708/patches-4.19/950-0803-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.19/950-0803-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.19/950-0803-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch b/target/linux/brcm2708/patches-4.19/950-0803-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch index 4072f825b2..f7564a58c0 100644 --- a/target/linux/brcm2708/patches-4.19/950-0803-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch +++ b/target/linux/brcm2708/patches-4.19/950-0803-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch @@ -23,7 +23,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c -@@ -4022,6 +4022,8 @@ struct gpio_desc *gpiod_get_from_of_node +@@ -4033,6 +4033,8 @@ struct gpio_desc *gpiod_get_from_of_node transitory = flags & OF_GPIO_TRANSITORY; ret = gpiod_request(desc, label); |