linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v6.2
@ 2023-01-13 18:15 Bjorn Helgaas
  2023-01-13 23:36 ` pr-tracker-bot
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2023-01-13 18:15 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Lukas Bulwahn, Kan Liang, Tony Luck,
	Giovanni Cabiddu, Yunying Sun, Baowen Zheng, Zhenzhong Duan,
	Yang Lixiao, Dan Williams, Rafael J. Wysocki

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v6.2-fixes-1

for you to fetch changes up to fd3a8cff4d4a4acb0af49dd947c822717c053cf7:

  x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space (2023-01-13 11:53:54 -0600)

----------------------------------------------------------------
- Work around apparent firmware issue that made Linux reject MMCONFIG
  space, which broke PCI extended config space (Bjorn Helgaas)

- Fix CONFIG_PCIE_BT1 dependency due to mid-air collision between a
  PCI_MSI_IRQ_DOMAIN -> PCI_MSI change and addition of PCIE_BT1 (Lukas
  Bulwahn)

----------------------------------------------------------------
Bjorn Helgaas (2):
      x86/pci: Simplify is_mmconf_reserved() messages
      x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space

Lukas Bulwahn (1):
      PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAIN

 arch/x86/pci/mmconfig-shared.c     | 44 ++++++++++++++++++++++++++++++++------
 drivers/pci/controller/dwc/Kconfig |  2 +-
 2 files changed, 39 insertions(+), 7 deletions(-)

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

* Re: [GIT PULL] PCI fixes for v6.2
  2023-01-13 18:15 [GIT PULL] PCI fixes for v6.2 Bjorn Helgaas
@ 2023-01-13 23:36 ` pr-tracker-bot
  0 siblings, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2023-01-13 23:36 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Lukas Bulwahn, Kan Liang, Tony Luck,
	Giovanni Cabiddu, Yunying Sun, Baowen Zheng, Zhenzhong Duan,
	Yang Lixiao, Dan Williams, Rafael J. Wysocki

The pull request you sent on Fri, 13 Jan 2023 12:15:09 -0600:

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

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

Thank you!

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

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

* Re: [GIT PULL] PCI fixes for v6.2
  2023-02-10 21:57 Bjorn Helgaas
  2023-02-10 22:22 ` Linus Torvalds
@ 2023-02-10 22:37 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2023-02-10 22:37 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Thomas Witt, Vidya Sagar,
	Tasev Nikola, Mark Enriquez, Rafael J. Wysocki

The pull request you sent on Fri, 10 Feb 2023 15:57:35 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.2-fixes-2

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

Thank you!

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

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

* Re: [GIT PULL] PCI fixes for v6.2
  2023-02-10 21:57 Bjorn Helgaas
@ 2023-02-10 22:22 ` Linus Torvalds
  2023-02-10 22:37 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2023-02-10 22:22 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Thomas Witt, Vidya Sagar,
	Tasev Nikola, Mark Enriquez, Rafael J. Wysocki

On Fri, Feb 10, 2023 at 1:57 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> Note that we're moving PCI development to a shared git tree, so this
> pull request refers to the new tree.

Yeah, I saw the linux-next note, so I knew to expect it.

But thanks for the clarification regardless - the fewer surprises I
have in pull requests, the happier I tend to be ;)

               Linus

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

* [GIT PULL] PCI fixes for v6.2
@ 2023-02-10 21:57 Bjorn Helgaas
  2023-02-10 22:22 ` Linus Torvalds
  2023-02-10 22:37 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2023-02-10 21:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Thomas Witt, Vidya Sagar,
	Tasev Nikola, Mark Enriquez, Rafael J. Wysocki

Note that we're moving PCI development to a shared git tree, so this
pull request refers to the new tree.

The reverts fix suspend/resume issues that appeared in v6.1.  They've
been in linux-next since Feb 6, but I updated the commit logs today to
add more details.

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.2-fixes-2

for you to fetch changes up to ff209ecc376a2ea8dd106a1f594427a5d94b7dd3:

  Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming" (2023-02-10 15:30:24 -0600)

----------------------------------------------------------------
- Move to a shared PCI git tree (Bjorn Helgaas)

- Add Krzysztof Wilczyński as another PCI maintainer (Lorenzo Pieralisi)

- Revert a couple ASPM patches to fix suspend/resume regressions (Bjorn
  Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (3):
      MAINTAINERS: Move to shared PCI tree
      Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"
      Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming"

Lorenzo Pieralisi (1):
      MAINTAINERS: Promote Krzysztof to PCI controller maintainer

 MAINTAINERS             |  12 +++---
 drivers/pci/pci.c       |   7 ----
 drivers/pci/pci.h       |   4 --
 drivers/pci/pcie/aspm.c | 109 +++++++++++++++---------------------------------
 4 files changed, 39 insertions(+), 93 deletions(-)

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

end of thread, other threads:[~2023-02-10 22:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 18:15 [GIT PULL] PCI fixes for v6.2 Bjorn Helgaas
2023-01-13 23:36 ` pr-tracker-bot
2023-02-10 21:57 Bjorn Helgaas
2023-02-10 22:22 ` Linus Torvalds
2023-02-10 22:37 ` 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).