Re: [PATCH] pci: pcie_dw_meson: fix usb fail when pci link fails to go up

2021-09-21 Thread Neil Armstrong
On 08/09/2021 14:32, Neil Armstrong wrote: > On Amlogic A311D, when the PCIe link fails disabling the related clocks > makes USB fail. For an unknown reason, this doesn happen on the S905D3 SoC. > > Mimic the Linux behavior by not considering a link failure a probe failure, > and continue even if

Re: [PATCH] pci: pcie_dw_meson: fix usb fail when pci link fails to go up

2021-09-08 Thread Bin Meng
On Wed, Sep 8, 2021 at 8:32 PM Neil Armstrong wrote: > > On Amlogic A311D, when the PCIe link fails disabling the related clocks > makes USB fail. For an unknown reason, this doesn happen on the S905D3 SoC. > > Mimic the Linux behavior by not considering a link failure a probe failure, > and