Re: [PATCH v6 0/6] mm: generic early_ioremap support

2014-03-11 Thread Mark Salter
On Tue, 2014-03-11 at 12:08 +, Catalin Marinas wrote: > Mark, > > On Sun, Mar 09, 2014 at 05:00:38PM +, Mark Salter wrote: > > This patch series takes the common bits from the x86 early ioremap > > implementation and creates a generic implementation which may be used > > by other

Re: [PATCH v6 0/6] mm: generic early_ioremap support

2014-03-11 Thread Catalin Marinas
Mark, On Sun, Mar 09, 2014 at 05:00:38PM +, Mark Salter wrote: > This patch series takes the common bits from the x86 early ioremap > implementation and creates a generic implementation which may be used > by other architectures. The early ioremap interfaces are intended for > situations

Re: [PATCH v6 0/6] mm: generic early_ioremap support

2014-03-11 Thread Catalin Marinas
Mark, On Sun, Mar 09, 2014 at 05:00:38PM +, Mark Salter wrote: This patch series takes the common bits from the x86 early ioremap implementation and creates a generic implementation which may be used by other architectures. The early ioremap interfaces are intended for situations where

Re: [PATCH v6 0/6] mm: generic early_ioremap support

2014-03-11 Thread Mark Salter
On Tue, 2014-03-11 at 12:08 +, Catalin Marinas wrote: Mark, On Sun, Mar 09, 2014 at 05:00:38PM +, Mark Salter wrote: This patch series takes the common bits from the x86 early ioremap implementation and creates a generic implementation which may be used by other architectures.

[PATCH v6 0/6] mm: generic early_ioremap support

2014-03-09 Thread Mark Salter
This patch series takes the common bits from the x86 early ioremap implementation and creates a generic implementation which may be used by other architectures. The early ioremap interfaces are intended for situations where boot code needs to make temporary virtual mappings before the normal

[PATCH v6 0/6] mm: generic early_ioremap support

2014-03-09 Thread Mark Salter
This patch series takes the common bits from the x86 early ioremap implementation and creates a generic implementation which may be used by other architectures. The early ioremap interfaces are intended for situations where boot code needs to make temporary virtual mappings before the normal