mbox series

[GIT,PULL] PCI changes for v6.14

Message ID 20250131203417.GA697126@bhelgaas (mailing list archive)
State Accepted
Commit 0c0746f9dcd6f42e742d2813f9044e12f1497f8a
Headers show
Series [GIT,PULL] PCI changes for v6.14 | expand

Pull-request

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

Message

Bjorn Helgaas Jan. 31, 2025, 8:34 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 31, 2025, 11:48 p.m. UTC | #1
The pull request you sent on Fri, 31 Jan 2025 14:34:17 -0600:

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

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

Thank you!