Files
linux/include/video
Archit Taneja 889b4fd7ee 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>
2012-08-16 18:00:55 +05:30
..
2009-04-01 08:59:27 -07:00
2011-03-31 11:26:23 -03:00
2007-10-16 09:43:14 -07:00
2010-05-24 08:47:38 +09:00
2011-03-31 11:26:23 -03:00
2011-04-26 10:22:59 +02:00
2008-07-24 10:47:40 -07:00
2007-10-16 09:43:18 -07:00
2010-12-21 01:05:43 +09:00
2009-12-04 15:39:52 +01:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2009-01-31 00:14:52 +05:30
2012-04-22 20:16:50 +02:00