From: Catalin Marinas Date: Tue, 14 May 2013 09:51:18 +0000 (+0100) Subject: arm64: Invoke the of_platform_populate() at arch_initcall() level X-Git-Tag: v3.10-rc2~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c560ecfe9617c629ad09b07edb7523c87b2c9619;p=pandora-kernel.git arm64: Invoke the of_platform_populate() at arch_initcall() level The of_platform_populate() is currently invoked at device_initcall() level. There are however drivers that use platform_driver_probe() directly and they need the devices to be populated. This patch makes the of_platform_populate() and arch_initcall(). Signed-off-by: Catalin Marinas Reported-by: Benoit Lecardonnel Tested-by: Benoit Lecardonnel --- Reading git-diff-tree failed