Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-05 Thread Rafael J. Wysocki
On Saturday, 5 of January 2008, Alan Stern wrote: > On Fri, 4 Jan 2008, Rafael J. Wysocki wrote: > > > I have rebased > > gregkh-driver-pm-acquire-device-locks-prior-to-suspending.patch > > on top of the $subject series, the result is appended. It has only been > > compilation tested for now,

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-05 Thread Rafael J. Wysocki
On Saturday, 5 of January 2008, Alan Stern wrote: On Fri, 4 Jan 2008, Rafael J. Wysocki wrote: I have rebased gregkh-driver-pm-acquire-device-locks-prior-to-suspending.patch on top of the $subject series, the result is appended. It has only been compilation tested for now, but I'll be

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-04 Thread Alan Stern
On Fri, 4 Jan 2008, Rafael J. Wysocki wrote: > I have rebased gregkh-driver-pm-acquire-device-locks-prior-to-suspending.patch > on top of the $subject series, the result is appended. It has only been > compilation tested for now, but I'll be testing it for the next couple of > days. > > Please

[RFC][PATCH] PM: Acquire device locks on suspend (was: Re: [PATCH 1/4] PM: Introduce destroy_suspended_device())

2008-01-04 Thread Rafael J. Wysocki
On Friday, 4 of January 2008, Rafael J. Wysocki wrote: > On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: > > On Wednesday, 2 of January 2008, Alan Stern wrote: > > > On Wed, 2 Jan 2008, Rafael J. Wysocki wrote: > > > > > > > On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: > >

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-04 Thread Rafael J. Wysocki
On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: > On Wednesday, 2 of January 2008, Alan Stern wrote: > > On Wed, 2 Jan 2008, Rafael J. Wysocki wrote: > > > > > On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: > > > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > > > > > > >

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-04 Thread Rafael J. Wysocki
On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: On Wednesday, 2 of January 2008, Alan Stern wrote: On Wed, 2 Jan 2008, Rafael J. Wysocki wrote: On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: From: Rafael J. Wysocki [EMAIL PROTECTED] It sometimes is

[RFC][PATCH] PM: Acquire device locks on suspend (was: Re: [PATCH 1/4] PM: Introduce destroy_suspended_device())

2008-01-04 Thread Rafael J. Wysocki
On Friday, 4 of January 2008, Rafael J. Wysocki wrote: On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: On Wednesday, 2 of January 2008, Alan Stern wrote: On Wed, 2 Jan 2008, Rafael J. Wysocki wrote: On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: From: Rafael

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-04 Thread Alan Stern
On Fri, 4 Jan 2008, Rafael J. Wysocki wrote: I have rebased gregkh-driver-pm-acquire-device-locks-prior-to-suspending.patch on top of the $subject series, the result is appended. It has only been compilation tested for now, but I'll be testing it for the next couple of days. Please

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-02 Thread Rafael J. Wysocki
On Wednesday, 2 of January 2008, Alan Stern wrote: > On Wed, 2 Jan 2008, Rafael J. Wysocki wrote: > > > On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > > > > > It sometimes is necessary to destroy a device object during a suspend or

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-02 Thread Alan Stern
On Wed, 2 Jan 2008, Rafael J. Wysocki wrote: > On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > > > It sometimes is necessary to destroy a device object during a suspend or > > hibernation, but the PM core is supposed to control all

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-02 Thread Rafael J. Wysocki
On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > It sometimes is necessary to destroy a device object during a suspend or > hibernation, but the PM core is supposed to control all device objects in that > cases. For this reason, it is

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-02 Thread Rafael J. Wysocki
On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: From: Rafael J. Wysocki [EMAIL PROTECTED] It sometimes is necessary to destroy a device object during a suspend or hibernation, but the PM core is supposed to control all device objects in that cases. For this reason, it is necessary

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-02 Thread Alan Stern
On Wed, 2 Jan 2008, Rafael J. Wysocki wrote: On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: From: Rafael J. Wysocki [EMAIL PROTECTED] It sometimes is necessary to destroy a device object during a suspend or hibernation, but the PM core is supposed to control all device

Re: [PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-02 Thread Rafael J. Wysocki
On Wednesday, 2 of January 2008, Alan Stern wrote: On Wed, 2 Jan 2008, Rafael J. Wysocki wrote: On Wednesday, 2 of January 2008, Rafael J. Wysocki wrote: From: Rafael J. Wysocki [EMAIL PROTECTED] It sometimes is necessary to destroy a device object during a suspend or

[PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-01 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> It sometimes is necessary to destroy a device object during a suspend or hibernation, but the PM core is supposed to control all device objects in that cases. For this reason, it is necessary to introduce a mechanism allowing one to ask the PM core to

[PATCH 1/4] PM: Introduce destroy_suspended_device()

2008-01-01 Thread Rafael J. Wysocki
From: Rafael J. Wysocki [EMAIL PROTECTED] It sometimes is necessary to destroy a device object during a suspend or hibernation, but the PM core is supposed to control all device objects in that cases. For this reason, it is necessary to introduce a mechanism allowing one to ask the PM core to