spi: fsl-espi: Only process interrupts for expected events
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Fri, 4 Sep 2020 00:28:12 +0000 (12:28 +1200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Oct 2020 06:02:50 +0000 (08:02 +0200)
commitb23f9f0dc930e415eaa011a6a68ee061466ea92b
tree4c764bcbac2f5654b77df7022c8edcbf10e52c03
parentcbbc927e0e62bc373f066a9c5dc3e96f8e5e7b30
spi: fsl-espi: Only process interrupts for expected events

[ Upstream commit b867eef4cf548cd9541225aadcdcee644669b9e1 ]

The SPIE register contains counts for the TX FIFO so any time the irq
handler was invoked we would attempt to process the RX/TX fifos. Use the
SPIM value to mask the events so that we only process interrupts that
were expected.

This was a latent issue exposed by commit 3282a3da25bd ("powerpc/64:
Implement soft interrupt replay in C").

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Link: https://lore.kernel.org/r/20200904002812.7300-1-chris.packham@alliedtelesis.co.nz
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/spi/spi-fsl-espi.c