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 <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
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)