From: Michael Ellerman Date: Fri, 25 Jan 2008 05:59:12 +0000 (+1100) Subject: [POWERPC] Search for and publish cell OF platform devices earlier X-Git-Tag: v2.6.25-rc1~303^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb125fb0e09c1b1e17d0b616f0e31fea937af9f6;p=pandora-kernel.git [POWERPC] Search for and publish cell OF platform devices earlier Currently cell publishes OF devices at device_initcall() time, which means the earliest a driver can bind to a device is also device_initcall() time. We have a driver we want to register before other devices, so publish the devices at subsys_initcall() time. This should not cause any behaviour change for existing drivers, as they are still bound at device_initcall() time. Signed-off-by: Michael Ellerman Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed