From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Tue, 01 Dec 2015 10:23:48 +0900 Subject: [PATCH 04/10] ARM: s3c64xx: prepare initcalls for multiplatform In-Reply-To: <1448467615-447097-5-git-send-email-arnd@arndb.de> References: <1448467615-447097-1-git-send-email-arnd@arndb.de> <1448467615-447097-5-git-send-email-arnd@arndb.de> Message-ID: <565CF6A4.1030608@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 26.11.2015 01:06, Arnd Bergmann wrote: > In a multiplatform kernel, each initcall is run regardless > of the platform it is meant for, so it must not attempt to > access SoC-specific registers. > > This adds 'if (soc_is_s3c64xx)' to all initcalls that are > specific to the s3c64xx platform, to prevent them from breaking > other platforms once we can build them into a combined kernel. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/mach-s3c64xx/common.c | 4 ++-- > arch/arm/mach-s3c64xx/cpuidle.c | 5 ++++- > arch/arm/mach-s3c64xx/irq-pm.c | 2 +- > arch/arm/mach-s3c64xx/mach-crag6410-module.c | 4 ++++ > arch/arm/mach-s3c64xx/pl080.c | 4 ++++ > arch/arm/mach-s3c64xx/pm.c | 4 ++++ > arch/arm/mach-s3c64xx/s3c6400.c | 2 +- > arch/arm/mach-s3c64xx/s3c6410.c | 2 +- > arch/arm/plat-samsung/gpio-samsung.c | 11 +++++------ > arch/arm/plat-samsung/init.c | 5 +++++ > 10 files changed, 31 insertions(+), 12 deletions(-) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof