Files
linux/drivers
Qipan Li df8d4aa0d8 serial: sirf: correct condition for fetching dma buffer into tty
In rx dma-callback it calls tasklet_schedule, if the tasklet
be scheduled after all the dma-callback in the rx dma channel,
current check condition in the tasklet will not do fetch dma
buffer into tty because tx_issued is equal with tx_completed,
so as timeout tasklet does.

so we check whether we should fetch the whole dma buffer into
tty according to the status of transactions in rx dma channel.

Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-01-07 17:09:04 -08:00
..
2013-11-19 15:53:02 -05:00
2014-01-07 17:05:21 -08:00
2013-12-18 12:53:43 -08:00
2013-12-16 16:36:37 -08:00
2013-12-10 13:12:28 +01:00
2013-12-24 10:10:47 -08:00
2013-12-10 08:48:15 +01:00