]>
xen/arm: make pci_host_common_probe return the bridge
authorOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Thu, 12 Jun 2025 11:16:21 +0000 (11:16 +0000)
committerStefano Stabellini <stefano.stabellini@amd.com>
Tue, 17 Jun 2025 22:32:39 +0000 (15:32 -0700)
commitfdff9cfdda03962591c2fae06e15370db160f139
tree08e09034b21daaf17c44d3337b230c6a026d204f
parent92b72ab868c7fe2eb219e69bb1dfdd5fac9a1cf1
xen/arm: make pci_host_common_probe return the bridge

Some of the PCI host bridges require additional processing during the
probe phase. For that they need to access struct bridge of the probed
host, so return pointer to the new bridge from pci_host_common_probe.

Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Signed-off-by: Mykyta Poturai <mykyta_poturai@epam.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/include/asm/pci.h
xen/arch/arm/pci/pci-host-common.c
xen/arch/arm/pci/pci-host-generic.c
xen/arch/arm/pci/pci-host-zynqmp.c