Skip to content

Commit 916a4ed

Browse files
Vijaya Krishna Nivarthibroonie
authored andcommitted
spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQS
Add latest added DMA_CHAIN_DONE irq to QSPI_ALL_IRQS that encompasses all of the qspi IRQs. Signed-off-by: Vijaya Krishna Nivarthi <quic_vnivarth@quicinc.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/1690285689-30233-5-git-send-email-quic_vnivarth@quicinc.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent cfb81f2 commit 916a4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-qcom-qspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
WR_FIFO_OVERRUN)
7070
#define QSPI_ALL_IRQS (QSPI_ERR_IRQS | RESP_FIFO_RDY | \
7171
WR_FIFO_EMPTY | WR_FIFO_FULL | \
72-
TRANSACTION_DONE)
72+
TRANSACTION_DONE | DMA_CHAIN_DONE)
7373

7474
#define PIO_XFER_CTRL 0x0014
7575
#define REQUEST_COUNT_MSK 0xffff

0 commit comments

Comments
 (0)