From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85472C3A59B for ; Mon, 2 Sep 2019 07:53:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66CC52173E for ; Mon, 2 Sep 2019 07:53:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729982AbfIBHxO (ORCPT ); Mon, 2 Sep 2019 03:53:14 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:33555 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729457AbfIBHxO (ORCPT ); Mon, 2 Sep 2019 03:53:14 -0400 Received: by mail-ot1-f66.google.com with SMTP id p23so12811311oto.0; Mon, 02 Sep 2019 00:53:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eXerReUtklcQDMDiAd2B7yy5/iYyeA9QfRGIULHn46Y=; b=TimCe+rboTXhKNRwod9wY0LQixXq7N4d44ur73fTW2/Sl9IlzP0TM034In+nMphow6 xiWiEDZqeMr0hSqMmT3xGkOz7OVg3dbGFxB6DnaI7/rbUfGLp5wGTB8UdW1WjXG8zXJq GC35+s1KZNEV6mpr4HpVQXkHzZooeXqyeTqNvhLbts5fV4wZDQecIXdsonD0+BAab9PD ij7RgMJOuMnsdBRGk7Iikhn+E+SpUcF8PhWa1X7S/JkgFIr4SpDy+OGKLjntqmbZyPL8 YXo/hLdpnibizxv/zjuyNQYT5x6g91TVLGViL8KITcv+fUoz2h9zZaMW/KkBcnt6S4gT 8YrQ== X-Gm-Message-State: APjAAAX7DS5L5+NH75wZDOV+fHjVTm+zfjVhMTvhhFYG555Vtd1bttjE mQDQeXujl1PugjbVRt4e0bk7o6oxmGdZkjYu+9w= X-Google-Smtp-Source: APXvYqwnZmuBQPAycR4wh+MzLxpLnaIqn9yYtJhnEginGgy5iGXJS00OPV33e9x6cT87GYQg3tA+HlJbqb3xbqDiJRA= X-Received: by 2002:a9d:61c3:: with SMTP id h3mr14729198otk.39.1567410792636; Mon, 02 Sep 2019 00:53:12 -0700 (PDT) MIME-Version: 1.0 References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-9-hch@lst.de> <20190830160620.GD26887@lst.de> In-Reply-To: <20190830160620.GD26887@lst.de> From: Geert Uytterhoeven Date: Mon, 2 Sep 2019 09:53:01 +0200 Message-ID: Subject: Re: [PATCH 08/26] m68k: simplify ioremap_nocache To: Christoph Hellwig Cc: 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 Content-Type: text/plain; charset="UTF-8" Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi Christoph, On Fri, Aug 30, 2019 at 6:06 PM Christoph Hellwig wrote: > On Mon, Aug 19, 2019 at 10:56:02AM +0200, Geert Uytterhoeven wrote: > > 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? Sure. Applied and queued for v5.4. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds