Re: [U-Boot] [PATCH v5 3/8] dm: pci: Avoid using pci_bus_to_hose() in the uclass

2016-01-18 Thread Bin Meng
On Tue, Jan 19, 2016 at 11:19 AM, Simon Glass wrote: > This function is only available for compatibility with old code. Avoid > using it in the uclass. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > Tested-by: Bin Meng > --- > > Changes in v5: None > Changes in v4: None > Changes in v

[U-Boot] [PATCH v5 3/8] dm: pci: Avoid using pci_bus_to_hose() in the uclass

2016-01-18 Thread Simon Glass
This function is only available for compatibility with old code. Avoid using it in the uclass. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Tested-by: Bin Meng --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/pci/pci_auto.c | 14 +++---