video: da8xx-fb rev2: fix disabling of palette completion interrupt
authorManjunathappa, Prakash <prakash.pm@ti.com>
Wed, 18 Jul 2012 15:21:11 +0000 (20:51 +0530)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sun, 29 Jul 2012 01:00:31 +0000 (01:00 +0000)
commit8a81dccd391a3e78f502da137de8fb62020c5809
tree232584ab33465d4a100a8a9e6f59dda3ec3821ef
parent99a647d1f17375a803528aaab303518958a7e17a
video: da8xx-fb rev2: fix disabling of palette completion interrupt

Writing '1' to particular bit of IRQENABLE_CLEAR register disables the
corresponding interrupt on revision 2 LCDC. This register was wrongly
configured to disable all previous enabled interrupts instead of
disabling only palette completion interrupt. Patch fixes it by clearing
only palette completion interrupt bit.

Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/da8xx-fb.c