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-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html