aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-5.10/921-serial-core-add-support-for-boot-console-with-arbitr.patch
diff options
context:
space:
mode:
authorKabuli Chana <newtownBuild@gmail.com>2021-02-23 10:29:49 -0700
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-24 18:45:59 +0100
commitdc8cc446128776ee69571ff03925e6bd3256c2e0 (patch)
tree604d6c52d28a3171b2c416c75beeb54b80e2cf4e /target/linux/ath79/patches-5.10/921-serial-core-add-support-for-boot-console-with-arbitr.patch
parenta0eff5ddffa7f8445fd9f80683c231d71ae880cb (diff)
downloadupstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.tar.gz
upstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.tar.bz2
upstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.zip
kernel: bump version 5.10 to 5.10.18
update kernel version, refresh current patchset Signed-off-by: Kabuli Chana <newtownBuild@gmail.com> [rebase/refresh] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/patches-5.10/921-serial-core-add-support-for-boot-console-with-arbitr.patch')
-rw-r--r--target/linux/ath79/patches-5.10/921-serial-core-add-support-for-boot-console-with-arbitr.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/patches-5.10/921-serial-core-add-support-for-boot-console-with-arbitr.patch b/target/linux/ath79/patches-5.10/921-serial-core-add-support-for-boot-console-with-arbitr.patch
index dac2064cbb..ef4a349ea7 100644
--- a/target/linux/ath79/patches-5.10/921-serial-core-add-support-for-boot-console-with-arbitr.patch
+++ b/target/linux/ath79/patches-5.10/921-serial-core-add-support-for-boot-console-with-arbitr.patch
@@ -21,7 +21,7 @@ Signed-off-by: Sungbo Eo <mans0n@gorani.run>
--- a/drivers/tty/serial/serial_core.c
+++ b/drivers/tty/serial/serial_core.c
-@@ -220,6 +220,8 @@ static int uart_port_startup(struct tty_
+@@ -222,6 +222,8 @@ static int uart_port_startup(struct tty_
if (retval == 0) {
if (uart_console(uport) && uport->cons->cflag) {
tty->termios.c_cflag = uport->cons->cflag;
@@ -30,7 +30,7 @@ Signed-off-by: Sungbo Eo <mans0n@gorani.run>
uport->cons->cflag = 0;
}
/*
-@@ -2108,8 +2110,10 @@ uart_set_options(struct uart_port *port,
+@@ -2121,8 +2123,10 @@ uart_set_options(struct uart_port *port,
* Allow the setting of the UART parameters with a NULL console
* too:
*/
@@ -44,7 +44,7 @@ Signed-off-by: Sungbo Eo <mans0n@gorani.run>
}
--- a/include/linux/console.h
+++ b/include/linux/console.h
-@@ -153,6 +153,7 @@ struct console {
+@@ -150,6 +150,7 @@ struct console {
short flags;
short index;
int cflag;