Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/serial/cpm_uart
Laurent Pinchart dc32081530 cpm_uart: Support uart_wait_until_sent()
Set port->fifosize to the software FIFO size, and update the port timeout
when the baud rate is modified. SCC ports have an optional 32 byte hardware
FIFO which is currently not taken into account, as there is no documented way
to check when the FIFO becomes empty.

Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-07-14 07:55:38 -05:00
..
cpm_uart.h cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code 2008-06-26 01:49:04 -05:00
cpm_uart_core.c cpm_uart: Support uart_wait_until_sent() 2008-07-14 07:55:38 -05:00
cpm_uart_cpm1.c cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code 2008-06-26 01:49:04 -05:00
cpm_uart_cpm1.h cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code 2008-06-26 01:49:04 -05:00
cpm_uart_cpm2.c cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code 2008-06-26 01:49:04 -05:00
cpm_uart_cpm2.h cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code 2008-06-26 01:49:04 -05:00
Makefile