Commit 2899439
committed
tests: lib: filter out SSP timeouts
In legacy SSP driver, DMA request request is enabled
during FIFO drain, causing DMA keeps filling FIFO
and preventing empty, which leads to timeout.
ERROR is logged by poll_for_register_delay()
while ssp_empty_tx_fifo() returns WARN,
so there is inconsistent error handling between
this two functions.
Issue#4369 describe issue on older firmware version.
Signed-off-by: Mateusz Junkier <mateusz.junkier@intel.com>1 parent d651139 commit 2899439
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
554 | 558 | | |
555 | 559 | | |
556 | 560 | | |
| |||
0 commit comments