Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751884AbbG2Kgi (ORCPT ); Wed, 29 Jul 2015 06:36:38 -0400 Received: from cassarossa.samfundet.no ([193.35.52.29]:37730 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750887AbbG2Kgg (ORCPT ); Wed, 29 Jul 2015 06:36:36 -0400 Date: Wed, 29 Jul 2015 12:34:53 +0200 From: Hans-Christian Egtvedt To: gerg@uclinux.org, yasutake.koichi@jp.panasonic.com, gregkh@linuxfoundation.org, a.kesavan@samsung.com, sfr@canb.auug.org.au, hpa@zytor.com, paulus@samba.org, mpe@ellerman.id.au, peter@hurleysoftware.com, linux@roeck-us.net, robh@kernel.org, geert@linux-m68k.org, hskinnemoen@gmail.com, toshi.kani@hp.com, mingo@kernel.org, benh@kernel.crashing.org, mcgrof@suse.com, tglx@linutronix.de, will.deacon@arm.com, fengguang.wu@intel.com, torvalds@linux-foundation.org, kyle@redhat.com, peterz@infradead.org, cmetcalf@ezchip.com, bp@suse.de, dhowells@redhat.com, linux-kernel@vger.kernel.org Cc: linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/mm] arch/*/io.h: Add ioremap_uc() to all architectures Message-ID: <20150729103453.GA26388@samfundet.no> References: <20150728181713.GB30479@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3568 Lines: 86 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 > AuthorDate: Tue, 28 Jul 2015 20:17:13 +0200 > Committer: Ingo Molnar > 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 > Signed-off-by: Luis R. Rodriguez > Cc: Abhilash Kesavan > Cc: Benjamin Herrenschmidt > Cc: Borislav Petkov > Cc: Chris Metcalf > Cc: David Howells > Cc: Fengguang Wu > Cc: Geert Uytterhoeven > Cc: Greg Kroah-Hartman > Cc: Greg Ungerer > Cc: Guenter Roeck > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Cc: Koichi Yasutake > Cc: Kyle McMartin > Cc: Linus Torvalds > Cc: Michael Ellerman > Cc: Paul Mackerras > Cc: Peter Hurley > Cc: Peter Zijlstra > Cc: Rob Herring > Cc: Thomas Gleixner > Cc: Toshi Kani > Cc: Will Deacon > Cc: linux-am33-list@redhat.com > Cc: linux-arch@vger.kernel.org > Cc: linux-m68k@lists.linux-m68k.org > Cc: linux-sh@vger.kernel.org > Cc: linuxppc-dev@lists.ozlabs.org > Link: http://lkml.kernel.org/r/20150728181713.GB30479@wotan.suse.de > Signed-off-by: Ingo Molnar > --- > arch/avr32/include/asm/io.h | 1 + For the avr32 part Acked-by: Hans-Christian Egtvedt > 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(+) -- HcE -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/