mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00:00
bbcc1c83f3
The Linked list element and pointer are not stored in the same memory as
the eDMA controller register. If the doorbell register is toggled before
the full write of the linked list a race condition error will occur.
In remote setup we can only use a readl to the memory to assure the full
write has occurred.
Fixes:
|
||
---|---|---|
.. | ||
dw-edma-core.c | ||
dw-edma-core.h | ||
dw-edma-pcie.c | ||
dw-edma-v0-core.c | ||
dw-edma-v0-core.h | ||
dw-edma-v0-debugfs.c | ||
dw-edma-v0-debugfs.h | ||
dw-edma-v0-regs.h | ||
dw-hdma-v0-core.c | ||
dw-hdma-v0-core.h | ||
dw-hdma-v0-debugfs.c | ||
dw-hdma-v0-debugfs.h | ||
dw-hdma-v0-regs.h | ||
Kconfig | ||
Makefile |