From: Archit Taneja Date: Thu, 16 Aug 2012 12:32:00 +0000 (+0530) Subject: OMAPDSS: DSI: Maintain copy of operation mode in driver data X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca2b1522ccab28d03fb79f6e70e70ea78033d52;p=pandora-kernel.git OMAPDSS: DSI: Maintain copy of operation mode in driver data The DSI driver currently relies on the omap_dss_device struct to know the mode of operation of the DSI protocol(command or video mode). This makes the DSI interface driver dependent on the omap_dss_device struct. Make the DSI driver data maintain it's own operation mode field. The panel driver is expected to call omapdss_dsi_set_operation_mode() before the interface is enabled. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed