From: Catalin Marinas Date: Fri, 7 Dec 2012 17:47:17 +0000 (+0000) Subject: arm64: Populate the platform devices X-Git-Tag: v3.9-rc1~141^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6bafb9b821a3a5ddeb600a9fd015085760d818e;p=pandora-kernel.git arm64: Populate the platform devices This patch add a device_initcall() to populate the platform devices (of_default_bus_match_table). This allows SoC implementations that do not require earlier initcalls to avoid any platform-specific code under arch/arm64. GIC and generic timer initialisation is done via FDT and CPU notifiers independently of the SoC code. Signed-off-by: Catalin Marinas Acked-by: Arnd Bergmann --- Reading git-diff-tree failed