From: Ajay Kumar Date: Fri, 9 Nov 2012 04:59:09 +0000 (+0900) Subject: video: exynos_dp: Reset and initialize DP before requesting irq X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ce19cb43e2df5b0b17159e94244d1151ea250b;p=pandora-kernel.git 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-diff-tree failed