Re: [PATCH 5/5] arm64: add early_ioremap support

2014-03-06 Thread Rob Herring
On Wed, Mar 5, 2014 at 10:38 AM, Mark Salter wrote: > On Tue, 2014-03-04 at 17:31 -0600, Rob Herring wrote: >> On Tue, Mar 4, 2014 at 2:08 PM, Mark Salter wrote: >> > Add support for early IO or memory mappings which are needed >> > before the normal ioremap() is usable. This also adds fixmap >>

Re: [PATCH 5/5] arm64: add early_ioremap support

2014-03-05 Thread Mark Salter
On Tue, 2014-03-04 at 17:31 -0600, Rob Herring wrote: > On Tue, Mar 4, 2014 at 2:08 PM, Mark Salter wrote: > > Add support for early IO or memory mappings which are needed > > before the normal ioremap() is usable. This also adds fixmap > > support for permanent fixed mappings such as that used by

Re: [PATCH 5/5] arm64: add early_ioremap support

2014-03-04 Thread Rob Herring
On Tue, Mar 4, 2014 at 2:08 PM, Mark Salter wrote: > Add support for early IO or memory mappings which are needed > before the normal ioremap() is usable. This also adds fixmap > support for permanent fixed mappings such as that used by the > earlyprintk device register region. One minor comment:

[PATCH 5/5] arm64: add early_ioremap support

2014-03-04 Thread Mark Salter
Add support for early IO or memory mappings which are needed before the normal ioremap() is usable. This also adds fixmap support for permanent fixed mappings such as that used by the earlyprintk device register region. Signed-off-by: Mark Salter Acked-by: Catalin Marinas --- Documentation/arm6