From: Vaibhav Hiremath Date: Mon, 19 Dec 2011 10:20:15 +0000 (+0530) Subject: ARM: OMAP2+: split omap2/3/4_check_revision function X-Git-Tag: sz_161~45 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=c21d66ba2605ec0d81e6ff755f5cab59a06b650e;hp=c21d66ba2605ec0d81e6ff755f5cab59a06b650e;ds=sidebyside ARM: OMAP2+: split omap2/3/4_check_revision function We need to detect the SoC revision early, but the SoC feature detection can be done later on. In order to allow further clean-up later on, this patch separates the SoC revision check from the SoC feature check. This patch doesn't change functionality or behavior of the code execution; it barely cleans up the code and splits into SoC specific implementation for Rev ID and feature detection. Signed-off-by: Vaibhav Hiremath [tony@atomide.com: updated comments] Signed-off-by: Tony Lindgren Conflicts: arch/arm/mach-omap2/id.c arch/arm/mach-omap2/io.c arch/arm/plat-omap/include/plat/cpu.h ---