From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 28 Oct 2019 15:29:56 +0000 Subject: Re: [PATCH 08/21] x86: clean up ioremap Message-Id: <20191028152956.GA28048@lst.de> List-Id: References: <20191017174554.29840-1-hch@lst.de> <20191017174554.29840-9-hch@lst.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Thomas Gleixner Cc: Christoph Hellwig , Arnd Bergmann , Guo Ren , Michal Simek , Greentime Hu , Vincent Chen , Guan Xuetao , x86@kernel.org, linux-alpha@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, nios2-dev@lists.rocketboards.org, openrisc@lists.librecores.org, linux-parisc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-mtd@lists.infradead.org, linux-arch@vger.kernel.org, linux-kernel@vger.k On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together. 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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 7CA32CA9EC2 for ; Mon, 28 Oct 2019 15:30:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5C72A217D6 for ; Mon, 28 Oct 2019 15:30:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729547AbfJ1PaC (ORCPT ); Mon, 28 Oct 2019 11:30:02 -0400 Received: from verein.lst.de ([213.95.11.211]:35067 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728132AbfJ1PaB (ORCPT ); Mon, 28 Oct 2019 11:30:01 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id C147268B05; Mon, 28 Oct 2019 16:29:56 +0100 (CET) Date: Mon, 28 Oct 2019 16:29:56 +0100 From: Christoph Hellwig To: Thomas Gleixner Cc: Christoph Hellwig , Arnd Bergmann , Guo Ren , Michal Simek , Greentime Hu , Vincent Chen , Guan Xuetao , x86@kernel.org, linux-alpha@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, nios2-dev@lists.rocketboards.org, openrisc@lists.librecores.org, linux-parisc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-mtd@lists.infradead.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 08/21] x86: clean up ioremap Message-ID: <20191028152956.GA28048@lst.de> References: <20191017174554.29840-1-hch@lst.de> <20191017174554.29840-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-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 08/21] x86: clean up ioremap Date: Mon, 28 Oct 2019 16:29:56 +0100 Message-ID: <20191028152956.GA28048@lst.de> References: <20191017174554.29840-1-hch@lst.de> <20191017174554.29840-9-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Thomas Gleixner Cc: Christoph Hellwig , Arnd Bergmann , Guo Ren , Michal Simek , Greentime Hu , Vincent Chen , Guan Xuetao , x86@kernel.org, linux-alpha@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, nios2-dev@lists.rocketboards.org, openrisc@lists.librecores.org, linux-parisc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-mtd@lists.infradead.org, linux-arch@vger.kernel.org, linux-kernel@vger.k List-Id: linux-arch.vger.kernel.org On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together. 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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 EFE03CA9EC2 for ; Mon, 28 Oct 2019 15:30:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C4EBF217D6 for ; Mon, 28 Oct 2019 15:30:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="SXNibsy8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C4EBF217D6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=aJbH+7Z88v781Pd1alQikxdzy0rMiwnw1MA1VZb5Q+M=; b=SXNibsy8meeSDr 6JYVsOPKWhRFiTfg2dBToqKHxShuW1lLj67rEqkqdZxgZU0sPjEgVJdNPo0nadEokQdY0yCZuU2Hu QppHN/sVcHkjNeORIcFLJl/VbCG47rORS1QJqA2q0HNpJvI0rGEZxmd1RJBCaECZDXdNVro+5JiVr aYjGZNF7doekuPtf8CRNZvetm/om0OQJEk3SGkidt+gTxUaRAUGCUMKoAr0PybJAV+2Kwky4TJuS1 NzJ/93y7tSRf8Va7tVTAHNUo8fQ1UDRzXHjK1KIojE1oRiOGcsuY8yEp29CHowDkvRiOqS3VhcLh8 IcvhRhHT66GMzjWefUFg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iP6yX-0008Su-1o; Mon, 28 Oct 2019 15:30:33 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iP6y3-0006jq-Su; Mon, 28 Oct 2019 15:30:05 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id C147268B05; Mon, 28 Oct 2019 16:29:56 +0100 (CET) Date: Mon, 28 Oct 2019 16:29:56 +0100 From: Christoph Hellwig To: Thomas Gleixner Subject: Re: [PATCH 08/21] x86: clean up ioremap Message-ID: <20191028152956.GA28048@lst.de> References: <20191017174554.29840-1-hch@lst.de> <20191017174554.29840-9-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191028_083004_091761_48CAFFC9 X-CRM114-Status: UNSURE ( 6.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Guo Ren , sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org, Vincent Chen , Christoph Hellwig , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, linux-hexagon@vger.kernel.org, x86@kernel.org, linux-snps-arc@lists.infradead.org, linux-xtensa@linux-xtensa.org, Arnd Bergmann , linux-m68k@lists.linux-m68k.org, openrisc@lists.librecores.org, Greentime Hu , linux-mtd@lists.infradead.org, Guan Xuetao , linux-arm-kernel@lists.infradead.org, Michal Simek , linux-parisc@vger.kernel.org, linux-mips@vger.kernel.org, linux-alpha@vger.kernel.org, nios2-dev@lists.rocketboards.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 D7476CA9EC0 for ; Mon, 28 Oct 2019 15:30:33 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A8F2F217D6 for ; Mon, 28 Oct 2019 15:30:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BzSD5Tjr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A8F2F217D6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sU81scM8R2aiQL5Uu2Bgi3WnCJspg9ZxhW6q0J6mWXY=; b=BzSD5TjrEc1q7u DqaSDwR7q1g2apa9luvjqY39DMPxrTzu10llRcimNSwisHu0j0Wf0+HYPC0BmuOZ4wLnhuu4wN6HW ydTWnVIOHHRCG9MKRoE/8SKOCHF7Pc9ILFr+672Wb0ic10ojQMibehhlQTEGstorn65kVWRrUpWe5 pr3eUGZvZv3Jy1nnlf3HX/gLvAmVOx4TNaUO38Ou4sGj50oylZajpsuLDwFXyFarhxaM2ayo6NzRR Q6agbYmke64rzmq0y4vB3AKyzuLyHK3ERYyen8NvyobnqZL9cBj64zRwH4GCtlkG57LNjn/hmahLn AYPXLSsbanEPOhlRHDCg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iP6yI-0008D1-CI; Mon, 28 Oct 2019 15:30:18 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iP6y3-0006jq-Su; Mon, 28 Oct 2019 15:30:05 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id C147268B05; Mon, 28 Oct 2019 16:29:56 +0100 (CET) Date: Mon, 28 Oct 2019 16:29:56 +0100 From: Christoph Hellwig To: Thomas Gleixner Subject: Re: [PATCH 08/21] x86: clean up ioremap Message-ID: <20191028152956.GA28048@lst.de> References: <20191017174554.29840-1-hch@lst.de> <20191017174554.29840-9-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191028_083004_091761_48CAFFC9 X-CRM114-Status: UNSURE ( 6.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Guo Ren , sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org, Vincent Chen , Christoph Hellwig , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, linux-hexagon@vger.kernel.org, x86@kernel.org, linux-snps-arc@lists.infradead.org, linux-xtensa@linux-xtensa.org, Arnd Bergmann , linux-m68k@lists.linux-m68k.org, openrisc@lists.librecores.org, Greentime Hu , linux-mtd@lists.infradead.org, Guan Xuetao , linux-arm-kernel@lists.infradead.org, Michal Simek , linux-parisc@vger.kernel.org, linux-mips@vger.kernel.org, linux-alpha@vger.kernel.org, nios2-dev@lists.rocketboards.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together. ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ 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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 C2E78CA9EC0 for ; Mon, 28 Oct 2019 15:30:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 98709217D6 for ; Mon, 28 Oct 2019 15:30:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="NU8CYpnM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 98709217D6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6f8+gLzqUiE9wjiRL0DV5WxQB7Z/gp4PY8yB/xDglWc=; b=NU8CYpnM8H7Ajq 8ZNzHTMtBhMpwX1KubnDhT/5i7spQhNJYazjoH16ZnSEEeDlo1kF7RNjIEj6Op+ZSPbJtwWhweA24 56/ahV205Z6PwouUa412+6zrMweSkau5elGUa1FIHNE0pbmq+f+5nAcNOgVOsYAqazX7GAuPg7Une /2H9WoadzbfCgmnKs6Ez59gW1X/YfmXFk8oGlSo0Fw/SRFyVFQEQKYr1sKf+IGuQ4nv/b1fp/cd61 AI3x4/vxKvch+jxVfIUF8wkWjLCJIsLOPPr1+2ZmGoqQxxhu7L/VC5F7BzlaLOAeX4zIrdlbKvyIe GhFWWnvIVnw83my3ppvA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iP6yY-0008Vl-Ie; Mon, 28 Oct 2019 15:30:34 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iP6y3-0006jq-Su; Mon, 28 Oct 2019 15:30:05 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id C147268B05; Mon, 28 Oct 2019 16:29:56 +0100 (CET) Date: Mon, 28 Oct 2019 16:29:56 +0100 From: Christoph Hellwig To: Thomas Gleixner Subject: Re: [PATCH 08/21] x86: clean up ioremap Message-ID: <20191028152956.GA28048@lst.de> References: <20191017174554.29840-1-hch@lst.de> <20191017174554.29840-9-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191028_083004_091761_48CAFFC9 X-CRM114-Status: UNSURE ( 6.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Guo Ren , sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org, Vincent Chen , Christoph Hellwig , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, linux-hexagon@vger.kernel.org, x86@kernel.org, linux-snps-arc@lists.infradead.org, linux-xtensa@linux-xtensa.org, Arnd Bergmann , linux-m68k@lists.linux-m68k.org, openrisc@lists.librecores.org, Greentime Hu , linux-mtd@lists.infradead.org, Guan Xuetao , linux-arm-kernel@lists.infradead.org, Michal Simek , linux-parisc@vger.kernel.org, linux-mips@vger.kernel.org, linux-alpha@vger.kernel.org, nios2-dev@lists.rocketboards.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together. _______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc 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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 E8ABBCA9EC0 for ; Mon, 28 Oct 2019 15:30:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BBD3621783 for ; Mon, 28 Oct 2019 15:30:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="iQ8iu1T0" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BBD3621783 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gupxeteGQ5TkDNYdhwGg6h66xokyGjYV4fVfEvqXC8U=; b=iQ8iu1T0xkFdkr T/KmHyD0jX/UX+dWYNjoT0ckQH9PneZHSo+A8aRk6aFDNV6aWtjICFNp1ZTLiKJpbd1uAq257mURO 2llL7gIaf2qAb46tXxSzABoS1XZMu0hkz0tBUjrB39ULTcNSixxG+nkqV+6wWt+oxVyHG73qO6151 j2gZ5N6d5/E6b5raNyTGIEB7uyllyJPxXkTjIw6Ldb4IlROnoKdBU4FUBbu88UUOkbADUvT2F2826 naM0UGl7l0sIlClgKgX5jW+gfVvs7Lmp+zQciqc3r7vbqzpzjGMpPWMZGU2AqEI94keLfRtdwjekE urBkrfWyIndBtW13J+4Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iP6y7-0007dc-Pa; Mon, 28 Oct 2019 15:30:07 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iP6y3-0006jq-Su; Mon, 28 Oct 2019 15:30:05 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id C147268B05; Mon, 28 Oct 2019 16:29:56 +0100 (CET) Date: Mon, 28 Oct 2019 16:29:56 +0100 From: Christoph Hellwig To: Thomas Gleixner Subject: Re: [PATCH 08/21] x86: clean up ioremap Message-ID: <20191028152956.GA28048@lst.de> References: <20191017174554.29840-1-hch@lst.de> <20191017174554.29840-9-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191028_083004_091761_48CAFFC9 X-CRM114-Status: UNSURE ( 6.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Guo Ren , sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org, Vincent Chen , Christoph Hellwig , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, linux-hexagon@vger.kernel.org, x86@kernel.org, linux-snps-arc@lists.infradead.org, linux-xtensa@linux-xtensa.org, Arnd Bergmann , linux-m68k@lists.linux-m68k.org, openrisc@lists.librecores.org, Greentime Hu , linux-mtd@lists.infradead.org, Guan Xuetao , linux-arm-kernel@lists.infradead.org, Michal Simek , linux-parisc@vger.kernel.org, linux-mips@vger.kernel.org, linux-alpha@vger.kernel.org, nios2-dev@lists.rocketboards.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 28 Oct 2019 16:29:56 +0100 Subject: [OpenRISC] [PATCH 08/21] x86: clean up ioremap In-Reply-To: References: <20191017174554.29840-1-hch@lst.de> <20191017174554.29840-9-hch@lst.de> Message-ID: <20191028152956.GA28048@lst.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: openrisc@lists.librecores.org On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together.