mbox series

[GIT,PULL] PCI fixes for v6.14

Message ID 20250214234904.GA174406@bhelgaas (mailing list archive)
State Accepted
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-3

Message

Bjorn Helgaas Feb. 14, 2025, 11:49 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-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(-)

Comments

pr-tracker-bot@kernel.org Feb. 15, 2025, 12:53 a.m. UTC | #1
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!