OMAPDSS: DSI: dsi_runtime_get/put in pll_init
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 8 Aug 2014 07:04:31 +0000 (10:04 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 12 Nov 2014 11:40:23 +0000 (13:40 +0200)
commitf76b178a78e3aae0e88d88fb4113c3778ff4df70
tree79beec2a49dea38a26d4dfc57ecf9cdd994cdf9f
parentdbb26e53e5a6eda5ee53fb36cdf3ca2517cfb135
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 <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dpi.c
drivers/video/fbdev/omap2/dss/dsi.c
drivers/video/fbdev/omap2/dss/dss.h