From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lpp01m010-f46.google.com ([209.85.215.46]:33866 "EHLO mail-lpp01m010-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933115Ab2IFViH (ORCPT ); Thu, 6 Sep 2012 17:38:07 -0400 Received: by lagy9 with SMTP id y9so1430646lag.19 for ; Thu, 06 Sep 2012 14:38:05 -0700 (PDT) MIME-Version: 1.0 From: Bjorn Helgaas Date: Thu, 6 Sep 2012 15:37:45 -0600 Message-ID: Subject: [GIT PULL] PCI updates for v3.6 To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Huang Ying , "Rafael J. Wysocki" , Linux PM list Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-pci-owner@vger.kernel.org List-ID: Hi Linus, Here are some more fixes for v3.6. These all fix things we merged in v3.6-rc1. Four are fixes for the D3cold support, and one is for a boot lockup on PA Semi caused by a printk while the console BAR is still disabled. Bjorn The following changes since commit a6b881a5b8d4fa2135e55a74be6d6b1e17e445dd: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu (2012-08-21 10:08:39 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/3.6-pci-fixes for you to fetch changes up to 0ff9514b579b4f2f3e6038cd961ce64c224c3c73: PCI: Don't print anything while decoding is disabled (2012-08-23 10:53:08 -0600) ---------------------------------------------------------------- PCI updates for v3.6: Power management - PCI/PM: Enable D3/D3cold by default for most devices - PCI/PM: Keep parent bridge active when probing device - PCI/PM: Fix config reg access for D3cold and bridge suspending - PCI/PM: Add ABI document for sysfs file d3cold_allowed Core - PCI: Don't print anything while decoding is disabled ---------------------------------------------------------------- Bjorn Helgaas (1): PCI: Don't print anything while decoding is disabled Huang Ying (4): PCI/PM: Enable D3/D3cold by default for most devices PCI/PM: Keep parent bridge active when probing device PCI/PM: Fix config reg access for D3cold and bridge suspending PCI/PM: Add ABI document for sysfs file d3cold_allowed Documentation/ABI/testing/sysfs-bus-pci | 12 ++++++++++ drivers/pci/pci-driver.c | 6 +++++ drivers/pci/pci-sysfs.c | 42 +++++++++++++++++++++++++++++++++ drivers/pci/pci.c | 1 + drivers/pci/pcie/portdrv_pci.c | 14 +++++++++++ drivers/pci/probe.c | 31 +++++++++++++----------- 6 files changed, 92 insertions(+), 14 deletions(-)