mbox series

[GIT,PULL] PCI fixes for v4.14

Message ID 20171006185054.GA23061@bhelgaas-glaptop.roam.corp.google.com
State Not Applicable
Headers show
Series [GIT,PULL] PCI fixes for v4.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.14-fixes-4

Message

Bjorn Helgaas Oct. 6, 2017, 6:50 p.m. UTC
PCI fixes:

  - fix legacy IDE probe issues exposed by recent PCI core IRQ mapping
    changes (Bartlomiej Zolnierkiewicz, Lorenzo Pieralisi)


The following changes since commit 9561475db680f7144d2223a409dd3d7e322aca03:

  PCI: Fix race condition with driver_override (2017-09-25 18:34:54 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.14-fixes-4

for you to fetch changes up to b1f9e5e355e909000fcccfd2bc31f7c1ded358ab:

  ide: fix IRQ assignment for PCI bus order probing (2017-10-03 14:03:31 -0500)

----------------------------------------------------------------
pci-v4.14-fixes-4

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (2):
      ide: free hwif->portdev on hwif_init() failure
      ide: pci: free PCI BARs on initialization failure

Lorenzo Pieralisi (1):
      ide: fix IRQ assignment for PCI bus order probing

 drivers/ide/ide-probe.c    |  1 +
 drivers/ide/ide-scan-pci.c | 13 +++++++---
 drivers/ide/setup-pci.c    | 63 +++++++++++++++++++++++++++++-----------------
 3 files changed, 50 insertions(+), 27 deletions(-)