Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-23 Thread Rob Herring
On Fri, Aug 22, 2014 at 7:43 AM, Liviu Dudau wrote: > On Thu, Aug 21, 2014 at 11:16:16PM -0500, Rob Herring wrote: >> On Tue, Aug 12, 2014 at 11:25 AM, Liviu Dudau wrote: >> > Introduce a default implementation for remapping PCI bus I/O resources >> > onto the CPU address space. Architectures

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-23 Thread Rob Herring
On Fri, Aug 22, 2014 at 7:43 AM, Liviu Dudau li...@dudau.co.uk wrote: On Thu, Aug 21, 2014 at 11:16:16PM -0500, Rob Herring wrote: On Tue, Aug 12, 2014 at 11:25 AM, Liviu Dudau liviu.du...@arm.com wrote: Introduce a default implementation for remapping PCI bus I/O resources onto the CPU

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-22 Thread Liviu Dudau
On Thu, Aug 21, 2014 at 11:16:16PM -0500, Rob Herring wrote: > On Tue, Aug 12, 2014 at 11:25 AM, Liviu Dudau wrote: > > Introduce a default implementation for remapping PCI bus I/O resources > > onto the CPU address space. Architectures with special needs may > > provide their own version, but

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-22 Thread Liviu Dudau
On Thu, Aug 21, 2014 at 11:16:16PM -0500, Rob Herring wrote: On Tue, Aug 12, 2014 at 11:25 AM, Liviu Dudau liviu.du...@arm.com wrote: Introduce a default implementation for remapping PCI bus I/O resources onto the CPU address space. Architectures with special needs may provide their own

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-21 Thread Rob Herring
On Tue, Aug 12, 2014 at 11:25 AM, Liviu Dudau wrote: > Introduce a default implementation for remapping PCI bus I/O resources > onto the CPU address space. Architectures with special needs may > provide their own version, but most should be able to use this one. > > Cc: Bjorn Helgaas > Cc: Arnd

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-21 Thread Rob Herring
On Tue, Aug 12, 2014 at 11:25 AM, Liviu Dudau liviu.du...@arm.com wrote: Introduce a default implementation for remapping PCI bus I/O resources onto the CPU address space. Architectures with special needs may provide their own version, but most should be able to use this one. Cc: Bjorn

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-13 Thread Catalin Marinas
On Wed, Aug 13, 2014 at 11:33:11AM +0100, Liviu Dudau wrote: > On Wed, Aug 13, 2014 at 11:01:18AM +0100, Catalin Marinas wrote: > > On Tue, Aug 12, 2014 at 05:25:25PM +0100, Liviu Dudau wrote: > > > Introduce a default implementation for remapping PCI bus I/O resources > > > onto the CPU address

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-13 Thread Liviu Dudau
On Wed, Aug 13, 2014 at 11:01:18AM +0100, Catalin Marinas wrote: > On Tue, Aug 12, 2014 at 05:25:25PM +0100, Liviu Dudau wrote: > > Introduce a default implementation for remapping PCI bus I/O resources > > onto the CPU address space. Architectures with special needs may > > provide their own

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-13 Thread Catalin Marinas
On Tue, Aug 12, 2014 at 05:25:25PM +0100, Liviu Dudau wrote: > Introduce a default implementation for remapping PCI bus I/O resources > onto the CPU address space. Architectures with special needs may > provide their own version, but most should be able to use this one. > > Cc: Bjorn Helgaas >

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-13 Thread Catalin Marinas
On Tue, Aug 12, 2014 at 05:25:25PM +0100, Liviu Dudau wrote: Introduce a default implementation for remapping PCI bus I/O resources onto the CPU address space. Architectures with special needs may provide their own version, but most should be able to use this one. Cc: Bjorn Helgaas

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-13 Thread Liviu Dudau
On Wed, Aug 13, 2014 at 11:01:18AM +0100, Catalin Marinas wrote: On Tue, Aug 12, 2014 at 05:25:25PM +0100, Liviu Dudau wrote: Introduce a default implementation for remapping PCI bus I/O resources onto the CPU address space. Architectures with special needs may provide their own version,

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-13 Thread Catalin Marinas
On Wed, Aug 13, 2014 at 11:33:11AM +0100, Liviu Dudau wrote: On Wed, Aug 13, 2014 at 11:01:18AM +0100, Catalin Marinas wrote: On Tue, Aug 12, 2014 at 05:25:25PM +0100, Liviu Dudau wrote: Introduce a default implementation for remapping PCI bus I/O resources onto the CPU address space.

[PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-12 Thread Liviu Dudau
Introduce a default implementation for remapping PCI bus I/O resources onto the CPU address space. Architectures with special needs may provide their own version, but most should be able to use this one. Cc: Bjorn Helgaas Cc: Arnd Bergmann Cc: Rob Herring Signed-off-by: Liviu Dudau ---

[PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-12 Thread Liviu Dudau
Introduce a default implementation for remapping PCI bus I/O resources onto the CPU address space. Architectures with special needs may provide their own version, but most should be able to use this one. Cc: Bjorn Helgaas bhelg...@google.com Cc: Arnd Bergmann a...@arndb.de Cc: Rob Herring