The patch titled blackfin serial driver: fix bug - up arrow key works abnormal for bf561 ezkit board has been removed from the -mm tree. Its filename was blackfin-serial-driver-fix-bug-up-arrow-key-works-abnormal-for-bf561-ezkit-board.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: blackfin serial driver: fix bug - up arrow key works abnormal for bf561 ezkit board From: Graf Yang <graf.yang@xxxxxxxxxx> Subtrack ANOMALY_05000230 on quot. Signed-off-by: Graf Yang <graf.yang@xxxxxxxxxx> Signed-off-by: Bryan Wu <cooloney@xxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/bfin_5xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/serial/bfin_5xx.c~blackfin-serial-driver-fix-bug-up-arrow-key-works-abnormal-for-bf561-ezkit-board drivers/serial/bfin_5xx.c --- a/drivers/serial/bfin_5xx.c~blackfin-serial-driver-fix-bug-up-arrow-key-works-abnormal-for-bf561-ezkit-board +++ a/drivers/serial/bfin_5xx.c @@ -789,7 +789,7 @@ bfin_serial_set_termios(struct uart_port } baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); - quot = uart_get_divisor(port, baud); + quot = uart_get_divisor(port, baud) - ANOMALY_05000230; spin_lock_irqsave(&uart->port.lock, flags); UART_SET_ANOMALY_THRESHOLD(uart, USEC_PER_SEC / baud * 15); _ Patches currently in -mm which might be from graf.yang@xxxxxxxxxx are origin.patch linux-next.patch mtd-cfi-fix-bug-bonnie-error-on-bf548-nor-flash.patch blackfin-serial-driver-add-a-debug-function-to-serial-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