Re: [U-Boot] [PATCH V2] pci: mx6: Implement reset callback

2014-02-11 Thread Stefano Babic
On 03/02/2014 21:46, Marek Vasut wrote: Add a callback so that a board can implement it's own specific routine to toggle the port's #PERST line or #define a GPIO to do so. Signed-off-by: Marek Vasut ma...@denx.de --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

[U-Boot] [PATCH V2] pci: mx6: Implement reset callback

2014-02-03 Thread Marek Vasut
Add a callback so that a board can implement it's own specific routine to toggle the port's #PERST line or #define a GPIO to do so. Signed-off-by: Marek Vasut ma...@denx.de --- drivers/pci/pcie_imx.c | 47 --- 1 file changed, 44 insertions(+), 3