[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250214234904.GA174406@bhelgaas>
Date: Fri, 14 Feb 2025 17:49:04 -0600
From: Bjorn Helgaas <helgaas@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Krzysztof Wilczyński <kwilczynski@...nel.org>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
Marek Marczykowski-Górecki <marmarek@...isiblethingslab.com>,
Alex Williamson <alex.williamson@...hat.com>,
Oleg Nesterov <oleg@...hat.com>
Subject: [GIT PULL] PCI fixes for v6.14
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(-)
Powered by blists - more mailing lists