From: Chandrabhanu Mahapatra Date: Wed, 22 Aug 2012 06:14:06 +0000 (+0530) Subject: OMAPDSS: DPI: Remove cpu_is_xxxx checks X-Git-Tag: v3.7-rc1~48^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195e672a76056478cc79f5c48343164c9237852e;p=pandora-kernel.git OMAPDSS: DPI: Remove cpu_is_xxxx checks The OMAP3 checks have been removed and replaced by a dss feature FEAT_DPI_USES_VDDS_DSI for cleaner implementation. The patches "OMAP: DSS2: enable VDDS_DSI when using DPI" (8a2cfea8cc) by Tomi Valkeinen and "ARM: omap: fix oops in drivers/video/omap2/dss/dpi.c" (4041071571) by Russell King had introduced these checks. As it is evident from these patches a dependency exists for some DSS pins on VDDS_DSI which is better shown by dss feature FEAT_DPI_USES_VDDS_DSI. Signed-off-by: Chandrabhanu Mahapatra Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed