OMAPDSS: DSI: Remove dsi_pdev_map global struct
authorArchit Taneja <archit@ti.com>
Wed, 4 Jul 2012 08:18:34 +0000 (13:48 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:34 +0000 (14:58 +0300)
commit400e65d1c9946c9bf4d87a94d71f7d7423d03b62
treed6e99b339e9ee87b2a35ae70841899d630328ea3
parent5d512fcdf6dc27ea34734fbdcab812d207b89ebb
OMAPDSS: DSI: Remove dsi_pdev_map global struct

dsi_pdev_map is a struct visible globally in the DSI driver to get the platform
device pointer of the DSI device corresponding to it's module ID. This was
required because there was no clean way to derive the platform device from
the DSI module instance number or from the connected panel.

With the new output entity, it is possible to retrieve the platform device
pointer if the omap_dss_output pointer is available. Modify the functions
dsi_get_dsidev_from_dssdev() dsi_get_dsidev_from_id() so that they use output
instead of dsi_pdev_map to retrieve the dsi platform device pointer.

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