Re: [PATCH v6 1/6] pci: Introduce pci_register_io_range() helper function.

2014-03-07 Thread Grant Likely
On Wed, 5 Mar 2014 11:48:52 +, Liviu Dudau wrote: > Some architectures do not share x86 simple view of the I/O space and > instead use a range of addresses that map to external devices. For PCI, > these ranges can be expressed by OF bindings in a device tree file. > > Introduce a

Re: [PATCH v6 1/6] pci: Introduce pci_register_io_range() helper function.

2014-03-07 Thread Grant Likely
On Wed, 5 Mar 2014 11:48:52 +, Liviu Dudau liviu.du...@arm.com wrote: Some architectures do not share x86 simple view of the I/O space and instead use a range of addresses that map to external devices. For PCI, these ranges can be expressed by OF bindings in a device tree file.

[PATCH v6 1/6] pci: Introduce pci_register_io_range() helper function.

2014-03-05 Thread Liviu Dudau
Some architectures do not share x86 simple view of the I/O space and instead use a range of addresses that map to external devices. For PCI, these ranges can be expressed by OF bindings in a device tree file. Introduce a pci_register_io_range() helper function that can be used by the architecture

[PATCH v6 1/6] pci: Introduce pci_register_io_range() helper function.

2014-03-05 Thread Liviu Dudau
Some architectures do not share x86 simple view of the I/O space and instead use a range of addresses that map to external devices. For PCI, these ranges can be expressed by OF bindings in a device tree file. Introduce a pci_register_io_range() helper function that can be used by the architecture