From: Lajos Molnar Date: Wed, 22 Feb 2012 06:53:16 +0000 (+0530) Subject: OMAPDSS: MANAGER/APPLY: Add runtime_pm protection around wait_for_go/vsync functions X-Git-Tag: sz_beta2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7077e8ff21a5cb0ca7f953d4948c363d6dcbf5c3;p=pandora-kernel.git OMAPDSS: MANAGER/APPLY: Add runtime_pm protection around wait_for_go/vsync functions If DSS suspends within the functions dss_mgr_wait_for_go(), dss_mgr_wait_for_go_ovl() or dss_mgr_wait_for_vsync(). It may lose it's clock and lead to a register access failure. Request runtime_pm around these functions. [archit@ti.com: Moved runtime_pm calls to wait_for_go/vsync functions rather then calling them from omap_dispc_wait_for_irq_interruptible_timeout()] [notasas@gmail.com: backported from 3.4] Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed