RE: [PATCH] PCI: dwc: Change size to u64 for EP outbound iATU

2020-12-23 Thread Shradha Todi
> From: Bjorn Helgaas > Subject: Re: [PATCH] PCI: dwc: Change size to u64 for EP outbound iATU > > On Fri, Dec 18, 2020 at 09:04:08PM +0530, Shradha Todi wrote: > > Since outbound iATU permits size to be greater than 4GB for which the > > support is also available, allow

Re: [PATCH] PCI: dwc: Change size to u64 for EP outbound iATU

2020-12-23 Thread Bjorn Helgaas
On Fri, Dec 18, 2020 at 09:04:08PM +0530, Shradha Todi wrote: > Since outbound iATU permits size to be greater than > 4GB for which the support is also available, allow > EP function to send u64 size instead of truncating > to u32. Please wrap your commit messages so they use more of an 80-column

[PATCH] PCI: dwc: Change size to u64 for EP outbound iATU

2020-12-18 Thread Shradha Todi
Since outbound iATU permits size to be greater than 4GB for which the support is also available, allow EP function to send u64 size instead of truncating to u32. Signed-off-by: Shradha Todi --- drivers/pci/controller/dwc/pcie-designware.c | 2 +- drivers/pci/controller/dwc/pcie-designware.h | 2