]> asedeno.scripts.mit.edu Git - linux.git/commit
spi: pxa2xx: Prepare for edge-triggered interrupts
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 21 Jan 2017 09:06:38 +0000 (10:06 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 23 Jan 2017 18:09:37 +0000 (18:09 +0000)
commite51e9b93049f624c179bab2c651995bca22b5bb7
tree7cd7caa4b362e99b5e4335a5e5c7897b754e47d9
parentb03124825b8612bf371e5b4ccc2cd812ed3c2dbb
spi: pxa2xx: Prepare for edge-triggered interrupts

When using the a device with edge-triggered interrupts, such as MSIs,
the interrupt handler has to ensure that there is a point in time during
its execution where all interrupts sources are silent so that a new
event can trigger a new interrupt again.

This is achieved here by disabling all interrupt sources for a moment
before processing them according to the status register. If a new
interrupt should have arrived after we read the status, it will now
re-trigger the interrupt, even in edge mode.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c