[PATCH 2.6.21-rc1] ibmebus: Support dynamic addition and removal of adapters

John Rose johnrose at austin.ibm.com
Wed Feb 21 04:25:06 EST 2007


> If the probe operation succeeds, the respective device will show up 
> beneath
> /sys/bus/ibmebus/devices.

This approach is not particularly synchronous.  Take the case of an add
failure: how long would an application wait before deciding that the new
device is not going to appear?

It might be preferable to have the write to the probe function fail. 
For example, if we can't find the device node, return -EINVAL or
something.

> This is already taken care of by of_device_register().

If we are scrapping the use of of_device for ibmebus devices, can we
still create a devspec file for OF correlation purposes?

Thanks-
John




More information about the Linuxppc-dev mailing list