Re: [U-Boot] [PATCHv3 02/15] dm: pci: return the real controller in pci_bus_to_hose()

2016-11-21 Thread Z.Q. Hou
Hi Simon, Thanks for your review! > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年11月18日 9:15 > To: Z.Q. Hou > Cc: U-Boot Mailing List ; Albert ARIBAUD > ;

Re: [U-Boot] [PATCHv3 02/15] dm: pci: return the real controller in pci_bus_to_hose()

2016-11-17 Thread Simon Glass
On 16 November 2016 at 02:48, Zhiqiang Hou wrote: > From: Minghuan Lian > > for the legacy PCI driver, the function pci_bus_to_hose() returns > the real PCIe controller. To keep consistency, this function is > changed to return the PCIe controller

[U-Boot] [PATCHv3 02/15] dm: pci: return the real controller in pci_bus_to_hose()

2016-11-16 Thread Zhiqiang Hou
From: Minghuan Lian for the legacy PCI driver, the function pci_bus_to_hose() returns the real PCIe controller. To keep consistency, this function is changed to return the PCIe controller pointer of the root bus instead of the current PCIe bus. Signed-off-by: Minghuan