Hi, On Tue, Jul 25, 2023 at 4:48 AM Vijaya Krishna Nivarthi <quic_vnivarth@xxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxx> > --- > drivers/spi/spi-qcom-qspi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I don't think this really does anything since the interrupts shouldn't really be "hanging around" when a PIO transfer starts and that's the only place it's used. I suspect we could actually fully remove that bit of "Ack any previous interrupts that might be hanging around" code and everything would be fine. In any case, I don't have any huge objections, thus: Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>