Re: [U-Boot] [PATCH v2 04/26] dm: pci: Use driver model PCI API in auto-config

2015-12-13 Thread Simon Glass
Applied to u-boot-dm/next. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 04/26] dm: pci: Use driver model PCI API in auto-config

2015-12-03 Thread Bin Meng
On Mon, Nov 30, 2015 at 4:17 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. > > Create a new pci_internal.h header to hold functions that are used within > the

[U-Boot] [PATCH v2 04/26] dm: pci: Use driver model PCI API in auto-config

2015-11-29 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. Create a new pci_internal.h header to hold functions that are used within the PCI subsystem, but are not exported to other drivers. Signed-of