[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1334641676-14566-1-git-send-email-ming.m.lin@intel.com>
Date: Tue, 17 Apr 2012 13:47:50 +0800
From: Lin Ming <ming.m.lin@...el.com>
To: "Rafael J. Wysocki" <rjw@...k.pl>, Len Brown <lenb@...nel.og>
Cc: linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org,
Zhang Rui <rui.zhang@...el.com>,
Huang Ying <huang.ying.caritas@...il.com>,
Aaron Lu <aaron.lu@....com>
Subject: [PATCH 0/6]: ACPI D3 state cleanup
Hi,
Currently there are 2 ACPI D3 states defined:
ACPI_STATE_D3 and ACPI_STATE_D3_COLD.
But the uses of these 2 states are not clear/correct in some code.
For example, some code refer ACPI_STATE_D3 as D3hot and others refer
it as D3cold.
This patch set try to clean it up.
[PATCH 1/6] ACPI: D3cold state is always valid
[PATCH 2/6] ACPI: Set D3cold state as default device sleep state
[PATCH 3/6] ACPI: Set D3cold state as default inferred state
[PATCH 4/6] ACPI: Fix power resource's device power state when it's off
[PATCH 5/6] PCI/ACPI: Map PCI D3cold state to ACPI D3cold state
[PATCH 6/6] ACPI: Rename ACPI_STATE_D3 to ACPI_STATE_D3_HOT
drivers/acpi/fan.c | 4 ++--
drivers/acpi/power.c | 10 +++++-----
drivers/acpi/scan.c | 13 +++----------
drivers/acpi/sleep.c | 2 +-
drivers/ata/libata-acpi.c | 4 ++--
drivers/ide/ide-acpi.c | 4 ++--
drivers/pci/pci-acpi.c | 6 +++---
drivers/pnp/pnpacpi/core.c | 4 ++--
include/acpi/acpi_bus.h | 2 +-
include/acpi/actypes.h | 2 +-
10 files changed, 22 insertions(+), 29 deletions(-)
Thanks,
Lin Ming
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists