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 <mcgrof@xxxxxxxx> > AuthorDate: Tue, 28 Jul 2015 20:17:13 +0200 > Committer: Ingo Molnar <mingo@xxxxxxxxxx> > 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 <sfr@xxxxxxxxxxxxxxxx> > Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxx> > Cc: Abhilash Kesavan <a.kesavan@xxxxxxxxxxx> > Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> > Cc: Borislav Petkov <bp@xxxxxxx> > Cc: Chris Metcalf <cmetcalf@xxxxxxxxxx> > Cc: David Howells <dhowells@xxxxxxxxxx> > Cc: Fengguang Wu <fengguang.wu@xxxxxxxxx> > Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Greg Ungerer <gerg@xxxxxxxxxxx> > Cc: Guenter Roeck <linux@xxxxxxxxxxxx> > Cc: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> > Cc: Hans-Christian Egtvedt <egtvedt@xxxxxxxxxxxx> > Cc: Koichi Yasutake <yasutake.koichi@xxxxxxxxxxxxxxxx> > Cc: Kyle McMartin <kyle@xxxxxxxxxx> > Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> > Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> > Cc: Paul Mackerras <paulus@xxxxxxxxx> > Cc: Peter Hurley <peter@xxxxxxxxxxxxxxxxxx> > Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> > Cc: Rob Herring <robh@xxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Toshi Kani <toshi.kani@xxxxxx> > Cc: Will Deacon <will.deacon@xxxxxxx> > Cc: linux-am33-list@xxxxxxxxxx > Cc: linux-arch@xxxxxxxxxxxxxxx > Cc: linux-m68k@xxxxxxxxxxxxxxxxxxxx > Cc: linux-sh@xxxxxxxxxxxxxxx > Cc: linuxppc-dev@xxxxxxxxxxxxxxxx > Link: http://lkml.kernel.org/r/20150728181713.GB30479@xxxxxxxxxxxxx > Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> > --- > arch/avr32/include/asm/io.h | 1 + For the avr32 part Acked-by: Hans-Christian Egtvedt <egtvedt@xxxxxxxxxxxx> > 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-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |