summaryrefslogtreecommitdiff
path: root/drivers/dca
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2015-12-09 12:16:11 +0200
committerJyri Sarha <jsarha@ti.com>2016-02-25 16:39:42 +0200
commit947df7e3f019bba902a55485635060e5970fb9a2 (patch)
treec0c74a819d911fb676169998326a534fe7a66094 /drivers/dca
parent2b3a8cd71c2b830164df5de07e4ddebe0faa58f5 (diff)
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 'drivers/dca')
0 files changed, 0 insertions, 0 deletions