linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI updates for v3.8
@ 2013-01-02 18:48 Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2013-01-02 18:48 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Andy Lutomirski, Huang Ying, Myron Stowe

Hi Linus,

Here are some fixes for v3.8.  They include a fix for the new SR-IOV
sysfs management support, an expanded quirk for Ricoh SD card readers,
a Stratus DMI quirk fix, and a PME polling fix.

Bjorn


The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:

  Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/3.8-pci-fixes

for you to fetch changes up to 812089e01b9f65f90fc8fc670d8cce72a0e01fbb:

  PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz (2012-12-26 10:43:06 -0700)

----------------------------------------------------------------
PCI updates for v3.8:

  PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz
  PCI: Remove spurious error for sriov_numvfs store and simplify flow
  PCI: Add PCIe Link Capability link speed and width names
  PCI/PM: Do not suspend port if any subordinate device needs PME polling
  PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)

----------------------------------------------------------------
Andy Lutomirski (1):
      PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz

Bjorn Helgaas (2):
      PCI: Remove spurious error for sriov_numvfs store and simplify flow
      PCI: Add PCIe Link Capability link speed and width names

Huang Ying (1):
      PCI/PM: Do not suspend port if any subordinate device needs PME polling

Myron Stowe (1):
      PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)

 arch/x86/pci/common.c          |  3 +-
 drivers/pci/pci-sysfs.c        | 85 +++++++++++++++++-------------------------
 drivers/pci/pcie/portdrv_pci.c | 20 +++++++++-
 drivers/pci/quirks.c           |  7 +++-
 include/linux/pci_ids.h        |  1 +
 include/uapi/linux/pci_regs.h  |  2 +
 6 files changed, 63 insertions(+), 55 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] PCI updates for v3.8
@ 2013-01-22 22:56 Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2013-01-22 22:56 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Kees Cook, Colin Ian King, Betty Dall, Yijing Wang, linux-pci,
	linux-kernel

Hi Linus,

Here are some more fixes for v3.8.  The most important is a fix for a
pciehp deadlock that occurs when unplugging a Thunderbolt adapter.  We also
applied the same fix to shpchp, removed CONFIG_EXPERIMENTAL dependencies,
fixed a pcie_aspm=force problem, and fixed a refcount leak.

Bjorn


The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:

  Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/3.8-pci-fixes-2

for you to fetch changes up to 444ee9bd3d0fa78317c6127c961af5accf50038b:

  PCI: remove depends on CONFIG_EXPERIMENTAL (2013-01-17 16:22:05 -0700)

----------------------------------------------------------------
PCI updates for v3.8:

  Hotplug
      PCI: pciehp: Use per-slot workqueues to avoid deadlock
      PCI: shpchp: Make shpchp_wq non-ordered
      PCI: shpchp: Handle push button event asynchronously
      PCI: shpchp: Use per-slot workqueues to avoid deadlock
  Power management
      PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported
  Misc
      PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
      PCI: remove depends on CONFIG_EXPERIMENTAL

----------------------------------------------------------------
Betty Dall (1):
      PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()

Bjorn Helgaas (4):
      PCI: shpchp: Make shpchp_wq non-ordered
      PCI: shpchp: Handle push button event asynchronously
      PCI: shpchp: Use per-slot workqueues to avoid deadlock
      Merge branch 'pci/yijing-hotplug-workqueues' into for-linus

Colin Ian King (1):
      PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported

Kees Cook (1):
      PCI: remove depends on CONFIG_EXPERIMENTAL

Yijing Wang (1):
      PCI: pciehp: Use per-slot workqueues to avoid deadlock

 drivers/pci/hotplug/pciehp.h       |  2 +-
 drivers/pci/hotplug/pciehp_core.c  | 11 ++---------
 drivers/pci/hotplug/pciehp_ctrl.c  |  8 ++++----
 drivers/pci/hotplug/pciehp_hpc.c   | 11 ++++++++++-
 drivers/pci/hotplug/shpchp.h       |  3 +--
 drivers/pci/hotplug/shpchp_core.c  | 36 ++++++++++++++----------------------
 drivers/pci/hotplug/shpchp_ctrl.c  |  6 +++---
 drivers/pci/pcie/Kconfig           |  2 +-
 drivers/pci/pcie/aer/aerdrv_core.c |  1 +
 drivers/pci/pcie/aspm.c            |  3 +++
 10 files changed, 40 insertions(+), 43 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-22 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 22:56 [GIT PULL] PCI updates for v3.8 Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2013-01-02 18:48 Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).