]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: brcmstb: Wait for Raspberry Pi's firmware when present
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Tue, 5 May 2020 16:13:16 +0000 (18:13 +0200)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Wed, 13 May 2020 09:53:23 +0000 (10:53 +0100)
commitd95881bc4184e366466c3ba041afa3db100e4bdc
tree601d0a44755d684af4f620cfbf466136f63a70d5
parent729d357af5ac7e5138dc1cb7be9058c94f7f95ab
PCI: brcmstb: Wait for Raspberry Pi's firmware when present

xHCI's PCI fixup, run at the end of pcie-brcmstb's probe, depends on
RPi4's VideoCore firmware interface to be up and running. It's possible
for both initializations to race, so make sure it's available prior to
starting.

Link: https://lore.kernel.org/r/20200505161318.26200-4-nsaenzjulienne@suse.de
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
drivers/pci/controller/pcie-brcmstb.c