From f76b178a78e3aae0e88d88fb4113c3778ff4df70 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 8 Aug 2014 10:04:31 +0300 Subject: [PATCH] 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-format-patch failed