Re: Purpose of pci_remap_iospace

From: Arnd Bergmann
Date: Wed Jul 13 2016 - 11:30:35 EST


On Wednesday, July 13, 2016 3:16:21 PM CEST Bharat Kumar Gogada wrote:
>
> > This has neither the PCI memory nor the I/O resource, it looks like you never
> > call pci_add_resource_offset() to start with, or maybe it fails for some
> > reason.
>
> I see that above API is used in ARM drivers, do we need to do it in ARM64 also ?
>

Yes, all architectures need it.

Arnd