linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] OMAPDSS: HDMI: OMAP4: Fix request_irq for HPD
@ 2012-05-22  2:47 Ricardo Neri
  2012-05-22  2:47 ` [PATCH] OMAPDSS: HDMI: OMAP4: Update IRQ flags for the HPD IRQ request Ricardo Neri
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Neri @ 2012-05-22  2:47 UTC (permalink / raw)
  To: tomi.valkeinen, mythripk; +Cc: s-guiriec, linux-omap, Ricardo Neri

Hi Tomi,

While validating HDMI audio on the linux-next tree I found that requesting
the threaded irq for HDMI HDP will fail due to an upcoming change in genirq[1].
This change requires to use the IRQF_ONESHOT flag even for edge type interrupts
if no handler is provided, otherwise the request will fail.

Also, while there, I removed the IRQF_DISABLED flag as it is now deprecated.

If you are OK with the change, I hope it could be merged for K3.5 otherwise
HDMI will fail.

[1].http://www.spinics.net/lists/linux-tip-commits/msg14974.html

Ricardo Neri (1):
  OMAPDSS: HDMI: OMAP4: Update IRQ flags for the HPD IRQ request

 drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-22  7:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22  2:47 [PATCH] OMAPDSS: HDMI: OMAP4: Fix request_irq for HPD Ricardo Neri
2012-05-22  2:47 ` [PATCH] OMAPDSS: HDMI: OMAP4: Update IRQ flags for the HPD IRQ request Ricardo Neri
2012-05-22  7:41   ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).