remarkable-linux/drivers/tty/serial/cpm_uart
Christophe Leroy 6e62bdc07e Powerpc 8xx CPM_UART setting MAXIDL register proportionaly to baud rate
MAXIDL is the timeout after which a receive buffer is closed when not full if
no more characters are received. We calculate it from the baudrate so that the
duration is always the same at standard rates: about 4ms. At 9600 bauds it gives
a timeout of 4 characters, which is the timeout on the 8250 UART.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-26 13:39:39 -07:00
..
cpm_uart.h tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_core.c Powerpc 8xx CPM_UART setting MAXIDL register proportionaly to baud rate 2012-09-26 13:39:39 -07:00
cpm_uart_cpm1.c tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_cpm1.h tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_cpm2.c tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_cpm2.h tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
Makefile tty: move drivers/serial/ to drivers/tty/serial/ 2011-01-13 12:10:18 -08:00