Re: [PATCH -mm 5/5] b43: Avoid unregistering device objects during suspend

2008-01-25 Thread Rafael J. Wysocki
On Friday, 25 of January 2008, Michael Buesch wrote: > On Friday 25 January 2008 08:47:46 Pavel Machek wrote: > > On Fri 2008-01-25 01:37:33, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > > > > > Modify the b43 driver to avoid deadlocking suspend and resume, > > >

Re: [PATCH -mm 5/5] b43: Avoid unregistering device objects during suspend

2008-01-25 Thread Michael Buesch
On Friday 25 January 2008 08:47:46 Pavel Machek wrote: > On Fri 2008-01-25 01:37:33, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > > > Modify the b43 driver to avoid deadlocking suspend and resume, > > which happens as a result of attempting to unregister device obje

[PATCH -mm 5/5] b43: Avoid unregistering device objects during suspend

2008-01-25 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> Modify the b43 driver to avoid deadlocking suspend and resume, which happens as a result of attempting to unregister device objects locked by the PM core during suspend/resume cycles. Also, make it use a suspend-safe method of unregistering device objec