All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/5] ACPI / core : few cleanups and updates for LPI
@ 2015-05-06 14:31 Sudeep Holla
  2015-05-06 14:31 ` [PATCH RFC 1/5] ACPI / containers : add support for ACPI0010 processor container Sudeep Holla
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Sudeep Holla @ 2015-05-06 14:31 UTC (permalink / raw)
  To: linux-acpi, Rafael J. Wysocki
  Cc: Sudeep Holla, linux-pm, linux-kernel, Hanjun Guo, Al Stone,
	Lorenzo Pieralisi

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-05-08 20:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 14:31 [PATCH RFC 0/5] ACPI / core : few cleanups and updates for LPI Sudeep Holla
2015-05-06 14:31 ` [PATCH RFC 1/5] ACPI / containers : add support for ACPI0010 processor container Sudeep Holla
2015-05-08  8:50   ` Hanjun Guo
2015-05-08 14:06     ` Rafael J. Wysocki
2015-05-08 14:06       ` Rafael J. Wysocki
2015-05-08 15:32       ` Sudeep Holla
2015-05-08 20:33         ` Rafael J. Wysocki
2015-05-06 14:31 ` [PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR Sudeep Holla
2015-05-06 18:36   ` Ashwin Chaugule
2015-05-08  8:52     ` Hanjun Guo
2015-05-08 10:06       ` Sudeep Holla
2015-05-08 10:06         ` Sudeep Holla
2015-05-06 14:31 ` [PATCH RFC 3/5] ACPI / sleep: move acpi_processor_sleep to sleep.c Sudeep Holla
2015-05-06 14:31 ` [PATCH RFC 4/5] ACPI / processor_idle: replace PREFIX with pr_fmt Sudeep Holla
2015-05-06 14:31 ` [PATCH RFC 5/5] ACPI / processor_idle : introduce ARCH_SUPPORTS_ACPI_PROCESSOR_CSTATE Sudeep Holla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.