Re: [U-Boot] [PATCH] drivers: pci: imx: fix imx_pcie_remove function

2017-10-12 Thread Fabio Estevam
Hi David, On Wed, Oct 11, 2017 at 5:18 AM, David Müller (ELSOFT AG) wrote: > Hi Fabio > > Fabio Estevam wrote: >> From: Sven-Ola Tuecke >> >> However, at least on some i.MX6 custom boards, when calling > > By "some", I assume that not all i.MX6 systems are showing this > behaviour. Does anyone h

Re: [U-Boot] [PATCH] drivers: pci: imx: fix imx_pcie_remove function

2017-10-12 Thread Stefano Babic
On 05/10/2017 13:46, Fabio Estevam wrote: > From: Sven-Ola Tuecke > > We have at least a minor count of boards, that failed to re-initialize > PCI express in the Linux kernel. Typical failure rate is 20% on affected > boards. This is mitigated by commit 6ecbe1375671 ("drivers: pci: imx: > add imx

Re: [U-Boot] [PATCH] drivers: pci: imx: fix imx_pcie_remove function

2017-10-11 Thread ELSOFT AG
Hi Fabio Fabio Estevam wrote: > From: Sven-Ola Tuecke > > However, at least on some i.MX6 custom boards, when calling By "some", I assume that not all i.MX6 systems are showing this behaviour. Does anyone have an idea which systems are affected and which are not? > assert_core_reset() as part

Re: [U-Boot] [PATCH] drivers: pci: imx: fix imx_pcie_remove function

2017-10-10 Thread Fabio Estevam
Hi David, On Thu, Oct 5, 2017 at 8:46 AM, Fabio Estevam wrote: > From: Sven-Ola Tuecke > > We have at least a minor count of boards, that failed to re-initialize > PCI express in the Linux kernel. Typical failure rate is 20% on affected > boards. This is mitigated by commit 6ecbe1375671 ("driver