mbox series

[GIT,PULL] PCI fixes for v5.19

Message ID 20220602184913.GA36164@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v5.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.19-fixes-1

Message

Bjorn Helgaas June 2, 2022, 6:49 p.m. UTC
The following changes since commit 3cc30140dbe2df9b5ac000898e0ae3d1df980f2c:

  Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci (2022-05-27 15:25:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.19-fixes-1

for you to fetch changes up to 833e53a4ffe92e742e99347c68d99dc33986598b:

  MAINTAINERS: Update Lorenzo Pieralisi's email address (2022-05-31 15:06:19 -0500)

----------------------------------------------------------------
PCI fixes:

  - Revert brcmstb patches that broke booting on Raspberry Pi Compute
    Module 4 (Bjorn Helgaas)

  - Fix bridge_d3_blacklist[] error that overwrote the existing Gigabyte
    X299 entry instead of adding a new one (Bjorn Helgaas)

  - Update Lorenzo Pieralisi's email address in MAINTAINERS (Lorenzo
    Pieralisi)

----------------------------------------------------------------
Bjorn Helgaas (5):
      Revert "PCI: brcmstb: Do not turn off WOL regulators on suspend"
      Revert "PCI: brcmstb: Add control of subdevice voltage regulators"
      Revert "PCI: brcmstb: Add mechanism to turn on subdev regulators"
      Revert "PCI: brcmstb: Split brcm_pcie_setup() into two funcs"
      PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299

Lorenzo Pieralisi (1):
      MAINTAINERS: Update Lorenzo Pieralisi's email address

 .mailmap                              |   1 +
 MAINTAINERS                           |  16 +--
 drivers/pci/controller/pcie-brcmstb.c | 257 ++++------------------------------
 drivers/pci/pci.c                     |   2 +
 4 files changed, 41 insertions(+), 235 deletions(-)

Comments

pr-tracker-bot@kernel.org June 2, 2022, 7:57 p.m. UTC | #1
The pull request you sent on Thu, 2 Jun 2022 13:49:13 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.19-fixes-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c399c85d60a4295bd911d366399a97df2865fb86

Thank you!