linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v5.19
@ 2022-06-17 20:01 Bjorn Helgaas
  2022-06-17 20:23 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2022-06-17 20:01 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Hans de Goede,
	Guilherme G. Piccoli, Andy Shevchenko, Benjamin Coddington,
	Rafael J . Wysocki, Mika Westerberg, Krzysztof Wilczyński,
	Myron Stowe, Juha-Pekka Heikkila, Thomas Gleixner, Ingo Molnar,
	Borislav Petkov, H . Peter Anvin

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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-2

for you to fetch changes up to a2b36ffbf5b6ec301e61249c8b09e610bc80772f:

  x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions" (2022-06-17 14:24:14 -0500)

I rebased this to add more reporters and testers.  The patch itself
appeared in next-20220617.

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

  - Revert clipping of PCI host bridge windows to avoid E820 regions, which
    broke several machines by forcing unnecessary BAR reassignments (Hans
    de Goede)

----------------------------------------------------------------
Hans de Goede (1):
      x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"

 arch/x86/include/asm/e820/api.h |  5 -----
 arch/x86/include/asm/pci_x86.h  |  8 ++++++++
 arch/x86/kernel/resource.c      | 14 +++++++++-----
 arch/x86/pci/acpi.c             |  8 +-------
 4 files changed, 18 insertions(+), 17 deletions(-)

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

* Re: [GIT PULL] PCI fixes for v5.19
  2022-06-17 20:01 [GIT PULL] PCI fixes for v5.19 Bjorn Helgaas
@ 2022-06-17 20:23 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-17 20:23 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Hans de Goede, Guilherme G. Piccoli, Andy Shevchenko,
	Benjamin Coddington, Rafael J . Wysocki, Mika Westerberg,
	Krzysztof Wilczyński, Myron Stowe, Juha-Pekka Heikkila,
	Thomas Gleixner, Ingo Molnar, Borislav Petkov, H . Peter Anvin

The pull request you sent on Fri, 17 Jun 2022 15:01:41 -0500:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] PCI fixes for v5.19
  2022-06-02 18:49 Bjorn Helgaas
@ 2022-06-02 19:57 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-02 19:57 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Rafael J. Wysocki, Cyril Brulebois, Jim Quinlan

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* [GIT PULL] PCI fixes for v5.19
@ 2022-06-02 18:49 Bjorn Helgaas
  2022-06-02 19:57 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2022-06-02 18:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Rafael J. Wysocki,
	Cyril Brulebois, Jim Quinlan

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(-)

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

end of thread, other threads:[~2022-06-17 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17 20:01 [GIT PULL] PCI fixes for v5.19 Bjorn Helgaas
2022-06-17 20:23 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-06-02 18:49 Bjorn Helgaas
2022-06-02 19:57 ` pr-tracker-bot

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).