[PATCH] ppc32 CPM_UART: Fixed break send on SCC
authorVitaly Bordug <vbordug@ru.mvista.com>
Sat, 29 Apr 2006 18:32:44 +0000 (22:32 +0400)
committerPaul Mackerras <paulus@samba.org>
Wed, 3 May 2006 13:06:43 +0000 (23:06 +1000)
SCC uart sends a break sequence each time it is stopped with the
CPM_CR_STOP_TX command. That means that each time an application closes the
serial device, a break is transmitted. To fix this, graceful tx stop is
issued for SCC.

Signed-off-by: David Jander <david.jander@protonic.nl>
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found