[U-Boot] [PATCH 07/14] dm: pci: Move common auto-config functions to a common file

2015-11-12 Thread Simon Glass
Some functions will be used by driver model and legacy PCI code. To avoid duplication, put these in a separate, shared file. Signed-off-by: Simon Glass --- drivers/pci/Makefile | 2 +- drivers/pci/pci_auto_common.c | 128 ++

Re: [U-Boot] [PATCH 07/14] dm: pci: Move common auto-config functions to a common file

2015-11-12 Thread Bin Meng
Hi Simon, On Fri, Nov 13, 2015 at 5:45 AM, Simon Glass wrote: > Some functions will be used by driver model and legacy PCI code. To avoid > duplication, put these in a separate, shared file. > > Signed-off-by: Simon Glass > --- > > drivers/pci/Makefile