summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-09-27 17:48:33 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-09-28 00:37:00 +0200
commitf402571b496467ea4d55edc6ba98fcbaf37d4e34 (patch)
tree2009fce81a24aa43163749e79b44bb7e86145623 /target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch
parent1da8cc1bbc251ad68cad01456e427d97f9c61cbd (diff)
downloadopenwrt-f402571b496467ea4d55edc6ba98fcbaf37d4e34.tar.gz
openwrt-f402571b496467ea4d55edc6ba98fcbaf37d4e34.tar.bz2
openwrt-f402571b496467ea4d55edc6ba98fcbaf37d4e34.zip
kernel: Update kernel 4.9 to version 4.9.237
Compile and runtime tested on lantiq/xrx200 + ar71xx/generic. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch')
-rw-r--r--target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch b/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch
index 784f23576d..41a7c06b16 100644
--- a/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch
+++ b/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch
@@ -105,7 +105,7 @@
case UPIO_AU:
p->serial_out(p, offset, value);
p->serial_in(p, UART_LCR); /* safe, no side-effects */
-@@ -2763,6 +2783,7 @@ static int serial8250_request_std_resour
+@@ -2766,6 +2786,7 @@ static int serial8250_request_std_resour
case UPIO_MEM32BE:
case UPIO_MEM16:
case UPIO_MEM:
@@ -113,7 +113,7 @@
if (!port->mapbase)
break;
-@@ -2801,6 +2822,7 @@ static void serial8250_release_std_resou
+@@ -2804,6 +2825,7 @@ static void serial8250_release_std_resou
case UPIO_MEM32BE:
case UPIO_MEM16:
case UPIO_MEM: