From: Paul Walmsley Date: Wed, 27 Jan 2010 03:13:13 +0000 (-0700) Subject: OMAP2+ powerdomains/clockdomains: prepare for multi-OMAP configs X-Git-Tag: v2.6.34-rc1~230^2~117^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fa3d8aeabf7a039cc920a9c2ffebc6b4648e2b;p=pandora-kernel.git OMAP2+ powerdomains/clockdomains: prepare for multi-OMAP configs Convert CONFIG_ARCH_OMAP34XX to CONFIG_ARCH_OMAP3, and CONFIG_ARCH_OMAP24XX to CONFIG_ARCH_OMAP2, in preparation for Tony's multi-OMAP patches. While here, update some copyrights, convert instances of "34xx" to "3xxx" where applicable, and convert preprocessor directives of the form #if defined(CONFIG_ARCH_OMAP2) | defined(CONFIG_ARCH_OMAP3) to #if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) for standardization. Signed-off-by: Paul Walmsley Cc: Tony Lindgren --- Reading git-diff-tree failed