Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1200182

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

From Sudeep Holla <sudeep.holla@arm.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] ACPI / core : few cleanups and updates for LPI
Date 2015-08-04 19:50 +0200
Message-ID <pTOvF-HG-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] ACPI / core : few cleanups and updates for LPI Sudeep Holla <sudeep.holla@arm.com> - 2015-08-04 19:50 +0200
  [PATCH 2/4] ACPI / sleep: move acpi_processor_sleep to sleep.c Sudeep Holla <sudeep.holla@arm.com> - 2015-08-04 19:50 +0200
  [PATCH 1/4] ACPI / processor : add support for ACPI0010 processor container Sudeep Holla <sudeep.holla@arm.com> - 2015-08-04 19:50 +0200
  [PATCH 4/4] ACPI / processor_idle : introduce ARCH_SUPPORTS_ACPI_PROCESSOR_CSTATE Sudeep Holla <sudeep.holla@arm.com> - 2015-08-04 19:50 +0200
  [PATCH 3/4] ACPI / processor_idle: replace PREFIX with pr_fmt Sudeep Holla <sudeep.holla@arm.com> - 2015-08-04 19:50 +0200

csiph-web