Sebastian Andrzej Siewior 1e378a6d77 dma: cppi41: redo descriptor collection in abort case
Most of the logic here is try and error since what actually happens does
not match the trm or I miss read it.
My first assumption was that the queue on which the tear-down descriptor
completes (their own complete queue vs "active descriptor" complete
queue) depends on the transfer direction. This seems not to be true
because I manage to trigger
|  WARN_ON(c->desc_phys != desc_phys);
and the other few were fine means the tear-down descriptor was valid but
on different queue.

This patch changes the logic here to look on both queues for the
descriptor.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2013-11-12 14:28:24 +05:30
..
2013-10-30 15:42:19 +05:30
2013-08-25 16:43:45 +05:30
2013-01-07 17:36:37 +01:00
2013-11-12 09:17:14 +05:30
2013-08-05 09:32:24 +05:30
2013-10-31 22:36:13 +05:30
2012-09-01 08:57:12 -07:00
2013-09-02 11:59:58 +05:30
2013-08-13 16:56:41 +05:30