mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
4f4bc0abff
There is a typo in documentation regarding to descriptor empty bit (DESCE)
which is set to 1 when descriptor is empty. Thus, status register at the end of
a transfer usually returns all DESCE bits set and thus it will never be zero.
Moreover, there are 2 bits (CDESC) that encode current descriptor, on which
interrupt has been asserted. In case when we have few descriptors programmed we
might have non-zero value.
Remove DESCE and CDESC bits from DMA channel status register (HSU_CH_SR) when
reading it.
Fixes:
|
||
---|---|---|
.. | ||
hsu.c | ||
hsu.h | ||
Kconfig | ||
Makefile | ||
pci.c |