From: Archit Taneja Date: Fri, 6 Jul 2012 10:00:52 +0000 (+0530) Subject: OMAPDSS: DPI: Maintain copy of number of data lines in driver data X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b393d4bc8bc076589bf03433728c1fc2a44d4c;p=pandora-kernel.git OMAPDSS: DPI: Maintain copy of number of data lines in driver data The DPI driver currently relies on the omap_dss_device struct to configure the number of data lines as specified by the panel. This makes the DPI interface driver dependent on the omap_dss_device struct. Make the DPI driver data maintain it's own data lines field. A panel driver is expected to call omapdss_dpi_set_data_lines() before enabling the interface. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed