The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v3.13-fixes-2 for you to fetch changes up to f0b75693cbb26439ba959ba7d3b4f43e2fcf3da6: MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers (2013-12-11 10:40:59 -0700) ---------------------------------------------------------------- PCI updates for v3.13: PCI device hotplug - Move device_del() from pci_stop_dev() to pci_destroy_dev() (Rafael J. Wysocki) Host bridge drivers - Update maintainers for DesignWare, i.MX6, Armada, R-Car (Bjorn Helgaas) - mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin (Jason Gunthorpe) Miscellaneous - Avoid unnecessary CPU switch when calling .probe() (Alexander Duyck) - Revert "workqueue: allow work_on_cpu() to be called recursively" (Bjorn Helgaas) - Disable Bus Master only on kexec reboot (Khalid Aziz) - Omit PCI ID macro strings to shorten quirk names for LTO (Michal Marek) MAINTAINERS | 33 +++++++++++++++++++++++++++++++++ drivers/pci/host/pci-mvebu.c | 5 +++++ drivers/pci/pci-driver.c | 38 ++++++++++++++++++++++++++++++-------- drivers/pci/remove.c | 4 +++- include/linux/kexec.h | 3 +++ include/linux/pci.h | 30 +++++++++++++++--------------- kernel/kexec.c | 4 ++++ kernel/workqueue.c | 32 ++++++++++---------------------- 8 files changed, 103 insertions(+), 46 deletions(-) ---------------------------------------------------------------- Alexander Duyck (1): PCI: Avoid unnecessary CPU switch when calling driver .probe() method Bjorn Helgaas (2): Revert "workqueue: allow work_on_cpu() to be called recursively" MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers Jason Gunthorpe (1): PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin Khalid Aziz (1): PCI: Disable Bus Master only on kexec reboot Michal Marek (1): PCI: Omit PCI ID macro strings to shorten quirk names Rafael J. Wysocki (1): PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev() MAINTAINERS | 33 +++++++++++++++++++++++++++++++++ drivers/pci/host/pci-mvebu.c | 5 +++++ drivers/pci/pci-driver.c | 38 ++++++++++++++++++++++++++++++-------- drivers/pci/remove.c | 4 +++- include/linux/kexec.h | 3 +++ include/linux/pci.h | 30 +++++++++++++++--------------- kernel/kexec.c | 4 ++++ kernel/workqueue.c | 32 ++++++++++---------------------- 8 files changed, 103 insertions(+), 46 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html