OMAPDSS: SDI: Maintain copy of data pairs in driver data
authorArchit Taneja <archit@ti.com>
Fri, 20 Jul 2012 11:48:49 +0000 (17:18 +0530)
committerArchit Taneja <archit@ti.com>
Thu, 16 Aug 2012 12:30:55 +0000 (18:00 +0530)
commit889b4fd7eed2d7c155dc642e15a714f87ab2842c
tree5b70f29adae68d236d6b0336c09c45e068d2e102
parentc6b393d4bc8bc076589bf03433728c1fc2a44d4c
OMAPDSS: SDI: Maintain copy of data pairs in driver data

The SDI driver currently relies on the omap_dss_device struct to configure the
number of data pairs as specified by the panel. This makes the SDI interface
driver dependent on the omap_dss_device struct.

Make the SDI driver data maintain it's own data lines field. A panel driver
is expected to call omapdss_sdi_set_datapairs() before enabling the interface.
Even though we configure the number of data pairs here, this function would be
finally mapped to a generic interface op called set_data_lines. The datapairs
argument type has been changed from u8 to int at some places to be in sync with
the 'set_data_lines' ops of other interfaces.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/displays/panel-acx565akm.c
drivers/video/omap2/dss/dss.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/sdi.c
include/video/omapdss.h