Re: [PATCH v11 03/10] ARM: Define PCI_IOBASE as the base of virtual PCI IO space.

2014-09-19 Thread Arnd Bergmann
On Thursday 18 September 2014, Liviu Dudau wrote: > This is needed for calls into OF code that parses PCI ranges. > It signals support for memory mapped PCI I/O accesses that > are described be device trees. > > Cc: Russell King > Cc: Arnd Bergmann > Cc: Rob Herring > Reviewed-by: Catalin

Re: [PATCH v11 03/10] ARM: Define PCI_IOBASE as the base of virtual PCI IO space.

2014-09-19 Thread Arnd Bergmann
On Thursday 18 September 2014, Liviu Dudau wrote: This is needed for calls into OF code that parses PCI ranges. It signals support for memory mapped PCI I/O accesses that are described be device trees. Cc: Russell King li...@arm.linux.org.uk Cc: Arnd Bergmann a...@arndb.de Cc: Rob Herring

[PATCH v11 03/10] ARM: Define PCI_IOBASE as the base of virtual PCI IO space.

2014-09-17 Thread Liviu Dudau
This is needed for calls into OF code that parses PCI ranges. It signals support for memory mapped PCI I/O accesses that are described be device trees. Cc: Russell King Cc: Arnd Bergmann Cc: Rob Herring Reviewed-by: Catalin Marinas Signed-off-by: Liviu Dudau --- arch/arm/include/asm/io.h |

[PATCH v11 03/10] ARM: Define PCI_IOBASE as the base of virtual PCI IO space.

2014-09-17 Thread Liviu Dudau
This is needed for calls into OF code that parses PCI ranges. It signals support for memory mapped PCI I/O accesses that are described be device trees. Cc: Russell King li...@arm.linux.org.uk Cc: Arnd Bergmann a...@arndb.de Cc: Rob Herring robh...@kernel.org Reviewed-by: Catalin Marinas