]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: zynqmp-gqspi: Always acknowledge interrupts
authorSean Anderson <sean.anderson@linux.dev>
Thu, 16 Jan 2025 22:41:30 +0000 (17:41 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 3 Feb 2025 00:40:36 +0000 (00:40 +0000)
commit89785306453ce6d949e783f6936821a0b7649ee2
tree7ea8ab9047321983eb0157fc05c65147901c49da
parent9b32c86e40da792544c53076f5ec43f115e56687
spi: zynqmp-gqspi: Always acknowledge interrupts

RXEMPTY can cause an IRQ, even though we may not do anything about it
(such as if we are waiting for more received data). We must still handle
these IRQs because we can tell they were caused by the device.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Link: https://patch.msgid.link/20250116224130.2684544-6-sean.anderson@linux.dev
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-zynqmp-gqspi.c