OMAPDSS: HDMI: OMAP4: Update IRQ flags for the HPD IRQ request
authorRicardo Neri <ricardo.neri@ti.com>
Tue, 22 May 2012 02:47:21 +0000 (21:47 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 22 May 2012 08:00:09 +0000 (11:00 +0300)
commite92a5b28f71aea01b281f9c89d97a4bc5b24748f
tree908694252565b02713732987733046692bbe5175
parentc808ab9c82b20227a8b7659c5c8b75290047523c
OMAPDSS: HDMI: OMAP4: Update IRQ flags for the HPD IRQ request

genirq requires that the IRQ requests that do not provided a handler to
use the IRQF_ONESHOT flag. This is to prevent situations in which the irq line
is reenabled while the interrupt is still asserted. While this situation may
not happen in edge type interrupts, genirq still requires to use IRQF_ONESHOT.

Also, remove the IRQF_DISABLED as the flag is now a NOOP and has been
deprecated.

Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c