Re: [U-Boot] [PATCH] pci: Add PCI_SLOT macro to include/pci.h

2019-01-22 Thread Stefan Roese
Hi Bin, On 22.01.19 03:11, Bin Meng wrote: On Tue, Jan 22, 2019 at 8:32 AM Simon Glass wrote: Hi Stefan, On Sat, 19 Jan 2019 at 00:46, Stefan Roese wrote: This macro will be used the by the Marvell Armada XP/38x PCIe driver, which is moved to DM right now. Signed-off-by: Stefan Roese Cc

Re: [U-Boot] [PATCH] pci: Add PCI_SLOT macro to include/pci.h

2019-01-22 Thread Stefan Roese
Hi Simon, On 22.01.19 01:32, Simon Glass wrote: On Sat, 19 Jan 2019 at 00:46, Stefan Roese wrote: This macro will be used the by the Marvell Armada XP/38x PCIe driver, which is moved to DM right now. Signed-off-by: Stefan Roese Cc: Bin Meng Cc: Simon Glass --- include/pci.h | 1 + 1 fi

Re: [U-Boot] [PATCH] pci: Add PCI_SLOT macro to include/pci.h

2019-01-21 Thread Bin Meng
Hi Stefan, On Tue, Jan 22, 2019 at 8:32 AM Simon Glass wrote: > > Hi Stefan, > > On Sat, 19 Jan 2019 at 00:46, Stefan Roese wrote: > > > > This macro will be used the by the Marvell Armada XP/38x PCIe driver, > > which is moved to DM right now. > > > > Signed-off-by: Stefan Roese > > Cc: Bin Me

Re: [U-Boot] [PATCH] pci: Add PCI_SLOT macro to include/pci.h

2019-01-21 Thread Simon Glass
Hi Stefan, On Sat, 19 Jan 2019 at 00:46, Stefan Roese wrote: > > This macro will be used the by the Marvell Armada XP/38x PCIe driver, > which is moved to DM right now. > > Signed-off-by: Stefan Roese > Cc: Bin Meng > Cc: Simon Glass > --- > include/pci.h | 1 + > 1 file changed, 1 insertion(

[U-Boot] [PATCH] pci: Add PCI_SLOT macro to include/pci.h

2019-01-18 Thread Stefan Roese
This macro will be used the by the Marvell Armada XP/38x PCIe driver, which is moved to DM right now. Signed-off-by: Stefan Roese Cc: Bin Meng Cc: Simon Glass --- include/pci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci.h b/include/pci.h index 785d7d28b7..f4a9e025b3 100644