Re: [U-Boot] [PATCH 1/4 v3] pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr

2019-02-05 Thread Stefan Roese
On 31.01.19 11:04, Simon Glass wrote: On Fri, 25 Jan 2019 at 03:52, Stefan Roese wrote: This function will be used by the Marvell Armada XP/38x PCIe driver, which is moved to DM right now. So let's extract the functionality from pci_uclass_child_post_bind() to make it available.

Re: [U-Boot] [PATCH 1/4 v3] pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr

2019-01-31 Thread Bin Meng
On Fri, Jan 25, 2019 at 6:52 PM Stefan Roese wrote: > > This function will be used by the Marvell Armada XP/38x PCIe driver, > which is moved to DM right now. So let's extract the functionality > from pci_uclass_child_post_bind() to make it available. > > Signed-off-by: Stefan Roese > Cc: Simon

Re: [U-Boot] [PATCH 1/4 v3] pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr

2019-01-31 Thread Simon Glass
On Fri, 25 Jan 2019 at 03:52, Stefan Roese wrote: > > This function will be used by the Marvell Armada XP/38x PCIe driver, > which is moved to DM right now. So let's extract the functionality > from pci_uclass_child_post_bind() to make it available. > > Signed-off-by: Stefan Roese > Cc: Simon

[U-Boot] [PATCH 1/4 v3] pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr

2019-01-25 Thread Stefan Roese
This function will be used by the Marvell Armada XP/38x PCIe driver, which is moved to DM right now. So let's extract the functionality from pci_uclass_child_post_bind() to make it available. Signed-off-by: Stefan Roese Cc: Simon Glass Cc: Bin Meng --- v3: - New patch, replaces "[PATCH] core: