mbox series

[0/3] aspeed-video: extend spurious interrupt handling

Message ID 20201215024542.18888-1-zev@bewilderbeest.net
Headers show
Series aspeed-video: extend spurious interrupt handling | expand

Message

Zev Weiss Dec. 15, 2020, 2:45 a.m. UTC
These patches build on commit 65d270acb2d6 to address a similar
problem we've observed with a different interrupt.  The first patch
adds an error message so that any others that are discovered in the
future are easier to diagnose (this one took a while to reproduce and
identify).

Zev Weiss (3):
  aspeed-video: add error message for unhandled interrupts
  aspeed-video: clear spurious interrupt bits unconditionally
  aspeed-video: add COMP_READY to VE_SPURIOUS_IRQS

 drivers/media/platform/aspeed-video.c | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)