linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v4.10
@ 2017-02-16 14:51 Bjorn Helgaas
  0 siblings, 0 replies; 23+ messages in thread
From: Bjorn Helgaas @ 2017-02-16 14:51 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Yinghai Lu, Rafael J. Wysocki, Paul Gortmaker

PCI fix:

  - add back pcie_pme_remove() so we free the IRQ when removing PCIe port
    devices; previously the leaked IRQ caused an MSI BUG_ON.


The following changes since commit d98e0929071e7ef63d35c1838b0ad0805ae366dd:

  Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports" (2017-02-03 08:53:51 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.10-fixes-4

for you to fetch changes up to afe3e4d11bdf50a4c3965eb6465ba6bebbcf5dcf:

  PCI/PME: Restore pcie_pme_driver.remove (2017-02-15 09:39:32 -0600)

----------------------------------------------------------------
pci-v4.10-fixes-4

----------------------------------------------------------------
Yinghai Lu (1):
      PCI/PME: Restore pcie_pme_driver.remove

 drivers/pci/pcie/pme.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

^ permalink raw reply	[flat|nested] 23+ messages in thread
* [GIT PULL] PCI fixes for v4.10
@ 2017-02-02 16:18 Bjorn Helgaas
  2017-02-02 16:30 ` Christoph Hellwig
  0 siblings, 1 reply; 23+ messages in thread
From: Bjorn Helgaas @ 2017-02-02 16:18 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, lists, Jayachandran C., H.J. Lu, Takashi Iwai

PCI fixes:

  - configure ASPM on the link from a PCI-to-PCIe bridge (avoids a NULL
    pointer dereference on topologies including these bridges)

The following changes since commit 4d191b1b63c209e37bf27938ef365244d3c41084:

  PCI/MSI: pci-xgene-msi: Fix CPU hotplug registration handling (2017-01-17 08:41:51 -0600)

are available in the git repository at:

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

for you to fetch changes up to 030305d69fc6963c16003f50d7e8d74b02d0a143:

  PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies (2017-01-27 15:00:45 -0600)

----------------------------------------------------------------
pci-v4.10-fixes-2

----------------------------------------------------------------
Bjorn Helgaas (1):
      PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies

 drivers/pci/pcie/aspm.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 23+ messages in thread
* [GIT PULL] PCI fixes for v4.10
@ 2017-01-19 14:27 Bjorn Helgaas
  0 siblings, 0 replies; 23+ messages in thread
From: Bjorn Helgaas @ 2017-01-19 14:27 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Marc Zyngier, Thomas Gleixner,
	Blake Moore, Martin Burnicki, Murali Karicheri, Joao Pinto,
	Kishon Vijay Abraham I

PCI fixes:

  - recognize that a PCI-to-PCIe bridge originates a PCIe hierarchy, so we
    enumerate that hierarchy correctly

  - X-Gene: fix a change merged for v4.10 that broke MSI

  - Keystone: avoid reading undefined registers, which can cause
    asynchronous external aborts

  - Supermicro X8DTH-i/6/iF/6F: ignore broken _CRS that caused us to change
    (and break) existing I/O port assignments

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.10-fixes-1

for you to fetch changes up to 4d191b1b63c209e37bf27938ef365244d3c41084:

  PCI/MSI: pci-xgene-msi: Fix CPU hotplug registration handling (2017-01-17 08:41:51 -0600)

----------------------------------------------------------------
pci-v4.10-fixes-1

----------------------------------------------------------------
Bjorn Helgaas (2):
      x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F
      PCI: Enumerate switches below PCI-to-PCIe bridges

Marc Zyngier (1):
      PCI/MSI: pci-xgene-msi: Fix CPU hotplug registration handling

Murali Karicheri (1):
      PCI: designware: Check for iATU unroll only on platforms that use ATU

 arch/x86/pci/acpi.c                | 10 ++++++++++
 drivers/pci/host/pci-xgene-msi.c   |  2 +-
 drivers/pci/host/pcie-designware.c | 10 +++++-----
 drivers/pci/probe.c                | 12 +++++++-----
 4 files changed, 23 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2017-05-06  9:03 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170208192054.GA31395@bhelgaas-glaptop.roam.corp.google.com>
2017-02-08 19:22 ` [GIT PULL] PCI fixes for v4.10 Bjorn Helgaas
2017-02-09  4:06   ` Lukas Wunner
2017-02-09 15:09     ` Bjorn Helgaas
2017-02-09 18:23       ` Raj, Ashok
2017-02-09 18:46         ` Raj, Ashok
2017-05-02  1:54           ` Lukas Wunner
2017-05-02  2:41             ` Sinan Kaya
2017-05-02 10:49               ` Lukas Wunner
2017-05-02 14:15                 ` Sinan Kaya
2017-05-02 18:48                 ` Bjorn Helgaas
2017-05-03 18:04             ` Raj, Ashok
2017-05-06  9:04               ` Lukas Wunner
2017-02-09 20:11       ` Bjorn Helgaas
2017-02-10 12:39         ` Rafael J. Wysocki
2017-02-11  2:39         ` Yinghai Lu
2017-02-11  7:13           ` Yinghai Lu
2017-02-12 19:05           ` Lukas Wunner
2017-02-13 12:10             ` Rafael J. Wysocki
2017-02-16 14:51 Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2017-02-02 16:18 Bjorn Helgaas
2017-02-02 16:30 ` Christoph Hellwig
2017-02-02 16:46   ` Bjorn Helgaas
2017-01-19 14:27 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).