diff options
author | John Audia <therealgraysky@proton.me> | 2023-01-14 06:31:07 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-28 20:07:11 +0100 |
commit | 15b9c02d6c2bedded895bfbdaa551e68aec95f52 (patch) | |
tree | 553f18b1950ac2a861be9ca0f789c120249becce /target/linux/bcm27xx/patches-5.10/950-0032-amba_pl011-Round-input-clock-up.patch | |
parent | a8025bc2c27dfe9a5fb542ef3471175de970780f (diff) | |
download | upstream-15b9c02d6c2bedded895bfbdaa551e68aec95f52.tar.gz upstream-15b9c02d6c2bedded895bfbdaa551e68aec95f52.tar.bz2 upstream-15b9c02d6c2bedded895bfbdaa551e68aec95f52.zip |
kernel: bump 5.10 to 5.10.163
Removed upstreamed:
generic/101-Use-stddefs.h-instead-of-compiler.h.patch[1]
bcm27xx/patches-5.10/950-0194-drm-fourcc-Add-packed-10bit-YUV-4-2-0-format.patch
All patches automatically rebased.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.163&id=ddd2bb08bd99b7ee4442fbbe0f9b80236fdd71d2
Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 2835df54ab84a8709057df156932497b19cda449)
Diffstat (limited to 'target/linux/bcm27xx/patches-5.10/950-0032-amba_pl011-Round-input-clock-up.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.10/950-0032-amba_pl011-Round-input-clock-up.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0032-amba_pl011-Round-input-clock-up.patch b/target/linux/bcm27xx/patches-5.10/950-0032-amba_pl011-Round-input-clock-up.patch index 5c145ba621..27fd9826f6 100644 --- a/target/linux/bcm27xx/patches-5.10/950-0032-amba_pl011-Round-input-clock-up.patch +++ b/target/linux/bcm27xx/patches-5.10/950-0032-amba_pl011-Round-input-clock-up.patch @@ -26,7 +26,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> --- a/drivers/tty/serial/amba-pl011.c +++ b/drivers/tty/serial/amba-pl011.c -@@ -1651,6 +1651,23 @@ static void pl011_put_poll_char(struct u +@@ -1654,6 +1654,23 @@ static void pl011_put_poll_char(struct u #endif /* CONFIG_CONSOLE_POLL */ @@ -50,7 +50,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> static int pl011_hwinit(struct uart_port *port) { struct uart_amba_port *uap = -@@ -1667,7 +1684,7 @@ static int pl011_hwinit(struct uart_port +@@ -1670,7 +1687,7 @@ static int pl011_hwinit(struct uart_port if (retval) return retval; @@ -59,7 +59,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> /* Clear pending error and receive interrupts */ pl011_write(UART011_OEIS | UART011_BEIS | UART011_PEIS | -@@ -2311,7 +2328,7 @@ static int pl011_console_setup(struct co +@@ -2323,7 +2340,7 @@ static int pl011_console_setup(struct co plat->init(); } @@ -68,7 +68,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> if (uap->vendor->fixed_options) { baud = uap->fixed_baud; -@@ -2528,6 +2545,7 @@ static struct uart_driver amba_reg = { +@@ -2540,6 +2557,7 @@ static struct uart_driver amba_reg = { .cons = AMBA_CONSOLE, }; @@ -76,7 +76,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> static int pl011_probe_dt_alias(int index, struct device *dev) { struct device_node *np; -@@ -2559,6 +2577,7 @@ static int pl011_probe_dt_alias(int inde +@@ -2571,6 +2589,7 @@ static int pl011_probe_dt_alias(int inde return ret; } |