diff options
author | Jyri Sarha <jsarha@ti.com> | 2015-12-09 13:16:11 +0300 |
---|---|---|
committer | Jyri Sarha <jsarha@ti.com> | 2016-02-25 17:39:42 +0300 |
commit | 947df7e3f019bba902a55485635060e5970fb9a2 (patch) | |
tree | c0c74a819d911fb676169998326a534fe7a66094 /arch | |
parent | 2b3a8cd71c2b830164df5de07e4ddebe0faa58f5 (diff) | |
download | linux-947df7e3f019bba902a55485635060e5970fb9a2.tar.xz |
drm/tilcdc: Fix interrupt enable/disable code for version 2 tilcdc
Fix interrupt enable/disable code for version 2 tilcdc. In version 2
tilcdc there is a separate register for disabling interrupts. Writing
0 to enable registers bits does not have any effect. The interrupt
clear register works the same way, writing 1 to specific bit disables
the interrupt and writing 0 does not have any effect.
The "bug" that is fixed here does not really do any harm since the
interrupts are enabled only once in the power up and disabled before
power down.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions