mbox series

[GIT,PULL] PCI fixes for v5.17

Message ID 20220129161547.GA352890@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.17-fixes-2

Message

Bjorn Helgaas Jan. 29, 2022, 4:15 p.m. UTC
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.17-fixes-2

for you to fetch changes up to 66d28b21fe6b3da8d1e9f0a7ba38bc61b6c547e1:

  PCI/sysfs: Find shadow ROM before static attribute initialization (2022-01-26 10:41:21 -0600)

----------------------------------------------------------------
PCI fixes:

  - Fix compilation warnings in new mt7621 driver (Sergio Paracuellos)

  - Restore the sysfs "rom" file for VGA shadow ROMs, which was broken when
    converting "rom" to be a static attribute (Bjorn Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (1):
      PCI/sysfs: Find shadow ROM before static attribute initialization

Sergio Paracuellos (2):
      PCI: mt7621: Drop of_match_ptr() to avoid unused variable
      PCI: mt7621: Remove unused function pcie_rmw()

 arch/ia64/pci/fixup.c                |  4 ++--
 arch/mips/loongson64/vbios_quirk.c   |  9 ++++-----
 arch/x86/pci/fixup.c                 |  4 ++--
 drivers/pci/controller/pcie-mt7621.c | 11 +----------
 4 files changed, 9 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 29, 2022, 5:07 p.m. UTC | #1
The pull request you sent on Sat, 29 Jan 2022 10:15:47 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.17-fixes-2

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

Thank you!