Re: [PATCH 1/3] PCI: of: Warn if non-prefetchable memory aperture size is > 32-bit

2020-10-26 Thread Rob Herring
On Fri, Oct 23, 2020 at 2:57 PM Vidya Sagar wrote: > > As per PCIe spec r5.0, sec 7.5.1.3.8 only 32-bit BAR registers are defined > for non-prefetchable memory and hence a warning should be reported when > the size of them go beyond 32-bits. > > Signed-off-by: Vidya Sagar > --- >

[PATCH 1/3] PCI: of: Warn if non-prefetchable memory aperture size is > 32-bit

2020-10-23 Thread Vidya Sagar
As per PCIe spec r5.0, sec 7.5.1.3.8 only 32-bit BAR registers are defined for non-prefetchable memory and hence a warning should be reported when the size of them go beyond 32-bits. Signed-off-by: Vidya Sagar --- drivers/pci/of.c | 5 + 1 file changed, 5 insertions(+) diff --git