diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2014-12-03 15:09:50 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-12-09 14:45:41 +0530 |
commit | 754416e10beb067e0bb473e00bf210c6f268e666 (patch) | |
tree | f32d3c58ee2589733e971b0a21209358051484fe /Documentation/mailbox.txt | |
parent | 6f9d70568f3128411c49dd049498d0c13cd3bbc1 (diff) | |
download | linux-next-754416e10beb067e0bb473e00bf210c6f268e666.tar.gz |
dma: cppi41: add a delay while setting the TD bit
The manual says that we need to (repeatedly) set the TearDown-bit for
the endpoint in order to get the active transfer descriptor released.
Doing this "real" quick over and over again seems to work but it also
seems that the hardware might not have enough time to breathe. So I
though, hey lets add a udelay() between between the individual sets
of the bit.
This change with the g_zero testcase resulted in a warning about missing
transfer descriptor (we got the tear-down one). It seems that if the
hardware has some time it manages to release the transfer-descriptor on
the completion queue after the teaddown descriptor.
With this change, I observe that the transfer descriptor is released
after 20-30 retry loops.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/mailbox.txt')
0 files changed, 0 insertions, 0 deletions