Re: [U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()

2019-02-05 Thread Stefan Roese
Hi Simon, On 02.02.19 07:05, Simon Glass wrote: On Thu, 31 Jan 2019 at 03:45, Stefan Roese mailto:s...@denx.de>> wrote: > > Hi Simon, > > On 31.01.19 11:04, Simon Glass wrote: > > Hi Stefan, > > > > On Tue, 22 Jan 2019 at 02:36, Stefan Roese mailto:s...@denx.de>> wrote: > >> > >> Hi

Re: [U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()

2019-02-01 Thread Simon Glass
Hi Stefan, On Thu, 31 Jan 2019 at 03:45, Stefan Roese wrote: > > Hi Simon, > > On 31.01.19 11:04, Simon Glass wrote: > > Hi Stefan, > > > > On Tue, 22 Jan 2019 at 02:36, Stefan Roese wrote: > >> > >> Hi Simon, > >> > >> (added Bin, whom I forgot in this PCI patches) > >> > >> On 21.01.19 19:15,

Re: [U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()

2019-01-31 Thread Stefan Roese
Hi Simon, On 31.01.19 11:04, Simon Glass wrote: Hi Stefan, On Tue, 22 Jan 2019 at 02:36, Stefan Roese wrote: Hi Simon, (added Bin, whom I forgot in this PCI patches) On 21.01.19 19:15, Simon Glass wrote: On Sat, 19 Jan 2019 at 00:46, Stefan Roese wrote: This function will be used by

Re: [U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()

2019-01-31 Thread Simon Glass
Hi Stefan, On Tue, 22 Jan 2019 at 02:36, Stefan Roese wrote: > > Hi Simon, > > (added Bin, whom I forgot in this PCI patches) > > On 21.01.19 19:15, Simon Glass wrote: > > On Sat, 19 Jan 2019 at 00:46, Stefan Roese wrote: > >> > >> This function will be used by the Marvell Armada XP/38x PCIe

Re: [U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()

2019-01-22 Thread Stefan Roese
Hi Simon, (added Bin, whom I forgot in this PCI patches) On 21.01.19 19:15, Simon Glass wrote: On Sat, 19 Jan 2019 at 00:46, Stefan Roese wrote: This function will be used by the Marvell Armada XP/38x PCIe driver, which is moved to DM right now. It's mostly copied from the Linux version.

Re: [U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()

2019-01-21 Thread Simon Glass
Hi Stefan, On Sat, 19 Jan 2019 at 00:46, Stefan Roese wrote: > > This function will be used by the Marvell Armada XP/38x PCIe driver, > which is moved to DM right now. It's mostly copied from the Linux > version. > > Signed-off-by: Stefan Roese > Cc: Simon Glass > --- > drivers/core/ofnode.c