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

2017-06-27 Thread Stefano Babic
On 26/06/2017 16:07, Soeren Moch wrote: > > > On 12.05.2017 21:58, Tim Harvey wrote: >> There is no dedicated reset signal wired up for the MX6QDL thus if the >> bootloader enables the link we need some special handling to get the core >> back into a state where it is safe to touch it for configu

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

2017-06-26 Thread Soeren Moch
On 12.05.2017 21:58, Tim Harvey wrote: > There is no dedicated reset signal wired up for the MX6QDL thus if the > bootloader enables the link we need some special handling to get the core > back into a state where it is safe to touch it for configuration. > > While there has been some special han

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

2017-05-12 Thread Soeren Moch
> There is no dedicated reset signal wired up for the MX6QDL thus if the > bootloader enables the link we need some special handling to get the core > back into a state where it is safe to touch it for configuration. > > While there has been some special handling in the Linux kernel to do this, > i