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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html