diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-28 14:23:13 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-30 11:17:40 +0100 |
commit | 79e639160048e9cfcc6d91b0a537840cdd4b72ac (patch) | |
tree | 6244d78c4cbf294844b6a4d8a275c2d20b9ae96f /target/linux/brcm2708 | |
parent | c51a39d4a5a7bc1e7008c12b79b9236f667ce5ef (diff) | |
download | upstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.tar.gz upstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.tar.bz2 upstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.zip |
kernel: bump 4.14 to 4.14.150
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0280-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0280-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch b/target/linux/brcm2708/patches-4.14/950-0280-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch index 8562e13c3b..ae1d943fbb 100644 --- a/target/linux/brcm2708/patches-4.14/950-0280-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch +++ b/target/linux/brcm2708/patches-4.14/950-0280-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch @@ -35,7 +35,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> gpiod_err(desc, "%s: tried to set a GPIO tied to an IRQ as output\n", __func__); -@@ -2830,7 +2832,7 @@ int gpiochip_lock_as_irq(struct gpio_chi +@@ -2841,7 +2843,7 @@ int gpiochip_lock_as_irq(struct gpio_chi set_bit(FLAG_IS_OUT, &desc->flags); } |