Re: [U-Boot] [PATCH 02/25] dm: pci: Use driver model PCI API in auto-config

2015-11-17 Thread Bin Meng
Hi Simon, On Tue, Nov 17, 2015 at 11:53 AM, Simon Glass wrote: > At present we are using legacy functions even in the auto-configuration code > used by driver model. Add a new pci_auto.c version which uses the correct > API. > > Signed-off-by: Simon Glass > --- > > drivers/pci/Makefile |

[U-Boot] [PATCH 02/25] dm: pci: Use driver model PCI API in auto-config

2015-11-16 Thread Simon Glass
At present we are using legacy functions even in the auto-configuration code used by driver model. Add a new pci_auto.c version which uses the correct API. Signed-off-by: Simon Glass --- drivers/pci/Makefile | 6 +- drivers/pci/pci-uclass.c | 18 +-- drivers/pci/pci_auto.c | 387