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: v3.4-rc1~125^2~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e56f79abad987555351c73569fc8358636b0fa;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()] Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed