]> www.infradead.org Git - users/dwmw2/linux.git/commit
PCI: brcmstb: Assert fundamental reset on initialization
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Thu, 7 May 2020 17:20:20 +0000 (19:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:48:42 +0000 (17:48 +0200)
commitf8fecfdd695a00a333a7fbb48e9641492b63f4b6
tree729c2f5270cf1dc8ab9daa55ea504dba2922311a
parenteade79161e9d71628eed58be72e065e18c31ef08
PCI: brcmstb: Assert fundamental reset on initialization

[ Upstream commit 22e21e51ce755399fd42055a3f668ee4af370881 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pci/controller/pcie-brcmstb.c