Skip to content

Commit

Permalink
spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vijaya Krishna Nivarthi authored and broonie committed Jul 25, 2023
1 parent cfb81f2 commit 916a4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-qcom-qspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
WR_FIFO_OVERRUN)
#define QSPI_ALL_IRQS (QSPI_ERR_IRQS | RESP_FIFO_RDY | \
WR_FIFO_EMPTY | WR_FIFO_FULL | \
TRANSACTION_DONE)
TRANSACTION_DONE | DMA_CHAIN_DONE)

#define PIO_XFER_CTRL 0x0014
#define REQUEST_COUNT_MSK 0xffff
Expand Down

0 comments on commit 916a4ed

Please sign in to comment.