From: Tomi Valkeinen Date: Fri, 8 Aug 2014 07:04:31 +0000 (+0300) Subject: OMAPDSS: DSI: dsi_runtime_get/put in pll_init X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f76b178a78e3aae0e88d88fb4113c3778ff4df70;p=pandora-kernel.git OMAPDSS: DSI: dsi_runtime_get/put in pll_init When DPI uses the DSI PLL for pixel clock, the DPI code will call dsi_runtime_get/put to keep the DSI block enabled. A much simpler way to handle this is to do dsi_runtime_get/put in DSI's dsi_pll_init() and dsi_pll_uninit(), thus removing the need for DSI to call the runtime PM functions. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed