commit | 92298c1cd8e8a6b56322b602ad72b54e6237631d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Tue Jun 26 17:06:06 2018 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Jul 09 11:32:58 2018 +0100 |
tree | f2a54dc04157197b562cb62ba04b003e6d8d183b | |
parent | d378859a667edc99e3473704847698cae97ca2b1 [diff] |
drm/armada: fix irq handling Add the missing locks to the IRQ enable/disable paths, and fix a comment in the interrupt handler: reading the ISR clears down the status bits, but does not reset the interrupt so it can signal again. That seems to require a write. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>