Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp925593ybl; Fri, 30 Aug 2019 09:07:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqxKwrWG8alZCAm7EvGYqsr+yZjDUbVp/aZfSECdeBZVn6az9BlxD4I9TlZ5yfhxaz98pZ5z X-Received: by 2002:a63:9249:: with SMTP id s9mr13199428pgn.356.1567181252535; Fri, 30 Aug 2019 09:07:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567181252; cv=none; d=google.com; s=arc-20160816; b=D0IE0kdQSfd21mSQf8Om8J7UJ9hR7LpZ564JM0q7ItHmVFJaSZgh8R+LvSE7YCawdd sUeoBBq0zaewYyVROwCDsoNZQqUpTVsryDNxDpLPedlKbN+64iVIYpFpce5n5qVEjoQT 7Arjtt+/afcjVKeVWXmLg0JyzEWiGUlA7r/loN4CNm8R7wWc834mBDl9wtx3ZI3OkHYZ pBgsZxrmv5OMQbbharAPhXKC+hggriC/PExpyyePPhfuWDMPZvvgLakPilI8BbEg0rQd kl7WGYhDi++zNcBcxldNGzVvc7N6wMDnk6ZWu9dFHlE26OIoGxD3waO1vE9mQ/+BzUvC 1L3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=JdCWBYhAO53gplX093Vba6ldMLGfEDlrnXSTRVeq3xs=; b=pewpIs9AiVX69VZv8VwCNsxcJy4SlQpVq0eHdjJENOreLHj7gNAkj2Laau0zYZh11u qenDoBRcrLTHyiO0W3jcLn1ngwF0CBtJMWQica8FfInqa4WB9cHGtsyJ/bwXjRtlpPhA /0PSX9gXzVMuFpr5EgTdy3WFEsKA3d3nChO8bZ+r7D3OlNPUa1WqdZ7Jxo5V8wl2fGoN GL+4FFiDWrTEzpNMyGem2+Yicu8q6UIl5QABun43sZDvdCDWoRuFRVN1MEluYU2Reozm vUTJGjGV46C24MvPaW/yzBxoz1IhEPFzuSTO7xkRejWeMbRTwmjP+s5es9HWpok2SpB7 j4Hg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 132si4671109pgc.134.2019.08.30.09.07.17; Fri, 30 Aug 2019 09:07:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728476AbfH3QGZ (ORCPT + 99 others); Fri, 30 Aug 2019 12:06:25 -0400 Received: from verein.lst.de ([213.95.11.211]:56881 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728058AbfH3QGZ (ORCPT ); Fri, 30 Aug 2019 12:06:25 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id C8F59227A8A; Fri, 30 Aug 2019 18:06:20 +0200 (CEST) Date: Fri, 30 Aug 2019 18:06:20 +0200 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Christoph Hellwig , Arnd Bergmann , Guo Ren , Michal Simek , Greentime Hu , Vincent Chen , Guan Xuetao , the arch/x86 maintainers , alpha , arcml , Linux ARM , "open list:QUALCOMM HEXAGON..." , "linux-ia64@vger.kernel.org" , linux-m68k , linux-mips@vger.kernel.org, nios2-dev@lists.rocketboards.org, Openrisc , Parisc List , linux-riscv@lists.infradead.org, linux-s390 , Linux-sh list , sparclinux , linux-xtensa@linux-xtensa.org, MTD Maling List , Linux-Arch , Linux Kernel Mailing List Subject: Re: [PATCH 08/26] m68k: simplify ioremap_nocache Message-ID: <20190830160620.GD26887@lst.de> References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-9-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 19, 2019 at 10:56:02AM +0200, Geert Uytterhoeven wrote: > Hi Christoph, > > On Sat, Aug 17, 2019 at 9:48 AM Christoph Hellwig wrote: > > Just define ioremap_nocache to ioremap instead of duplicating the > > inline. Also defined ioremap_uc in terms of ioremap instead of > > the using a double indirection. > > > > Signed-off-by: Christoph Hellwig > > Acked-by: Geert Uytterhoeven Do you mind picking this up through the m68k tree?