linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v4.9
@ 2016-11-11 18:40 Bjorn Helgaas
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2016-11-11 18:40 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Keith Busch, Shawn Lin, Heiko Stuebner,
	Rob Herring, Vecu Bosseur

PCI fixes:

  - Update MAINTAINERS for Intel VMD driver filename
  - Update Rockchip rk3399 host bridge driver DTS and resets
  - Fix ROM shadow problem that made some video device initialization fail


The following changes since commit 416379f9ebded501eda882e6af0a7aafc1866700:

  PCI: designware: Check for iATU unroll support after initializing host (2016-11-04 15:28:55 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.9-fixes-3

for you to fetch changes up to bc79c9851a76d76f269d9ef5150e180825650b67:

  PCI: VMD: Update filename to reflect move (2016-11-10 16:26:32 -0600)

----------------------------------------------------------------
pci-v4.9-fixes-3

----------------------------------------------------------------
Bjorn Helgaas (1):
      PCI: Don't attempt to claim shadow copies of ROM

Keith Busch (1):
      PCI: VMD: Update filename to reflect move

Shawn Lin (2):
      PCI: rockchip: Add three new resets as required properties
      arm64: dts: rockchip: add three new resets for rk3399 PCIe controller

 .../devicetree/bindings/pci/rockchip-pcie.txt      | 11 ++--
 MAINTAINERS                                        |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  7 ++-
 drivers/pci/host/pcie-rockchip.c                   | 62 ++++++++++++++++++++++
 drivers/pci/setup-res.c                            |  8 +++
 5 files changed, 84 insertions(+), 6 deletions(-)

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

* [GIT PULL] PCI fixes for v4.9
@ 2016-12-01 22:50 Bjorn Helgaas
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2016-12-01 22:50 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Johannes Thumshirn, Joao Pinto, Fabio Estevam

PCI fixes:

  - Fix Read Completion Boundary setting, which fixes a boot failure on
    IBM x3850 with Mellanox MT27500 ConnectX-3
  - Update some MAINTAINERS entries and email addresses


The following changes since commit bc79c9851a76d76f269d9ef5150e180825650b67:

  PCI: VMD: Update filename to reflect move (2016-11-10 16:26:32 -0600)

are available in the git repository at:

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

for you to fetch changes up to e42010d8207f9d15a605ceb8e321bcd9648071b0:

  PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX) (2016-11-23 16:23:55 -0600)

----------------------------------------------------------------
pci-v4.9-fixes-4

----------------------------------------------------------------
Fabio Estevam (2):
      MAINTAINERS: Update Richard Zhu's email address
      MAINTAINERS: Add devicetree binding to PCI i.MX6 entry

Joao Pinto (2):
      PCI: designware: Change maintainer to Joao Pinto
      PCI: designware-plat: Update author email

Johannes Thumshirn (2):
      PCI: Export pcie_find_root_port
      PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)

 MAINTAINERS                             | 13 ++++---------
 drivers/pci/host/pcie-designware-plat.c |  2 +-
 drivers/pci/pcie/aer/aer_inject.c       | 14 --------------
 drivers/pci/probe.c                     | 28 +++++++++++++++++++++++++++-
 include/linux/pci.h                     | 14 ++++++++++++++
 5 files changed, 46 insertions(+), 25 deletions(-)

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

* [GIT PULL] PCI fixes for v4.9
@ 2016-11-04 20:40 Bjorn Helgaas
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2016-11-04 20:40 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Niklas Cassel, Joao Pinto,
	Olof Johansson, James Le Cuirot, Srinivas Kandagatla

This includes:

  - Fix for a Qualcomm driver issue that causes a use-before-set crash
  - Fix for DesignWare iATU unroll support that causes external aborts when
    enabling the host bridge

The following changes since commit 02a1b8f4167eac709d269341f7c3c340984c28a6:

  PCI: designware-plat: Update author email address (2016-10-21 09:54:46 -0500)

are available in the git repository at:

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

for you to fetch changes up to 353bcdfda96306d855c825a2218683e4c1c04e49:

  PCI: designware: Check for iATU unroll support after initializing host (2016-11-02 11:24:28 -0500)

----------------------------------------------------------------
pci-v4.9-fixes-2

----------------------------------------------------------------
Niklas Cassel (1):
      PCI: designware: Check for iATU unroll support after initializing host

Srinivas Kandagatla (1):
      PCI: qcom: Fix pp->dev usage before assignment

 drivers/pci/host/pcie-designware.c | 7 +++++--
 drivers/pci/host/pcie-qcom.c       | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

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

* [GIT PULL] PCI fixes for v4.9
@ 2016-10-21 15:20 Bjorn Helgaas
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2016-10-21 15:20 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Joao Pinto, Marc Zyngier, Jose Abreu

This includes:

  - Fix for a Layerscape driver issue that causes a use-before-set crash
  - Maintainer update for the Synopsis prototyping device driver

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 02a1b8f4167eac709d269341f7c3c340984c28a6:

  PCI: designware-plat: Update author email address (2016-10-21 09:54:46 -0500)

----------------------------------------------------------------
pci-v4.9-fixes-1

----------------------------------------------------------------
Joao Pinto (2):
      PCI: designware-plat: Change maintainer to Jose Abreu
      PCI: designware-plat: Update author email address

Marc Zyngier (1):
      PCI: layerscape: Fix drvdata usage before assignment

 MAINTAINERS                             | 2 +-
 drivers/pci/host/pci-layerscape.c       | 2 +-
 drivers/pci/host/pcie-designware-plat.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2016-12-01 22:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 18:40 [GIT PULL] PCI fixes for v4.9 Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2016-12-01 22:50 Bjorn Helgaas
2016-11-04 20:40 Bjorn Helgaas
2016-10-21 15:20 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).