PCI: brcmstb: Assert fundamental reset on initialization
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Thu, 7 May 2020 17:20:20 +0000 (19:20 +0200)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Mon, 11 May 2020 10:42:10 +0000 (11:42 +0100)
commit22e21e51ce755399fd42055a3f668ee4af370881
tree486263f42b9d8edd446bdcda43e7e4621c1c579b
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
PCI: brcmstb: Assert fundamental reset on initialization

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