video: exynos_dp: Reset and initialize DP before requesting irq
authorAjay Kumar <ajaykumar.rs@samsung.com>
Fri, 9 Nov 2012 04:59:09 +0000 (13:59 +0900)
committerJingoo Han <jg1.han@samsung.com>
Thu, 29 Nov 2012 01:33:28 +0000 (10:33 +0900)
commit22ce19cb43e2df5b0b17159e94244d1151ea250b
treee953f68cc212b2327eebeacf2f5741bfdee290c2
parentc30ffb904cff819dc2423b1c3edd4f2e48f7acb0
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 <ajaykumar.rs@samsung.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
drivers/video/exynos/exynos_dp_core.c
This page took 0.026607 seconds and 5 git commands to generate.