diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2020-09-04 12:28:12 +1200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-21 21:22:51 +0100 |
commit | b867eef4cf548cd9541225aadcdcee644669b9e1 (patch) | |
tree | ac92f7af5d92cf298e84498fbbf6e06ce2d6137d /drivers/spi/spi-jcore.c | |
parent | 50851f5033a34fb9f2ecefa57fc9efd862634416 (diff) | |
download | linux-b867eef4cf548cd9541225aadcdcee644669b9e1.tar.bz2 |
spi: fsl-espi: Only process interrupts for expected events
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>
Diffstat (limited to 'drivers/spi/spi-jcore.c')
0 files changed, 0 insertions, 0 deletions