[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1352041698-6243-1-git-send-email-jiang.liu@huawei.com>
Date: Sun, 4 Nov 2012 23:08:16 +0800
From: Jiang Liu <liuj97@...il.com>
To: "Rafael J . Wysocki" <rjw@...k.pl>,
Yinghai Lu <yinghai@...nel.org>,
Tony Luck <tony.luck@...el.com>,
Yasuaki Ishimatsu <isimatu.yasuaki@...fujitsu.com>,
Wen Congyang <wency@...fujitsu.com>,
Tang Chen <tangchen@...fujitsu.com>,
Taku Izumi <izumi.taku@...fujitsu.com>,
Bjorn Helgaas <bhelgaas@...gle.com>
Cc: Jiang Liu <jiang.liu@...wei.com>,
Kenji Kaneshige <kaneshige.kenji@...fujitsu.com>,
Huang Ying <ying.huang@...el.com>,
Bob Moore <robert.moore@...el.com>,
Len Brown <lenb@...nel.org>,
"Srivatsa S . Bhat" <srivatsa.bhat@...ux.vnet.ibm.com>,
Yijing Wang <wangyijing@...wei.com>,
Hanjun Guo <guohanjun@...wei.com>,
Jiang Liu <liuj97@...il.com>, linux-kernel@...r.kernel.org,
linux-acpi@...r.kernel.org, linux-pci@...r.kernel.org,
linux-mm@...ck.org
Subject: [ACPIHP PATCH part3 0/2] enhance ACPI container driver to support hotplug framework
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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists