From 22ce19cb43e2df5b0b17159e94244d1151ea250b Mon Sep 17 00:00:00 2001 From: Ajay Kumar Date: Fri, 9 Nov 2012 13:59:09 +0900 Subject: [PATCH] video: exynos_dp: Reset and initialize DP before requesting irq If DP is not reset properly before kernel bootup(in bootloader code), there can be few pending interrupts, and sometimes they invoke DP irq handler as soon as the irq handler is registered in DP probe. So, we make the DP driver more robust by resetting and initializing DP at the earliest and then registering the irq handler. Signed-off-by: Ajay Kumar Signed-off-by: Jingoo Han --- Reading git-format-patch failed