From: Archit Taneja Date: Mon, 22 Aug 2011 06:28:08 +0000 (+0530) Subject: OMAP: DSS2: DSI: Represent L4 and VP as sources of VC instead of modes X-Git-Tag: v3.2-rc1~98^2~1^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d604914484ccaaf33361558c9eb2abb441cf9d25;p=pandora-kernel.git OMAP: DSS2: DSI: Represent L4 and VP as sources of VC instead of modes The enum type dsi_vc_mode is a bit misleading as L4 slave port and video port are sources to VC rather than the mode of operation. Rename then enum type and its members. Merge dsi_vc_config_vp() and dsi_vc_config_l4() into a single function called dsi_vc_config_source() which takes dsi_vc_source enum as an extra argument. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed