diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-30 20:41:02 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-31 16:31:26 +0200 |
commit | aed03d5d0f304cc85a8ccb4ef98684703fc027af (patch) | |
tree | 213cf2340e8cfaf55deccea5054572dc25f71211 /target/linux/ixp4xx/patches-4.9 | |
parent | ef6939b0afec410dd2db6d4382edc2231baf9a4c (diff) | |
download | upstream-aed03d5d0f304cc85a8ccb4ef98684703fc027af.tar.gz upstream-aed03d5d0f304cc85a8ccb4ef98684703fc027af.tar.bz2 upstream-aed03d5d0f304cc85a8ccb4ef98684703fc027af.zip |
kernel: update kernel 4.9 to version 4.9.91
* Refreshed patches.
* Deleted 210-Revert-led-core-Fix-brightness-setting-when-setting-.patch (was accepted upstream)
* Deleted 812-pci-dwc-fix-enumeration.patch (was accepted upstream)
Compile and run tested on lantiq
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ixp4xx/patches-4.9')
-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 3ca1f36379..dd431a294e 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 -@@ -2231,6 +2231,7 @@ uart_report_port(struct uart_driver *drv +@@ -2233,6 +2233,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: -@@ -2895,6 +2896,7 @@ int uart_match_port(struct uart_port *po +@@ -2897,6 +2898,7 @@ int uart_match_port(struct uart_port *po case UPIO_HUB6: return (port1->iobase == port2->iobase) && (port1->hub6 == port2->hub6); |