[PATCH v1 0/3] PCI fixes for s390

Farhan Ali posted 3 patches 3 months, 2 weeks ago
There is a newer version of this series
arch/s390/include/asm/pci.h        |  1 -
arch/s390/pci/pci.c                | 74 ++++++++++++++++++++++++++++++
arch/s390/pci/pci_irq.c            |  9 +---
drivers/pci/host-bridge.c          |  4 +-
drivers/pci/hotplug/s390_pci_hpc.c | 10 +++-
drivers/pci/pci.c                  |  5 +-
drivers/pci/slot.c                 | 14 ++++--
include/linux/pci.h                |  1 +
8 files changed, 100 insertions(+), 18 deletions(-)
[PATCH v1 0/3] PCI fixes for s390
Posted by Farhan Ali 3 months, 2 weeks ago
Hi,

I came across some issues in PCI code for s390 while working on VFIO error
recovery for s390 PCI devices [1]. These patches can be indepedently applied and
has no depedency on error recovery patch series. We would like to get these
patches merged as they do fix some existing issues.

[1] https://lore.kernel.org/all/20250924171628.826-1-alifm@linux.ibm.com/


Thanks
Farhan

Farhan Ali (3):
  PCI: Allow per function PCI slots
  s390/pci: Add architecture specific resource/bus address translation
  s390/pci: Restore IRQ unconditionally for the zPCI device

 arch/s390/include/asm/pci.h        |  1 -
 arch/s390/pci/pci.c                | 74 ++++++++++++++++++++++++++++++
 arch/s390/pci/pci_irq.c            |  9 +---
 drivers/pci/host-bridge.c          |  4 +-
 drivers/pci/hotplug/s390_pci_hpc.c | 10 +++-
 drivers/pci/pci.c                  |  5 +-
 drivers/pci/slot.c                 | 14 ++++--
 include/linux/pci.h                |  1 +
 8 files changed, 100 insertions(+), 18 deletions(-)

-- 
2.43.0