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

2017-05-11 Thread Peter Senna Tschudin
On Wed, May 10, 2017 at 03:10:37PM -0300, Fabio Estevam wrote: Hi Tim, > Hi Tim, > > Thanks for working on this! > > [Adding Peter and Jagan on Cc] > [snip] Thank you for working on this! Your patch worked for me, but I needed to add an "extern void imx_pcie_remove(void);" before calling the f

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

2017-05-14 Thread Peter Senna Tschudin
t; > Reviewed-by: Fabio Estevam > > Added Peter on Cc in case he could send his Tested-by tag. I confirm this patch solves my issues. Thank you Tim! Tested-by: Peter Senna Tschudin > > > --- > > arch/arm/imx-common/cpu.c | 3 +++ > > drivers/pci/pcie_imx