Re: [PATCH 1/4] Search for and publish cell OF platform devices earlier

2008-02-04 Thread Benjamin Herrenschmidt
On Fri, 2008-01-25 at 16:59 +1100, Michael Ellerman wrote: > 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

[PATCH 1/4] Search for and publish cell OF platform devices earlier

2008-01-24 Thread Michael Ellerman
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 cha

[PATCH 1/4] Search for and publish cell OF platform devices earlier

2008-01-22 Thread Michael Ellerman
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 cha