linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v5.14
@ 2021-07-10  0:22 Bjorn Helgaas
  2021-07-10 19:08 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2021-07-10  0:22 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Guenter Roeck, Kai-Heng Feng

The following changes since commit 50be9417e23af5a8ac860d998e1e3f06b8fd79d7:

  Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-block (2021-07-09 12:17:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 62efe3eebc8bfc351961eee769a5c2fc30221451:

  Revert "PCI: Coalesce host bridge contiguous apertures" (2021-07-09 18:51:46 -0500)


This is a clean revert for a regression that was just reported, so it
hasn't been through linux-next yet, but I'd like to merge this before -rc1
so we don't release it with a known regression.

----------------------------------------------------------------

PCI fixes:

  - Revert host bridge window patch that fixed HP EliteDesk 805 G6, but
    broke ppc:sam460ex (Bjorn Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (1):
      Revert "PCI: Coalesce host bridge contiguous apertures"

 drivers/pci/probe.c | 52 +++++-----------------------------------------------
 1 file changed, 5 insertions(+), 47 deletions(-)

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

* Re: [GIT PULL] PCI fixes for v5.14
  2021-07-10  0:22 [GIT PULL] PCI fixes for v5.14 Bjorn Helgaas
@ 2021-07-10 19:08 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-07-10 19:08 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Guenter Roeck, Kai-Heng Feng

The pull request you sent on Fri, 9 Jul 2021 19:22:45 -0500:

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

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

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.14
  2021-08-20 15:01 Bjorn Helgaas
@ 2021-08-20 20:09 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-08-20 20:09 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Rahul Tanwar, Jim Quinlan, Marcin Bachry,
	Krzysztof Wilczyński, Greg KH

The pull request you sent on Fri, 20 Aug 2021 10:01:28 -0500:

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

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

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.14
@ 2021-08-20 15:01 Bjorn Helgaas
  2021-08-20 20:09 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2021-08-20 15:01 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Rahul Tanwar,
	Jim Quinlan, Marcin Bachry, Krzysztof Wilczyński, Greg KH

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 045a9277b5615846c7b662ffaba84e781f08a172:

  PCI/sysfs: Use correct variable for the legacy_mem sysfs object (2021-08-19 10:21:53 -0500)


N.B. The sysfs fix will cause a trivial conflict when Greg's
driver-core tree is merged during the v5.15 merge window.

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

  - Add Rahul Tanwar as Intel LGM Gateway PCIe maintainer (Rahul Tanwar)

  - Add Jim Quinlan et al as Broadcom STB PCIe maintainers (Jim Quinlan)

  - Increase D3hot-to-D0 delay for AMD Renoir/Cezanne XHCI (Marcin Bachry)

  - Correct iomem_get_mapping() usage for legacy_mem sysfs (Krzysztof
    Wilczyński)

----------------------------------------------------------------
Jim Quinlan (1):
      MAINTAINERS: Add Jim Quinlan et al as Broadcom STB PCIe maintainers

Krzysztof Wilczyński (1):
      PCI/sysfs: Use correct variable for the legacy_mem sysfs object

Marcin Bachry (1):
      PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI

Rahul Tanwar (1):
      MAINTAINERS: Add Rahul Tanwar as Intel LGM Gateway PCIe maintainer

 MAINTAINERS             | 17 +++++++++++++++++
 drivers/pci/pci-sysfs.c |  2 +-
 drivers/pci/quirks.c    |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)

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

end of thread, other threads:[~2021-08-20 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-10  0:22 [GIT PULL] PCI fixes for v5.14 Bjorn Helgaas
2021-07-10 19:08 ` pr-tracker-bot
2021-08-20 15:01 Bjorn Helgaas
2021-08-20 20:09 ` 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).