From: Martin Bugge Date: Tue, 10 Dec 2013 14:14:26 +0000 (-0300) Subject: [media] adv7842: properly enable/disable the irqs X-Git-Tag: v3.14-rc1~20^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f1f271d4b6455d5ecf43e393668a7c8f4cb833;p=pandora-kernel.git [media] adv7842: properly enable/disable the irqs The method of disabling the irq-output pin caused many "empty" interrupts. Instead, actually disable/enable the interrupts by changing the interrupt masks. Also enable STORE_MASKED_IRQ in INT1 configuration, otherwise when HDMI events happen while the interrupt is masked those events will be ignored when the interrupt is unmasked. Signed-off-by: Martin Bugge Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed