Re: [U-Boot] [PATCH] fsl_pci_init_port end-point initialization is broken

2009-11-04 Thread Kumar Gala
On Nov 2, 2009, at 9:05 AM, Ed Swarthout wrote: commit 70ed869e broke fsl pcie end-point initialization. Returning 0 is not correct. The function must return the first free bus number for the next controller. fsl_pci_init() must still be called and a bus allocated even if the controller

[U-Boot] [PATCH] fsl_pci_init_port end-point initialization is broken

2009-11-02 Thread Ed Swarthout
commit 70ed869e broke fsl pcie end-point initialization. Returning 0 is not correct. The function must return the first free bus number for the next controller. fsl_pci_init() must still be called and a bus allocated even if the controller is an end-point. Signed-off-by: Ed Swarthout