linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [ACPIHP PATCH part3 0/2] enhance ACPI container driver to support hotplug framework
@ 2012-11-04 15:08 Jiang Liu
  2012-11-04 15:08 ` [ACPIHP PATCH part3 1/2] ACPIHP: enhance ACPI container driver to support new " Jiang Liu
  2012-11-04 15:08 ` [ACPIHP PATCH part3 2/2] ACPIHP/container: move container.c into drivers/acpi/hotplug Jiang Liu
  0 siblings, 2 replies; 3+ messages in thread
From: Jiang Liu @ 2012-11-04 15:08 UTC (permalink / raw)
  To: Rafael J . Wysocki, Yinghai Lu, Tony Luck, Yasuaki Ishimatsu,
	Wen Congyang, Tang Chen, Taku Izumi, Bjorn Helgaas
  Cc: Jiang Liu, Kenji Kaneshige, Huang Ying, Bob Moore, Len Brown,
	Srivatsa S . Bhat, Yijing Wang, Hanjun Guo, Jiang Liu,
	linux-kernel, linux-acpi, linux-pci, linux-mm

This is the third part of the new ACPI based system device hotplug
framework, which enhances the ACPI container driver to support the
ACPI system device hotplug framework.

For an introduction of the new framework, please refer to:
https://lkml.org/lkml/2012/11/3/143
https://github.com/downloads/jiangliu/linux/ACPI%20Based%20System%20Device%20Dynamic%20Reconfiguration.pdf

And you may pull from:
https://github.com/jiangliu/linux.git acpihp_container

Jiang Liu (2):
  ACPIHP: enhance ACPI container driver to support new hotplug
    framework
  ACPIHP/container: move container.c into drivers/acpi/hotplug

 drivers/acpi/Kconfig             |    7 +-
 drivers/acpi/Makefile            |    1 -
 drivers/acpi/container.c         |  296 --------------------------------------
 drivers/acpi/hotplug/Makefile    |    2 +
 drivers/acpi/hotplug/container.c |  124 ++++++++++++++++
 include/acpi/container.h         |   12 --
 6 files changed, 130 insertions(+), 312 deletions(-)
 delete mode 100644 drivers/acpi/container.c
 create mode 100644 drivers/acpi/hotplug/container.c
 delete mode 100644 include/acpi/container.h

-- 
1.7.9.5

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2012-11-04 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 15:08 [ACPIHP PATCH part3 0/2] enhance ACPI container driver to support hotplug framework Jiang Liu
2012-11-04 15:08 ` [ACPIHP PATCH part3 1/2] ACPIHP: enhance ACPI container driver to support new " Jiang Liu
2012-11-04 15:08 ` [ACPIHP PATCH part3 2/2] ACPIHP/container: move container.c into drivers/acpi/hotplug Jiang Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).