From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jiang Liu To: Bjorn Helgaas Cc: Jiang Liu , "Rafael J . Wysocki" , Yijing Wang , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: [PATCH v3 0/6] Update PCI notification patchset to latest kernel version Date: Wed, 9 Jan 2013 00:52:19 +0800 Message-Id: <1357663945-16054-1-git-send-email-jiang.liu@huawei.com> In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: Hi Bjorn, Rafael has developed a patchset targetting 3.9 merging window which outdates the fourth and fifth patches in my previous version, so I have just drop those two patches and updated the others to the latest code from your pci-next branch. Thanks! Jiang Liu (5): PCI: make PCI device create/destroy logic symmetric PCI: split registration of PCI bus devices into two stages ACPI/pci_slot: update PCI slot information when PCI hotplug event happens PCI/acpiphp: update ACPI hotplug slot information when PCI hotplug happens PCI/acpiphp: serialize access to the bridge_list list Yijing Wang (1): PCI/AER: update AER configuration when PCI hotplug event happens drivers/acpi/pci_slot.c | 86 ++++++++++++++++++++++++++++++++---- drivers/pci/bus.c | 2 +- drivers/pci/hotplug/acpiphp_glue.c | 73 +++++++++++++++++++++++++++++- drivers/pci/pcie/aer/aerdrv.c | 63 +++++++++++++++++++++++++- drivers/pci/probe.c | 5 ++- drivers/pci/remove.c | 14 +++--- 6 files changed, 222 insertions(+), 21 deletions(-) -- 1.7.9.5