Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753024AbbEFObq (ORCPT ); Wed, 6 May 2015 10:31:46 -0400 Received: from foss.arm.com ([217.140.101.70]:47696 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752085AbbEFObo (ORCPT ); Wed, 6 May 2015 10:31:44 -0400 From: Sudeep Holla To: linux-acpi@vger.kernel.org, "Rafael J. Wysocki" Cc: Sudeep Holla , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Hanjun Guo , Al Stone , Lorenzo Pieralisi Subject: [PATCH RFC 0/5] ACPI / core : few cleanups and updates for LPI Date: Wed, 6 May 2015 15:31:25 +0100 Message-Id: <1430922690-6966-1-git-send-email-sudeep.holla@arm.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1599 Lines: 41 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/reorganisation so that LPI support can be added to processor_idle module to co-exist with C-state. Few of these changes also help in enabling ACPI_PROCESSOR on ARM64 which is currently disabled and few others are just to be consistent. Regards, Sudeep Sudeep Holla (5): ACPI / containers : add support for ACPI0010 processor container ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR 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 Documentation/memory-hotplug.txt | 2 +- arch/ia64/Kconfig | 1 + arch/x86/Kconfig | 1 + arch/x86/include/asm/acpi.h | 2 - drivers/acpi/Kconfig | 3 + drivers/acpi/Makefile | 2 +- drivers/acpi/container.c | 1 + drivers/acpi/processor_idle.c | 119 +++++++++++++++++---------------------- drivers/acpi/sleep.c | 37 ++++++++++++ include/acpi/processor.h | 33 +---------- include/linux/cpufreq.h | 4 ++ 11 files changed, 104 insertions(+), 101 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/