]> git.baikalelectronics.ru Git - kernel.git/commit
drm/armada: fix irq handling
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 26 Jun 2018 16:06:06 +0000 (17:06 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 9 Jul 2018 10:32:58 +0000 (11:32 +0100)
commit621b8dab0aeaa014727b85ff4f27573a8d399c00
treef2a54dc04157197b562cb62ba04b003e6d8d183b
parent214bc2c6480ffbc87ea80bb61a1cea590aad9631
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>
drivers/gpu/drm/armada/armada_crtc.c