Re: [U-Boot] [PATCHv5 03/17] dm: pci: remove pci_bus_to_hose(0) calling

2016-12-13 Thread Z.Q. Hou
Hi Bin, Thanks for your review! B.R Zhiqiang > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: 2016年12月13日 15:48 > To: Z.Q. Hou > Cc: U-Boot Mailing List ; Albert ARIBAUD > ; Prabhakar

Re: [U-Boot] [PATCHv5 03/17] dm: pci: remove pci_bus_to_hose(0) calling

2016-12-12 Thread Bin Meng
On Tue, Dec 13, 2016 at 2:54 PM, Zhiqiang Hou wrote: > From: Minghuan Lian > > There may be multiple PCIe controllers in a SoC. > It is not correct that always calling pci_bus_to_hose(0) to get > the first PCIe controller for the PCIe device connected

[U-Boot] [PATCHv5 03/17] dm: pci: remove pci_bus_to_hose(0) calling

2016-12-12 Thread Zhiqiang Hou
From: Minghuan Lian There may be multiple PCIe controllers in a SoC. It is not correct that always calling pci_bus_to_hose(0) to get the first PCIe controller for the PCIe device connected other controllers. We just remove this calling because hose always point the correct