summaryrefslogtreecommitdiff
path: root/drivers/of/platform.c
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2008-01-25 05:59:12 (GMT)
committerPaul Mackerras <paulus@samba.org>2008-02-06 05:29:59 (GMT)
commitbb125fb0e09c1b1e17d0b616f0e31fea937af9f6 (patch)
treecde809dcf7efbc817d50b2388693b0d131e8feee /drivers/of/platform.c
parentf4eb010706b6c96c136c7aaa9079159743f33fa8 (diff)
downloadlinux-fsl-qoriq-bb125fb0e09c1b1e17d0b616f0e31fea937af9f6.tar.xz
[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 <michael@ellerman.id.au> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/of/platform.c')
0 files changed, 0 insertions, 0 deletions