Re: [PATCH v3] PCI: dwc: Add upper limit address for outbound iATU

2021-02-04 Thread Lorenzo Pieralisi
On Tue, 2 Feb 2021 12:58:38 +0530, Shradha Todi wrote: > The size parameter is unsigned long type which can accept size > 4GB. In > that case, the upper limit address must be programmed. Add support to > program the upper limit address and set INCREASE_REGION_SIZE in case size > > 4GB. Applied to

[PATCH v3] PCI: dwc: Add upper limit address for outbound iATU

2021-02-02 Thread Shradha Todi
The size parameter is unsigned long type which can accept size > 4GB. In that case, the upper limit address must be programmed. Add support to program the upper limit address and set INCREASE_REGION_SIZE in case size > 4GB. Signed-off-by: Shradha Todi Reviewed-by: Pankaj Dubey Reviewed-by: Rob H