Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-21 Thread David Brownell
On Tuesday 17 July 2007, Rafael J. Wysocki wrote: > In the future some drivers may need to use ACPI to determine the low power > states in which to place their devices, but to provide the drivers with this > information the ACPI core needs to know what sleep state the system is going > to >

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-21 Thread David Brownell
On Tuesday 17 July 2007, Rafael J. Wysocki wrote: In the future some drivers may need to use ACPI to determine the low power states in which to place their devices, but to provide the drivers with this information the ACPI core needs to know what sleep state the system is going to enter.  

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-19 Thread Rafael J. Wysocki
On Thursday, 19 July 2007 04:05, Len Brown wrote: > Rafael, > Please delete the instances of the string ACPI_STATE_S2 -- it doesn't exist > in practice > and we don't want to imply it exists by inventing it here. OK, I will. > otherwise: > Acked-by: Len Brown <[EMAIL PROTECTED]> Thanks!

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-19 Thread Rafael J. Wysocki
On Thursday, 19 July 2007 04:05, Len Brown wrote: Rafael, Please delete the instances of the string ACPI_STATE_S2 -- it doesn't exist in practice and we don't want to imply it exists by inventing it here. OK, I will. otherwise: Acked-by: Len Brown [EMAIL PROTECTED] Thanks! Greetings,

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-18 Thread Len Brown
Rafael, Please delete the instances of the string ACPI_STATE_S2 -- it doesn't exist in practice and we don't want to imply it exists by inventing it here. otherwise: Acked-by: Len Brown <[EMAIL PROTECTED]> thanks, -Len On Tuesday 17 July 2007 20:02, Andrew Morton wrote: > On Tue, 17 Jul 2007

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-18 Thread Rafael J. Wysocki
On Wednesday, 18 July 2007 02:02, Andrew Morton wrote: > On Tue, 17 Jul 2007 22:40:06 +0200 > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > > > In the future some drivers may need to use ACPI to determine the low power > > states in which to

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-18 Thread Rafael J. Wysocki
On Wednesday, 18 July 2007 02:02, Andrew Morton wrote: On Tue, 17 Jul 2007 22:40:06 +0200 Rafael J. Wysocki [EMAIL PROTECTED] wrote: From: Rafael J. Wysocki [EMAIL PROTECTED] In the future some drivers may need to use ACPI to determine the low power states in which to place their

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-18 Thread Len Brown
Rafael, Please delete the instances of the string ACPI_STATE_S2 -- it doesn't exist in practice and we don't want to imply it exists by inventing it here. otherwise: Acked-by: Len Brown [EMAIL PROTECTED] thanks, -Len On Tuesday 17 July 2007 20:02, Andrew Morton wrote: On Tue, 17 Jul 2007

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-17 Thread Andrew Morton
On Tue, 17 Jul 2007 22:40:06 +0200 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > In the future some drivers may need to use ACPI to determine the low power > states in which to place their devices, but to provide the drivers with this >

[Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> In the future some drivers may need to use ACPI to determine the low power states in which to place their devices, but to provide the drivers with this information the ACPI core needs to know what sleep state the system is going to enter. Namely, the

[Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki [EMAIL PROTECTED] In the future some drivers may need to use ACPI to determine the low power states in which to place their devices, but to provide the drivers with this information the ACPI core needs to know what sleep state the system is going to enter. Namely, the

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-17 Thread Andrew Morton
On Tue, 17 Jul 2007 22:40:06 +0200 Rafael J. Wysocki [EMAIL PROTECTED] wrote: From: Rafael J. Wysocki [EMAIL PROTECTED] In the future some drivers may need to use ACPI to determine the low power states in which to place their devices, but to provide the drivers with this information the