Re: recursive call to platform_device_register deadlocks
From: Jamey Hicks
Date: Mon Jun 20 2005 - 08:28:08 EST
Greg KH wrote:
On Sat, Jun 18, 2005 at 10:39:34AM -0400, Jamey Hicks wrote:
We could restructure the toplevel driver so that it does not call
platform_device inside its probe function. An alternative would be to
add a pointer to a vector of subdevices to platform_device and have it
register the subdevices after it has probed the toplevel device. Do you
have any recommendations?
Use the -mm kernel, this should be allowed in that release, due to a
rework of the driver core logic in this area. Can you test this out and
verify this?
Sounds good. I will test it out.
Jamey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/