Re: [PATCH v9 06/12] ARM: integrator: Correct usage of of_pci_range_to_resource()

2014-09-22 Thread Liviu Dudau
On Mon, Sep 22, 2014 at 01:47:16PM +0100, Linus Walleij wrote: > On Tue, Aug 12, 2014 at 6:25 PM, Liviu Dudau wrote: > > > Previously, of_pci_range_to_resource() would return a resource > > that contained physical addresses of the IO space even if the > > IORESOURCE_IO flags mandate a logical por

Re: [PATCH v9 06/12] ARM: integrator: Correct usage of of_pci_range_to_resource()

2014-09-22 Thread Linus Walleij
On Tue, Aug 12, 2014 at 6:25 PM, Liviu Dudau wrote: > Previously, of_pci_range_to_resource() would return a resource > that contained physical addresses of the IO space even if the > IORESOURCE_IO flags mandate a logical port set of values. Now > that the function has been fixed we need to update

Re: [PATCH v9 06/12] ARM: integrator: Correct usage of of_pci_range_to_resource()

2014-09-08 Thread Liviu Dudau
On Fri, Sep 05, 2014 at 11:08:20PM +0100, Bjorn Helgaas wrote: > [+cc Linus] > > On Tue, Aug 12, 2014 at 05:25:19PM +0100, Liviu Dudau wrote: > > Previously, of_pci_range_to_resource() would return a resource > > that contained physical addresses of the IO space even if the > > IORESOURCE_IO flags

Re: [PATCH v9 06/12] ARM: integrator: Correct usage of of_pci_range_to_resource()

2014-09-05 Thread Bjorn Helgaas
[+cc Linus] On Tue, Aug 12, 2014 at 05:25:19PM +0100, Liviu Dudau wrote: > Previously, of_pci_range_to_resource() would return a resource > that contained physical addresses of the IO space even if the > IORESOURCE_IO flags mandate a logical port set of values. Now > that the function has been fix

[PATCH v9 06/12] ARM: integrator: Correct usage of of_pci_range_to_resource()

2014-08-12 Thread Liviu Dudau
Previously, of_pci_range_to_resource() would return a resource that contained physical addresses of the IO space even if the IORESOURCE_IO flags mandate a logical port set of values. Now that the function has been fixed we need to update the drivers that were taking advantage of the old behaviour.