Skip to content

Commit 41240eb

Browse files
Stanimir Varbanovopsiff
authored andcommitted
PCI: brcmstb: Add a softdep to MIP MSI-X driver
[ Upstream commit 2294059 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org> (cherry picked from commit a1a5e783d7cab69fa5c87191de8e4b5e3c802fd5)
1 parent f3bb1b5 commit 41240eb

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
@@ -1632,3 +1632,4 @@ module_platform_driver(brcm_pcie_driver);
16321632
MODULE_LICENSE("GPL");
16331633
MODULE_DESCRIPTION("Broadcom STB PCIe RC driver");
16341634
MODULE_AUTHOR("Broadcom");
1635+
MODULE_SOFTDEP("pre: irq_bcm2712_mip");

0 commit comments

Comments
 (0)