]> Pileus Git - ~andy/linux/commit
OMAP: DSS2: Use PM runtime & HWMOD support
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 27 May 2011 07:52:19 +0000 (10:52 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 25 Jul 2011 07:22:04 +0000 (10:22 +0300)
commit4fbafaf371be780ed2cd73a520dfeafa1ea73e24
tree50be77c643fe710ce07bfea5e21587f9f5c38ac5
parentde3050a74e2d2830189ceaa5f5fc05b776518d68
OMAP: DSS2: Use PM runtime & HWMOD support

Use PM runtime and HWMOD support to handle enabling and disabling of DSS
modules.

Each DSS module will have get and put functions which can be used to
enable and disable that module. The functions use pm_runtime and hwmod
opt-clocks to enable the hardware.

Acked-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/manager.c
drivers/video/omap2/dss/overlay.c
drivers/video/omap2/dss/rfbi.c
drivers/video/omap2/dss/sdi.c
drivers/video/omap2/dss/venc.c