From da94b00df54ec23656b4d8a785b1e9af5da1d207 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 25 Oct 2015 17:32:01 +0000 Subject: kernel: update kernel 4.1 to version 4.1.11 https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.11 Signed-off-by: Hauke Mehrtens SVN-Revision: 47252 --- target/linux/ar7/patches-4.1/500-serial_kludge.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ar7') diff --git a/target/linux/ar7/patches-4.1/500-serial_kludge.patch b/target/linux/ar7/patches-4.1/500-serial_kludge.patch index 4baf4aaf64..23214491a1 100644 --- a/target/linux/ar7/patches-4.1/500-serial_kludge.patch +++ b/target/linux/ar7/patches-4.1/500-serial_kludge.patch @@ -1,7 +1,7 @@ --- a/drivers/tty/serial/8250/8250_core.c +++ b/drivers/tty/serial/8250/8250_core.c -@@ -339,6 +339,13 @@ configured less than Maximum supported f - UART_FCR7_64BYTE, +@@ -347,6 +347,13 @@ configured less than Maximum supported f + .rxtrig_bytes = {1, 4, 8, 14}, .flags = UART_CAP_FIFO, }, + [PORT_AR7] = { @@ -14,7 +14,7 @@ }; /* Uart divisor latch read */ -@@ -3340,7 +3347,11 @@ static void serial8250_console_putchar(s +@@ -3348,7 +3355,11 @@ static void serial8250_console_putchar(s { struct uart_8250_port *up = up_to_u8250p(port); -- cgit v1.2.3