Re: [PATCH] xtensa: Use generic pci_mmap_resource_range()

2018-02-28 Thread Max Filippov
Hi Bjorn, On Wed, Feb 28, 2018 at 3:07 PM, Bjorn Helgaas wrote: > On Mon, Feb 19, 2018 at 01:02:33PM +, David Woodhouse wrote: >> Commit f719582435 ("PCI: Add pci_mmap_resource_range() and use it for >> ARM64") added this generic function with the intent of using it >>

Re: [PATCH] xtensa: Use generic pci_mmap_resource_range()

2018-02-28 Thread Max Filippov
Hi Bjorn, On Wed, Feb 28, 2018 at 3:07 PM, Bjorn Helgaas wrote: > On Mon, Feb 19, 2018 at 01:02:33PM +, David Woodhouse wrote: >> Commit f719582435 ("PCI: Add pci_mmap_resource_range() and use it for >> ARM64") added this generic function with the intent of using it >> everywhere and

Re: [PATCH] xtensa: Use generic pci_mmap_resource_range()

2018-02-28 Thread Bjorn Helgaas
On Mon, Feb 19, 2018 at 01:02:33PM +, David Woodhouse wrote: > Commit f719582435 ("PCI: Add pci_mmap_resource_range() and use it for > ARM64") added this generic function with the intent of using it > everywhere and ultimately killing the old arch-specific implementations. > > Let's get on

Re: [PATCH] xtensa: Use generic pci_mmap_resource_range()

2018-02-28 Thread Bjorn Helgaas
On Mon, Feb 19, 2018 at 01:02:33PM +, David Woodhouse wrote: > Commit f719582435 ("PCI: Add pci_mmap_resource_range() and use it for > ARM64") added this generic function with the intent of using it > everywhere and ultimately killing the old arch-specific implementations. > > Let's get on

[PATCH] xtensa: Use generic pci_mmap_resource_range()

2018-02-19 Thread David Woodhouse
Commit f719582435 ("PCI: Add pci_mmap_resource_range() and use it for ARM64") added this generic function with the intent of using it everywhere and ultimately killing the old arch-specific implementations. Let's get on with that eradication... Signed-off-by: David Woodhouse

[PATCH] xtensa: Use generic pci_mmap_resource_range()

2018-02-19 Thread David Woodhouse
Commit f719582435 ("PCI: Add pci_mmap_resource_range() and use it for ARM64") added this generic function with the intent of using it everywhere and ultimately killing the old arch-specific implementations. Let's get on with that eradication... Signed-off-by: David Woodhouse ---