The patch titled Update zilog timeout has been added to the -mm tree. Its filename is update-zilog-timeout.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Update zilog timeout From: Thiemo Seufer <ths@xxxxxxxxxxxx> Update zilog timeout, thanks Peter Fuerst. Signed-off-by: Thiemo Seufer <ths@xxxxxxxxxxxx> Cc: Martin Michlmayr <tbm@xxxxxxxxxx> Cc: Peter Fuerst <pf@xxxxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/ip22zilog.c | 3 +++ 1 files changed, 3 insertions(+) diff -puN drivers/serial/ip22zilog.c~update-zilog-timeout drivers/serial/ip22zilog.c --- a/drivers/serial/ip22zilog.c~update-zilog-timeout +++ a/drivers/serial/ip22zilog.c @@ -862,6 +862,7 @@ ip22zilog_set_termios(struct uart_port * up->cflag = termios->c_cflag; ip22zilog_maybe_update_regs(up, ZILOG_CHANNEL_FROM_PORT(port)); + uart_update_timeout(port, termios->c_cflag, baud); spin_unlock_irqrestore(&up->port.lock, flags); } @@ -1017,6 +1018,8 @@ ip22serial_console_termios(struct consol } con->cflag = cflag | CS8; /* 8N1 */ + + uart_update_timeout(&ip22zilog_port_table[con->index].port, cflag, baud); } static int __init ip22zilog_console_setup(struct console *con, char *options) _ Patches currently in -mm which might be from ths@xxxxxxxxxxxx are update-zilog-timeout.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html