1 Nov 2007 03:50
Re: [PATCH]libata-acpi: add ACPI _PSx method
Shaohua Li <shaohua.li <at> intel.com>
2007-11-01 02:50:29 GMT
2007-11-01 02:50:29 GMT
On Wed, 2007-10-31 at 14:26 +0100, Rafael J. Wysocki wrote: > On Wednesday, 31 October 2007 03:27, Len Brown wrote: > > It would be interseting if any of the folks having power consumption > > problems when suspended see an improvement with this patch. > > > > Are there plans to refresh this patch and get it upstream? > > > > Acked-by: Len Brown <len.brown <at> intel.com> > > There was a discussion regarding this patch, IIRC, and it was argued that > _PSx are only applicable to IDE/PATA devices. > > I wonder if this has been addressed. Sure, there is a check for PATA. I refreshed the patch to against latest git tree. ACPI spec (ver 3.0a, p289) requires IDE power on/off executes ACPI _PSx methods. As recently most PATA drivers use libata, this patch adds _PSx method support in libata. ACPI spec doesn't mention if SATA requires the same _PSx method. Signed-off-by: Shaohua Li <shaohua.li <at> intel.com> Acked-by: Len Brown <len.brown <at> intel.com> --- drivers/ata/libata-acpi.c | 33 +++++++++++++++++++++++++++++++++ drivers/ata/libata-eh.c | 3 +++ drivers/ata/libata.h | 2 ++ 3 files changed, 38 insertions(+) Index: linux/drivers/ata/libata-acpi.c(Continue reading)
RSS Feed