]> git.ipfire.org Git - thirdparty/linux.git/commit
PCI: xgene-msi: Probe as a standard platform driver
authorMarc Zyngier <maz@kernel.org>
Tue, 8 Jul 2025 17:34:02 +0000 (18:34 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 22 Jul 2025 20:33:16 +0000 (15:33 -0500)
commitcd5ffaf2b1a85f507e668b773575baf77aa6a6d3
treeff8257d54ae603594692808989548619a628e3b1
parent3cc8f625e4c6a0e9f936da6b94166e62e387fe1d
PCI: xgene-msi: Probe as a standard platform driver

Now that we have made the dependency between the PCI driver and
the MSI driver explicit, there is no need to use subsys_initcall()
as a probing hook, and we can rely on builtin_platform_driver()
instead.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20250708173404.1278635-12-maz@kernel.org
drivers/pci/controller/pci-xgene-msi.c