These are from an old series from Yinghai [1] that fix some issues on sparc64. The v1 posting is at [2]. [1] https://lkml.kernel.org/r/20170421050500.13957-1-yinghai@xxxxxxxxxx [2] https://lkml.kernel.org/r/20180215151118.196756.99622.stgit@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Changes from v1: - In v1, I reserved the "Video ROM" and "System ROM" regions from system memory, not from the PCI bus address space. In v2, I removed those reservations completely because they seem to be copied from x86 and are not applicable on sparc. --- Bjorn Helgaas (1): sparc/PCI: Stop reserving System ROM and Video ROM in PCI space Yinghai Lu (1): sparc/PCI: Support arbitrary host bridge address offset arch/sparc/kernel/pci.c | 6 ++-- arch/sparc/kernel/pci_common.c | 54 +++++++++++++++++++--------------------- arch/sparc/kernel/pci_impl.h | 4 +++ 3 files changed, 33 insertions(+), 31 deletions(-)