mbox series

[GIT,PULL] PCI fixes for v6.14

Message ID 20250206194642.GA999100@bhelgaas (mailing list archive)
State Superseded
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI fixes for v6.14 | expand

Pull-request

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

Message

Bjorn Helgaas Feb. 6, 2025, 7:46 p.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6f64b83d9fe9729000a0616830cb1606945465d8:

  PCI/TPH: Restore TPH Requester Enable correctly (2025-02-06 10:30:11 -0600)

----------------------------------------------------------------
- When saving a device's state, always save the upstream bridge's PM L1
  Substates configuration as well because the bridge never saves its own
  state, and restoring a device needs the state for both ends; this was a
  regression that caused link and power management errors after
  suspend/resume (Ilpo Järvinen)

- Correct TPH Control Register write, where we wrote the ST Mode where the
  THP Requester Enable value was intended (Robin Murphy)

----------------------------------------------------------------
Ilpo Järvinen (1):
      PCI/ASPM: Fix L1SS saving

Robin Murphy (1):
      PCI/TPH: Restore TPH Requester Enable correctly

 drivers/pci/pcie/aspm.c | 3 ---
 drivers/pci/tph.c       | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 6, 2025, 11:12 p.m. UTC | #1
The pull request you sent on Thu, 6 Feb 2025 13:46:42 -0600:

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

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

Thank you!