From: Philippe De Muyter Date: Fri, 2 Apr 2010 15:56:08 +0000 (+0200) Subject: m68knommu: fix coldfire tcdrain X-Git-Tag: v2.6.34-rc6~74^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3732b68f22857201fa09cb82b128f295096a2375;p=pandora-kernel.git m68knommu: fix coldfire tcdrain Fix tcdrain on coldfire uarts. Currently with coldfire uarts tcdrain returns without waiting for txempty, because (tx)fifosize is 0. Fix that and call uart_update_timeout when setting the baud rate, otherwise tcdrain will wait for an half our :) Also constify mcf_uart_ops. Signed-off-by: Philippe De Muyter Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed