diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-11 18:22:19 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-12 15:04:09 +0200 |
commit | f2f7cc67e546c6f93a821d25b18c095996a27547 (patch) | |
tree | 41ab76fd1d5a1271915dae6dfeb433cc51586947 /target/linux/ixp4xx | |
parent | 04b45d3a31fac45c472ad3c31d98268d1c309763 (diff) | |
download | upstream-f2f7cc67e546c6f93a821d25b18c095996a27547.tar.gz upstream-f2f7cc67e546c6f93a821d25b18c095996a27547.tar.bz2 upstream-f2f7cc67e546c6f93a821d25b18c095996a27547.zip |
kernel: bump 4.9 to 4.9.181
Refreshed all patches.
Compile-tested on: ar7
Runtime-tested on: none
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch | 4 |
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 00a5309dcf..ed3a40de9c 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 @@ -18,7 +18,7 @@ uart->capabilities = up->capabilities; --- a/drivers/tty/serial/serial_core.c +++ b/drivers/tty/serial/serial_core.c -@@ -2260,6 +2260,7 @@ uart_report_port(struct uart_driver *drv +@@ -2254,6 +2254,7 @@ uart_report_port(struct uart_driver *drv snprintf(address, sizeof(address), "I/O 0x%lx offset 0x%x", port->iobase, port->hub6); break; @@ -26,7 +26,7 @@ case UPIO_MEM: case UPIO_MEM16: case UPIO_MEM32: -@@ -2924,6 +2925,7 @@ int uart_match_port(struct uart_port *po +@@ -2926,6 +2927,7 @@ int uart_match_port(struct uart_port *po case UPIO_HUB6: return (port1->iobase == port2->iobase) && (port1->hub6 == port2->hub6); |