Re: [PATCH] pci: pcie-brcmstb: bring over some robustness improvements from Linux

2023-08-31 Thread Tom Rini
On Mon, Aug 14, 2023 at 04:34:13PM -0600, Sam Edwards wrote: > Since the initial U-Boot driver was ported here from Linux, the latter > has had a few changes for robustness/stability. This patch brings over > two of them: > - Do not attempt to access the configuration space of a PCIe device if >

[PATCH] pci: pcie-brcmstb: bring over some robustness improvements from Linux

2023-08-14 Thread Sam Edwards
Since the initial U-Boot driver was ported here from Linux, the latter has had a few changes for robustness/stability. This patch brings over two of them: - Do not attempt to access the configuration space of a PCIe device if the link has gone down, as that will result in an asynchronous SError