PCI: brcmstb: Assert fundamental reset on initialization
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Thu, 7 May 2020 17:20:20 +0000 (19:20 +0200)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:34:11 +0000 (16:34 +0100)
commitaf0a543c9ec365d471f8f2130186a5cd7629b9fc
tree105e49a63504dc5da78f687d18f614d331d77f0a
parent1d204cd1324166221775bc13aab83d07ed85a13f
PCI: brcmstb: Assert fundamental reset on initialization

commit 22e21e51ce755399fd42055a3f668ee4af370881 upstream.

While preparing the driver for upstream this detail was missed.

If not asserted during the initialization process, devices connected on
the bus will not be made aware of the internal reset happening. This,
potentially resulting in unexpected behavior.

Link: https://lore.kernel.org/r/20200507172020.18000-1-nsaenzjulienne@suse.de
Fixes: c0452137034b ("PCI: brcmstb: Add Broadcom STB PCIe host controller driver")
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/pci/controller/pcie-brcmstb.c