Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163134Ab3DFB7f (ORCPT ); Fri, 5 Apr 2013 21:59:35 -0400 Received: from mail-oa0-f49.google.com ([209.85.219.49]:54732 "EHLO mail-oa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756336Ab3DFB7d (ORCPT ); Fri, 5 Apr 2013 21:59:33 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Bjorn Helgaas Date: Fri, 5 Apr 2013 19:59:13 -0600 Message-ID: Subject: Re: [GIT PULL] PCI updates for v3.9 To: Linus Torvalds Cc: "linux-pci@vger.kernel.org" , Konstantin Khlebnikov , Matthew Garrett , "Rafael J. Wysocki" , Yinghai Lu , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3255 Lines: 81 [+cc linux-kernel] On Fri, Apr 5, 2013 at 7:31 PM, Bjorn Helgaas wrote: > Hi Linus, > > Here are some fixes for v3.9. They include fixes for an ASPM problem > that affects pre-1.1 PCIe devices, a kexec problem, the platform ROM > image problem, a couple hotplug issues related to PM, and a fix for > PCI-EISA bridges that have been broken for a long time. > > Bjorn > > > The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7: > > Linux 3.9-rc4 (2013-03-23 16:52:44 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git > tags/pci-v3.9-fixes-1 > > for you to fetch changes up to de7d5f729c72638f41d7c17487bccb1c570ff144: > > PCI/PM: Disable runtime PM of PCIe ports (2013-04-03 15:54:59 -0600) > > ---------------------------------------------------------------- > PCI updates for v3.9: > > ASPM > Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus" > kexec > PCI: Don't try to disable Bus Master on disconnected PCI devices > Platform ROM images > PCI: Add PCI ROM helper for platform-provided ROM images > nouveau: Attempt to use platform-provided ROM image > radeon: Attempt to use platform-provided ROM image > Hotplug > PCI/ACPI: Always resume devices on ACPI wakeup notifications > PCI/PM: Disable runtime PM of PCIe ports > EISA > EISA/PCI: Fix bus res reference > EISA/PCI: Init EISA early, before PNP > > ---------------------------------------------------------------- > Bjorn Helgaas (3): > Merge branch 'pci/mjg-rom' into for-linus > Merge branch 'pci/yinghai-eisa' into for-linus > Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus" > > Konstantin Khlebnikov (1): > PCI: Don't try to disable Bus Master on disconnected PCI devices > > Matthew Garrett (3): > PCI: Add PCI ROM helper for platform-provided ROM images > nouveau: Attempt to use platform-provided ROM image > radeon: Attempt to use platform-provided ROM image > > Rafael J. Wysocki (2): > PCI/ACPI: Always resume devices on ACPI wakeup notifications > PCI/PM: Disable runtime PM of PCIe ports > > Yinghai Lu (2): > EISA/PCI: Fix bus res reference > EISA/PCI: Init EISA early, before PNP > > drivers/acpi/pci_root.c | 76 ++++++++++++------------- > drivers/eisa/pci_eisa.c | 67 +++++++++++++++------- > drivers/gpu/drm/nouveau/core/subdev/bios/base.c | 17 ++++++ > drivers/gpu/drm/radeon/radeon_bios.c | 26 +++++++++ > drivers/pci/pci-acpi.c | 15 ++--- > drivers/pci/pci-driver.c | 5 +- > drivers/pci/pcie/portdrv_pci.c | 13 ----- > drivers/pci/rom.c | 67 ++++++++++------------ > include/linux/pci.h | 1 + > 9 files changed, 169 insertions(+), 118 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/