[PATCH 0/4] ACPI / core : few cleanups and updates for LPI

From: Sudeep Holla
Date: Tue Aug 04 2015 - 13:48:12 EST


Hi Rafael,

I am working on adding Low Power Idle(LPI) states support that was
recently added in ACPI 6.0. Before introducing the LPI support, here
are few updates and cleanups/re-organisation so that LPI support can be
added to processor_idle module to co-exist with C-state.

Regards,
Sudeep

Sudeep Holla (4):
ACPI / processor : add support for ACPI0010 processor container
ACPI / sleep: move acpi_processor_sleep to sleep.c
ACPI / processor_idle: replace PREFIX with pr_fmt
ACPI / processor_idle : introduce ARCH_SUPPORTS_ACPI_PROCESSOR_CSTATE

arch/ia64/Kconfig | 1 +
arch/x86/Kconfig | 1 +
drivers/acpi/Kconfig | 3 ++
drivers/acpi/acpi_processor.c | 17 ++++++
drivers/acpi/processor_idle.c | 119 +++++++++++++++++++-----------------------
drivers/acpi/sleep.c | 37 +++++++++++++
include/acpi/processor.h | 6 ++-
7 files changed, 116 insertions(+), 68 deletions(-)

--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/