From: Michael Trimarchi Date: Wed, 2 Apr 2008 20:04:41 +0000 (-0700) Subject: atmel_serial: avoid stopping pdc during transmission X-Git-Tag: v2.6.25-rc9~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0657ff0527bab83387e19eb98b423fcc290674;p=pandora-kernel.git atmel_serial: avoid stopping pdc during transmission I found a problem related to losing data during pdc transmission in atmel_serial: connect ttyS1 with ttyS2 using a loopback cable, send 30 byte of packet from one to the other and waiting for 30 byte. On the other side just read and echo the data received. We always call atmel_tx_dma() from the tasklet regardless of what interrupt triggered it. Signed-off-by: michael Acked-by: Haavard Skinnemoen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed