mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
25e8ac233d
Rx operation on SPI GSI DMA is currently not working.
As per GSI spec, link_rx bit is to be set on GO TRE on tx
channel whenever there is going to be a DMA TRE on rx
channel. This is currently set for duplex operation only.
Set the bit for rx operation as well.
This is part of changes required to bring up Rx.
Fixes:
|
||
---|---|---|
.. | ||
bam_dma.c | ||
gpi.c | ||
hidma.c | ||
hidma.h | ||
hidma_dbg.c | ||
hidma_ll.c | ||
hidma_mgmt.c | ||
hidma_mgmt.h | ||
hidma_mgmt_sys.c | ||
Kconfig | ||
Makefile | ||
qcom_adm.c |