Re: [PATCH v13 02/12] of/pci: Add pci_register_io_range() and pci_pio_to_address()

2014-09-30 Thread Liviu Dudau
On Mon, Sep 29, 2014 at 08:20:30PM +0100, Al Stone wrote: > On 09/29/2014 08:29 AM, Liviu Dudau wrote: > > Some architectures do not have a simple view of the PCI I/O space and > > instead use a range of CPU addresses that map to bus addresses. For some > > architectures these ranges will be

Re: [PATCH v13 02/12] of/pci: Add pci_register_io_range() and pci_pio_to_address()

2014-09-30 Thread Liviu Dudau
On Mon, Sep 29, 2014 at 08:20:30PM +0100, Al Stone wrote: On 09/29/2014 08:29 AM, Liviu Dudau wrote: Some architectures do not have a simple view of the PCI I/O space and instead use a range of CPU addresses that map to bus addresses. For some architectures these ranges will be expressed

Re: [PATCH v13 02/12] of/pci: Add pci_register_io_range() and pci_pio_to_address()

2014-09-29 Thread Al Stone
On 09/29/2014 08:29 AM, Liviu Dudau wrote: > Some architectures do not have a simple view of the PCI I/O space and > instead use a range of CPU addresses that map to bus addresses. For some > architectures these ranges will be expressed by OF bindings in a device > tree file. > > This patch

[PATCH v13 02/12] of/pci: Add pci_register_io_range() and pci_pio_to_address()

2014-09-29 Thread Liviu Dudau
Some architectures do not have a simple view of the PCI I/O space and instead use a range of CPU addresses that map to bus addresses. For some architectures these ranges will be expressed by OF bindings in a device tree file. This patch introduces a pci_register_io_range() helper function with a

[PATCH v13 02/12] of/pci: Add pci_register_io_range() and pci_pio_to_address()

2014-09-29 Thread Liviu Dudau
Some architectures do not have a simple view of the PCI I/O space and instead use a range of CPU addresses that map to bus addresses. For some architectures these ranges will be expressed by OF bindings in a device tree file. This patch introduces a pci_register_io_range() helper function with a

Re: [PATCH v13 02/12] of/pci: Add pci_register_io_range() and pci_pio_to_address()

2014-09-29 Thread Al Stone
On 09/29/2014 08:29 AM, Liviu Dudau wrote: Some architectures do not have a simple view of the PCI I/O space and instead use a range of CPU addresses that map to bus addresses. For some architectures these ranges will be expressed by OF bindings in a device tree file. This patch introduces