OMAPDSS: DSI: remove omap_dss_device uses
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 27 Nov 2012 15:32:36 +0000 (17:32 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:00 +0000 (15:19 +0300)
commit5761217abf1636b6a0979548286e15200f17c010
treed93af797098c7c5fc435864e604e234a74c809f9
parent03a0d1e81bdb519aa5881487cc5f20ffb8906c59
OMAPDSS: DSI: remove omap_dss_device uses

The role of struct omap_dss_device will change in the future. The exact
details of that are still a bit unclear. However, the less uses of
omap_dss_device we have, the easier the change is in the future.

This patch removes uses of omap_dss_device from dsi.c, where it can be
done easily. Mostly this means passing dsi platform device to functions,
instead of the omap_dss_device.

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