Re: [PATCH] arch/*/io.h: Add ioremap_uc() to all architectures

2015-07-28 Thread Stephen Rothwell
Hi Luis, On Tue, 28 Jul 2015 11:22:07 -0700 "Luis R. Rodriguez" wrote: > > From: "Luis R. Rodriguez" > > This adds ioremap_uc() only for architectures that do not > include asm-generic.h/io.h as that already provides a default > definition for them for both cases where you have CONFIG_MMU > an

[PATCH] arch/*/io.h: Add ioremap_uc() to all architectures

2015-07-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" This adds ioremap_uc() only for architectures that do not include asm-generic.h/io.h as that already provides a default definition for them for both cases where you have CONFIG_MMU and you do not, and because of this, the number of architectures this patch address is les