[PATCH v2] PCI: host-generic: Move bridge allocation outside of pci_host_common_init()

Manivannan Sadhasivam manivannan.sadhasivam at oss.qualcomm.com
Tue Nov 25 06:11:25 PST 2025


On Tue, 25 Nov 2025 10:27:26 +0000, Marc Zyngier wrote:
> Having the host bridge allocation inside pci_host_common_init() results
> in a lot of complexity in the pcie-apple driver (the only direct user
> of this function outside of core PCI code).
> 
> It forces the allocation of driver-specific tracking structures outside
> of the bridge allocation, which in turn requires it to use inefficient
> data structures to match the bridge and the private structure as needed.
> 
> [...]

Applied, thanks!

[1/1] PCI: host-generic: Move bridge allocation outside of pci_host_common_init()
      commit: b1e24e05e1408602d3414b95031242bbaa72226a

Best regards,
-- 
Manivannan Sadhasivam <mani at kernel.org>




More information about the linux-arm-kernel mailing list