aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHeiner Kallweit <[email protected]>2015-12-30 14:45:51 -0200
committerMauro Carvalho Chehab <[email protected]>2016-02-01 08:51:33 -0200
commitd42fd29769f52c056032bbf1b9b2d1d914fd145a (patch)
tree6ed50b0f397471a2ae7604929af50dfa5a3cd131 /tools/perf/scripts/python
parent88205f01fe30590d04c81f09f003af8c2cf6aeaf (diff)
[media] media: rc: nuvoton-cir: fix interrupt handling
Only handle an interrupt if at least one combination of event bit and related interrupt bit is set. Previously it was just checked that at least one event bit and at least one interrupt bit are set. This fixes issues like the following which was caused by interrupt sharing: An interrupt intended for nvt_cir_isr was handled by nvt_cir_wake_isr first and because status bit CIR_WAKE_IRSTS_IR_PENDING was set the wake fifo was accidently cleared. This patch also fixes the bug that nvt_cir_wake_isr returned IRQ_HANDLED even if it detected that the (shared) interrupt was meant for another handler. Signed-off-by: Heiner Kallweit <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions