From: Archit Taneja Date: Mon, 13 Aug 2012 09:58:15 +0000 (+0530) Subject: OMAPDSS: RFBI: Maintain copy of number of data lines in driver data X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=475989b763668f0794d6a8ee34a1ca0e784831e2;p=pandora-kernel.git OMAPDSS: RFBI: Maintain copy of number of data lines in driver data The RFBI driver currently relies on the omap_dss_device struct to configure the number of data lines as specified by the panel. This makes the RFBI interface driver dependent on the omap_dss_device struct. Make the RFBI driver data maintain it's own data lines field. A panel driver is expected to call omapdss_rfbi_set_data_lines() to configure the pixel format before enabling the interface or calling omap_rfbi_configure(). Signed-off-by: Archit Taneja --- Reading git-diff-tree failed