Re: [PATCH] serial: Add missing call to init UCC UART port timeout

2011-11-24 Thread Kumar Gala
On Jun 18, 2010, at 8:22 AM, Chuck Meade wrote: From: Chuck Meade ch...@theptrgroup.com The UCC UART driver is missing a call to uart_update_timeout(). Without this call, attempting to close the port after outputting large amounts of data (i.e. using tty and uart buffering) results in long

Re: [PATCH] serial: Add missing call to init UCC UART port timeout

2010-06-21 Thread Timur Tabi
On Fri, Jun 18, 2010 at 8:22 AM, Chuck Meade ch...@theptrgroup.com wrote: From: Chuck Meade ch...@theptrgroup.com The UCC UART driver is missing a call to uart_update_timeout(). Without this call, attempting to close the port after outputting large amounts of data (i.e. using tty and uart

[PATCH] serial: Add missing call to init UCC UART port timeout

2010-06-18 Thread Chuck Meade
From: Chuck Meade ch...@theptrgroup.com The UCC UART driver is missing a call to uart_update_timeout(). Without this call, attempting to close the port after outputting large amounts of data (i.e. using tty and uart buffering) results in long timeouts before the port will actually be shut down.