OMAPDSS: SDI: change regulator handling
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 29 Aug 2013 07:06:43 +0000 (10:06 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 29 Aug 2013 13:21:52 +0000 (16:21 +0300)
commit349c3d95f5f34379679489a29c19513644e0c08a
tree5fcf68d8e4d2a6be5de7dace10c1ae7aa6886a35
parent35f5df6fd8048fae124c21b48b84dbc1879000bf
OMAPDSS: SDI: change regulator handling

Regulator handling for DPI and SDI is currently handled in the core.c,
using the 'virtual' omapdss platform device. Nowadays we have proper
devices for both DPI and SDI, and so we can handle the regulators inside
the respective drivers.

This patch moves the regulator handling for SDI into sdi.c.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/core.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/sdi.c