Around Wed 29 Jul 2015 01:15:56 -0700 or thereabout, tip-bot for Luis R. 
Rodriguez wrote:
> Commit-ID:  4c73e8926623ca0f64c2c6111289ab8096fa647a
> Gitweb:     http://git.kernel.org/tip/4c73e8926623ca0f64c2c6111289ab8096fa647a
> Author:     Luis R. Rodriguez <[email protected]>
> AuthorDate: Tue, 28 Jul 2015 20:17:13 +0200
> Committer:  Ingo Molnar <[email protected]>
> CommitDate: Wed, 29 Jul 2015 10:02:36 +0200
> 
> arch/*/io.h: Add ioremap_uc() to all architectures
> 
> 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 less than the architectures that the
> ioremap_wt() patch addressed, "arch/*/io.h: Add ioremap_wt() to
> all architectures").
> 
> In order to reduce the number of architectures we have to
> modify by adding new architecture IO APIs we'll have to review
> the architectures in this patch, see why they can't add
> asm-generic.h/io.h or issues that would be created by doing
> so and then spread a consistent inclusion of this header
> towards the end of their own header. For instance arch/metag
> includes the asm-generic/io.h *before* the ioremap*()
> definitions, this should be the other way around but only
> once we have guard wrappers for the non-MMU case also for
> asm-generic/io.h.
> 
> Reported-by: Stephen Rothwell <[email protected]>
> Signed-off-by: Luis R. Rodriguez <[email protected]>
> Cc: Abhilash Kesavan <[email protected]>
> Cc: Benjamin Herrenschmidt <[email protected]>
> Cc: Borislav Petkov <[email protected]>
> Cc: Chris Metcalf <[email protected]>
> Cc: David Howells <[email protected]>
> Cc: Fengguang Wu <[email protected]>
> Cc: Geert Uytterhoeven <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: Greg Ungerer <[email protected]>
> Cc: Guenter Roeck <[email protected]>
> Cc: Haavard Skinnemoen <[email protected]>
> Cc: Hans-Christian Egtvedt <[email protected]>
> Cc: Koichi Yasutake <[email protected]>
> Cc: Kyle McMartin <[email protected]>
> Cc: Linus Torvalds <[email protected]>
> Cc: Michael Ellerman <[email protected]>
> Cc: Paul Mackerras <[email protected]>
> Cc: Peter Hurley <[email protected]>
> Cc: Peter Zijlstra <[email protected]>
> Cc: Rob Herring <[email protected]>
> Cc: Thomas Gleixner <[email protected]>
> Cc: Toshi Kani <[email protected]>
> Cc: Will Deacon <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Link: http://lkml.kernel.org/r/[email protected]
> Signed-off-by: Ingo Molnar <[email protected]>
> ---
>  arch/avr32/include/asm/io.h   | 1 +

For the avr32 part

Acked-by: Hans-Christian Egtvedt <[email protected]>

>  arch/frv/include/asm/io.h     | 1 +
>  arch/m32r/include/asm/io.h    | 1 +
>  arch/m68k/include/asm/io_mm.h | 1 +
>  arch/mn10300/include/asm/io.h | 1 +
>  arch/powerpc/include/asm/io.h | 1 +
>  arch/sh/include/asm/io.h      | 1 +
>  arch/tile/include/asm/io.h    | 1 +
>  8 files changed, 8 insertions(+)

<snipp diff>

-- 
HcE
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to