Skip to content

Commit 2294059

Browse files
Stanimir Varbanovkwilczynski
authored andcommitted
PCI: brcmstb: Add a softdep to MIP MSI-X driver
Then the brcmstb PCIe driver and MIP MSI-X interrupt controller drivers are built as modules there could be a race in probing. To avoid this, add a softdep to MIP driver to guarantee that MIP driver will be load first. Signed-off-by: Stanimir Varbanov <svarbanov@suse.de> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Ivan T. Ivanov <iivanov@suse.de> Link: https://lore.kernel.org/r/20250224083559.47645-5-svarbanov@suse.de [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
1 parent 32c6c05 commit 2294059

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pci/controller/pcie-brcmstb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,3 +1945,4 @@ module_platform_driver(brcm_pcie_driver);
19451945
MODULE_LICENSE("GPL");
19461946
MODULE_DESCRIPTION("Broadcom STB PCIe RC driver");
19471947
MODULE_AUTHOR("Broadcom");
1948+
MODULE_SOFTDEP("pre: irq_bcm2712_mip");

0 commit comments

Comments
 (0)