OMAPDSS: HDMI: Replace spinlock with mutex in hdmi_check_hpd_state
authorJassi Brar <jaswinder.singh@linaro.org>
Wed, 27 Jun 2012 14:04:56 +0000 (19:34 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 06:42:42 +0000 (09:42 +0300)
State change of HDMI PHY could potentially take many millisecs, we can do
better by protecting things in hdmi_set_phy_pwr() with a mutex rather than
a spin_lock_irqsave.

Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found