[GIT PULL] PCI changes for v6.14
From: Bjorn Helgaas
Date: Fri Jan 31 2025 - 15:34:26 EST
The following changes since commit 647d69605c70368d54fc012fce8a43e8e5955b04:
Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci (2025-01-25 16:03:40 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git pci-v6.14-fixes-1
for you to fetch changes up to d555ed45a5a10a813528c7685f432369d536ae3d:
PCI: Restore original INTX_DISABLE bit by pcim_intx() (2025-01-27 12:55:12 -0600)
----------------------------------------------------------------
- Save the original INTX_DISABLE bit at the first pcim_intx() call and
restore that at devres cleanup instead of restoring the opposite of the
most recent enable/disable pcim_intx() argument, which was wrong when a
driver called pcim_intx() multiple times or with the already enabled
state (Takashi Iwai)
----------------------------------------------------------------
Takashi Iwai (1):
PCI: Restore original INTX_DISABLE bit by pcim_intx()
drivers/pci/devres.c | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)