diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-19 15:21:25 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-24 11:36:31 +0000 |
commit | eb964298b38784aa39de1c718d200cffbf96e066 (patch) | |
tree | 4795267baf874d33e92e5faa33542b7550552da5 /target/linux/bcm63xx | |
parent | 07c49462ad2ac3f6386bb4463546509f3bf35e39 (diff) | |
download | upstream-eb964298b38784aa39de1c718d200cffbf96e066.tar.gz upstream-eb964298b38784aa39de1c718d200cffbf96e066.tar.bz2 upstream-eb964298b38784aa39de1c718d200cffbf96e066.zip |
kernel: bump 5.10 to 5.10.24
Straightforward refresh of patches using update_kernel.
Run tested: x86_64 (apu2)
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/bcm63xx')
-rw-r--r-- | target/linux/bcm63xx/patches-5.10/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/bcm63xx/patches-5.10/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch b/target/linux/bcm63xx/patches-5.10/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch index 0011c7a0e6..2b58b4841a 100644 --- a/target/linux/bcm63xx/patches-5.10/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch +++ b/target/linux/bcm63xx/patches-5.10/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch @@ -116,7 +116,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> } --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c -@@ -1886,7 +1886,8 @@ int gpiochip_add_pingroup_range(struct g +@@ -1890,7 +1890,8 @@ int gpiochip_add_pingroup_range(struct g list_add_tail(&pin_range->node, &gdev->pin_ranges); @@ -126,7 +126,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> } EXPORT_SYMBOL_GPL(gpiochip_add_pingroup_range); -@@ -1943,7 +1944,7 @@ int gpiochip_add_pin_range(struct gpio_c +@@ -1947,7 +1948,7 @@ int gpiochip_add_pin_range(struct gpio_c list_add_tail(&pin_range->node, &gdev->pin_ranges); |