From d94905e019acce960feeda1f92a9427fbe45ebbe Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 3 Nov 2013 22:23:24 +0000 Subject: [PATCH] imx-drm: imx-hdmi: add hotplug support to HDMI component Add hotplug support. We have to make the interrupt handler threaded so we can call drm_helper_hpd_irq_event(). Keeping in mind that we will want to share the interrupt with other HDMI interface drivers (eg, audio and CEC) put the groundwork in now for that, rather than just using IRQF_ONESHOT. Also, we must not call drm_helper_hpd_irq_event() until we have fully setup the connector; keep the interrupt(s) muted until after that point. Acked-by: Philipp Zabel Acked-by: Shawn Guo Reviewed-by: Fabio Estevam Signed-off-by: Russell King --- Reading git-format-patch failed