Re: recursively unregistering platform devices

2005-02-16 Thread Robert Schwebel
On Wed, Feb 16, 2005 at 03:56:50PM -0800, Greg KH wrote: > Known issue, you can't recursivly register or unregister with the > driver core right now. I'm working on fixing this issue. Ok, great! Tell me if you have something we can test. Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengut

Re: recursively unregistering platform devices

2005-02-16 Thread Greg KH
On Sun, Feb 06, 2005 at 03:29:12PM +0100, Robert Schwebel wrote: > Hi, > > I have a locking problem with platform devices in a little bit unusual > scenario; we have an FPGA which has a device information memory block > for the several "parts" in the FPGA. So we have written a base driver > which

recursively unregistering platform devices

2005-02-06 Thread Robert Schwebel
Hi, I have a locking problem with platform devices in a little bit unusual scenario; we have an FPGA which has a device information memory block for the several "parts" in the FPGA. So we have written a base driver which registers the device information block with the driver model, then looks wha