* [GIT PULL] PCI fixes for v6.14
@ 2025-02-06 19:46 Bjorn Helgaas
2025-02-06 23:12 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2025-02-06 19:46 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Robin Murphy,
Wei Huang, Ilpo Järvinen, Niklāvs Koļesņikovs,
Rafael J. Wysocki, Paul Menzel, Tasev Nikola
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] PCI fixes for v6.14
2025-02-06 19:46 Bjorn Helgaas
@ 2025-02-06 23:12 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-02-06 23:12 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Robin Murphy,
Wei Huang, Ilpo Järvinen, Niklāvs Koļesņikovs,
Rafael J. Wysocki, Paul Menzel, Tasev Nikola
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!
--
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 v6.14
@ 2025-02-14 23:49 Bjorn Helgaas
2025-02-15 0:53 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2025-02-14 23:49 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam,
Marek Marczykowski-Górecki, Alex Williamson, Oleg Nesterov
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-3
for you to fetch changes up to 81f64e925c29fe6e99f04b131fac1935ac931e81:
PCI: Avoid FLR for Mediatek MT7922 WiFi (2025-02-13 08:36:54 -0600)
----------------------------------------------------------------
- Update a BUILD_BUG_ON() usage that works on current compilers, but breaks
compilation on gcc 5.3.1 (Alex Williamson)
- Avoid use of FLR for Mediatek MT7922 WiFi; the device previously worked
after a long timeout and fallback to SBR, but after a recent RRS change
it doesn't work at all after FLR (Bjorn Helgaas)
----------------------------------------------------------------
Alex Williamson (1):
PCI: Fix BUILD_BUG_ON usage for old gcc
Bjorn Helgaas (1):
PCI: Avoid FLR for Mediatek MT7922 WiFi
drivers/pci/probe.c | 5 +++--
drivers/pci/quirks.c | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] PCI fixes for v6.14
2025-02-14 23:49 [GIT PULL] PCI fixes for v6.14 Bjorn Helgaas
@ 2025-02-15 0:53 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-02-15 0:53 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam,
Marek Marczykowski-Górecki, Alex Williamson, Oleg Nesterov
The pull request you sent on Fri, 14 Feb 2025 17:49:04 -0600:
> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.14-fixes-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/78a632a2086c5d5468b0e088a97b26e47c569567
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
end of thread, other threads:[~2025-02-15 0:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14 23:49 [GIT PULL] PCI fixes for v6.14 Bjorn Helgaas
2025-02-15 0:53 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-02-06 19:46 Bjorn Helgaas
2025-02-06 23:12 ` 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