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

2016-11-10 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 Lian Signed-off-by: Hou Zh

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

2016-11-11 Thread Simon Glass
On 10 November 2016 at 03:58, 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 pointer of the root bus > instead of the current