The patch titled Blackfin: on-chip serial driver update has been added to the -mm tree. Its filename is driver_bfin_serial_core-update.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: Blackfin: on-chip serial driver update From: "Wu, Bryan" <bryan.wu@xxxxxxxxxx> Undocumented changes to driver_bfin_serial_core.patch Signed-off-by: Bryan Wu <bryan.wu@xxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Russell King <rmk+lkml@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/bfin_5xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/serial/bfin_5xx.c~driver_bfin_serial_core-update drivers/serial/bfin_5xx.c --- a/drivers/serial/bfin_5xx.c~driver_bfin_serial_core-update +++ a/drivers/serial/bfin_5xx.c @@ -121,7 +121,7 @@ static void bfin_serial_stop_rx(struct u unsigned short ier; ier = UART_GET_IER(uart); - ier &= ERBFI; + ier &= ~ERBFI; UART_PUT_IER(uart, ier); } @@ -606,7 +606,7 @@ bfin_serial_set_termios(struct uart_port __FUNCTION__); } - if (termios->c_cflag & CSTOPB); + if (termios->c_cflag & CSTOPB) lcr |= STB; if (termios->c_cflag & PARENB) { lcr |= PEN; _ Patches currently in -mm which might be from bryan.wu@xxxxxxxxxx are blackfin-Documentation.patch blackfin-arch.patch driver_bfin_serial_core.patch driver_bfin_serial_core-update.patch blackfin-on-chip-ethernet-mac-controller-driver.patch blackfin-patch-add-blackfin-support-in-smc91x.patch blackfin-on-chip-rtc-controller-driver.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