Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-25 Thread Tom Rini
On Tue, Aug 25, 2020 at 09:04:26AM -0600, Simon Glass wrote: > Hi, > > On Mon, 24 Aug 2020 at 07:09, Tom Rini wrote: > > > > On Mon, Aug 24, 2020 at 09:36:13AM +0200, Stefan Roese wrote: > > > Hi Tom, > > > > > > On 23.08.20 16:03, Tom Rini wrote: > > > > On Sun, Aug 23, 2020 at 11:41:41AM

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-25 Thread Simon Glass
Hi, On Mon, 24 Aug 2020 at 07:09, Tom Rini wrote: > > On Mon, Aug 24, 2020 at 09:36:13AM +0200, Stefan Roese wrote: > > Hi Tom, > > > > On 23.08.20 16:03, Tom Rini wrote: > > > On Sun, Aug 23, 2020 at 11:41:41AM +0200, Stefan Roese wrote: > > > > Hi Simon, > > > > Hi Tom, > > > > > > > > On

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-24 Thread Tom Rini
On Mon, Aug 24, 2020 at 09:36:13AM +0200, Stefan Roese wrote: > Hi Tom, > > On 23.08.20 16:03, Tom Rini wrote: > > On Sun, Aug 23, 2020 at 11:41:41AM +0200, Stefan Roese wrote: > > > Hi Simon, > > > Hi Tom, > > > > > > On 22.08.20 17:09, Simon Glass wrote: > > > > Hi Stefan, > > > > > > > > On

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-24 Thread Stefan Roese
Hi Tom, On 23.08.20 16:03, Tom Rini wrote: On Sun, Aug 23, 2020 at 11:41:41AM +0200, Stefan Roese wrote: Hi Simon, Hi Tom, On 22.08.20 17:09, Simon Glass wrote: Hi Stefan, On Fri, 14 Aug 2020 at 05:40, Stefan Roese wrote: Hi Simon, On 04.08.20 17:05, Simon Glass wrote: Changes in

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-23 Thread Tom Rini
On Sun, Aug 23, 2020 at 11:41:41AM +0200, Stefan Roese wrote: > Hi Simon, > Hi Tom, > > On 22.08.20 17:09, Simon Glass wrote: > > Hi Stefan, > > > > On Fri, 14 Aug 2020 at 05:40, Stefan Roese wrote: > > > > > > Hi Simon, > > > > > > On 04.08.20 17:05, Simon Glass wrote: > > > > > > > > > >

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-23 Thread Stefan Roese
Hi Simon, Hi Tom, On 22.08.20 17:09, Simon Glass wrote: Hi Stefan, On Fri, 14 Aug 2020 at 05:40, Stefan Roese wrote: Hi Simon, On 04.08.20 17:05, Simon Glass wrote: Changes in v1: - Change patch subject - Enhance Kconfig help descrition - Use if() instead of #if

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-22 Thread Simon Glass
Hi Stefan, On Fri, 14 Aug 2020 at 05:40, Stefan Roese wrote: > > Hi Simon, > > On 04.08.20 17:05, Simon Glass wrote: > > > > >> Changes in v1: > >> - Change patch subject > >> - Enhance Kconfig help descrition > >> - Use if() instead of #if > >> > >>

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-14 Thread Stefan Roese
Hi Simon, On 04.08.20 17:05, Simon Glass wrote: Changes in v1: - Change patch subject - Enhance Kconfig help descrition - Use if() instead of #if drivers/pci/Kconfig | 10 ++ drivers/pci/pci-uclass.c | 9 ++--- 2 files changed, 16 insertions(+), 3 deletions(-)

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-04 Thread Simon Glass
Hi Stefan, On Tue, 4 Aug 2020 at 08:03, Stefan Roese wrote: > > Hi Simon, > > On 31.07.20 20:44, Simon Glass wrote: > > Hi Stefan, > > > > On Thu, 30 Jul 2020 at 09:35, Stefan Roese wrote: > >> > >> Hi Simon, > >> > >> On 28.07.20 21:01, Simon Glass wrote: > >>> Hi Stefan, > >>> > >>> On Fri,

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-08-04 Thread Stefan Roese
Hi Simon, On 31.07.20 20:44, Simon Glass wrote: Hi Stefan, On Thu, 30 Jul 2020 at 09:35, Stefan Roese wrote: Hi Simon, On 28.07.20 21:01, Simon Glass wrote: Hi Stefan, On Fri, 24 Jul 2020 at 04:09, Stefan Roese wrote: From: Suneel Garapati Enable PCI memory regions in ranges

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-07-31 Thread Simon Glass
Hi Stefan, On Thu, 30 Jul 2020 at 09:35, Stefan Roese wrote: > > Hi Simon, > > On 28.07.20 21:01, Simon Glass wrote: > > Hi Stefan, > > > > On Fri, 24 Jul 2020 at 04:09, Stefan Roese wrote: > >> > >> From: Suneel Garapati > >> > >> Enable PCI memory regions in ranges property to be of multiple

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-07-30 Thread Stefan Roese
Hi Simon, On 28.07.20 21:01, Simon Glass wrote: Hi Stefan, On Fri, 24 Jul 2020 at 04:09, Stefan Roese wrote: From: Suneel Garapati Enable PCI memory regions in ranges property to be of multiple entry. This helps to add support for SoC's like OcteonTX/TX2 where every peripheral is on PCI

Re: [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-07-28 Thread Simon Glass
Hi Stefan, On Fri, 24 Jul 2020 at 04:09, Stefan Roese wrote: > > From: Suneel Garapati > > Enable PCI memory regions in ranges property to be of multiple entry. > This helps to add support for SoC's like OcteonTX/TX2 where every > peripheral is on PCI bus. > > Signed-off-by: Suneel Garapati >

[PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

2020-07-24 Thread Stefan Roese
From: Suneel Garapati Enable PCI memory regions in ranges property to be of multiple entry. This helps to add support for SoC's like OcteonTX/TX2 where every peripheral is on PCI bus. Signed-off-by: Suneel Garapati Cc: Simon Glass Cc: Bin Meng Signed-off-by: Stefan Roese --- Changes in