Re: [U-Boot] [PATCH v3 009/108] dm: pci: Move pci_get_devfn() into a common file

2019-10-27 Thread Bin Meng
Hi Simon, On Mon, Oct 21, 2019 at 11:33 AM Simon Glass wrote: > > Early in boot it is necessary to decode the PCI device/function values for > particular peripherals in the device tree or of-platdata. This is needed > in TPL where CONFIG_PCI is not defined. > > To handle this, move pci_get_devfn(

[U-Boot] [PATCH v3 009/108] dm: pci: Move pci_get_devfn() into a common file

2019-10-20 Thread Simon Glass
Early in boot it is necessary to decode the PCI device/function values for particular peripherals in the device tree or of-platdata. This is needed in TPL where CONFIG_PCI is not defined. To handle this, move pci_get_devfn() into a file that is built even when CONFIG_PCI is not defined. Signed-of