Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2481059ybc; Sun, 17 Nov 2019 22:54:04 -0800 (PST) X-Google-Smtp-Source: APXvYqzZKFbE+IiEQKee+G2VUI0WCBetGcquB99iyhcTr+RAEWLQg22sCYMc6Pbfijfr6EgDCTGV X-Received: by 2002:a17:906:32d0:: with SMTP id k16mr23531054ejk.155.1574060043929; Sun, 17 Nov 2019 22:54:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574060043; cv=none; d=google.com; s=arc-20160816; b=QDcxI/qvdo0XrnvQExY/RE0vDqe1rpdmg6jnCjKxmQsKN43JlaUvwda0Umpfw9RaFZ qKN5N3wvNXu97IzjFuRD5Zjm4erSTfFsJ054q5dLwoseX+Kyjg/MMRSnc8FnegZgUnRj TUMkwE2PlbStQSEEYPEr+ZL9IfuxpN+1i8XALFFGzQ+RsQSuwB2Khv01pwiY1fzZOlI+ uH28bOUqfZuqaL687jpBK29+pCan/i0hjfsRtjs20VnhqASd1zz5kR1E2CvFRRsBaQNF scvfEoKCxdkZcdIGjMJEYHJuHDKavFA1qWGMi4EwPdf35Aka2g2nrYNZmvgE2s3ozND7 bl6w== 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=OJMZgRvhCifqRAMTc1x5Hirsn9IZUvNwUCuASZ3Byco=; b=PcknaK1o02ckjXtNHeTbkwsMGW9Atqb2GHg3BKvE8AgFlFDpNG+inS//UI0u/cTxKU 8elExkjV0YCmjLsf867JoaWvdrpgdrFuvuldK34dnhBFoer+h+vsE7gz91SFVyQK2Pi4 fmN9zdr1DWJ2gFKhYvjkCfEGqnqBS/OuFoA+YlYX6WDcvDAnLtjhuo79A2jaLfeFxJFi FvDnnptHrToPTXpjR0t6TDECIGYHC15Cm4pOOOZet03Q6kKwmg5YUWDUjuyoHZNnU5sI fUXdOOYHyqB9h4+NHLkIjce7RtmkyCNVhpzdkmZw6hnyYxgSSieZNNE6OGenR+XhcH8l C2HA== 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 h26si10235774ejy.355.2019.11.17.22.53.40; Sun, 17 Nov 2019 22:54:03 -0800 (PST) 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 S1726716AbfKRGvv (ORCPT + 99 others); Mon, 18 Nov 2019 01:51:51 -0500 Received: from verein.lst.de ([213.95.11.211]:55015 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726455AbfKRGvv (ORCPT ); Mon, 18 Nov 2019 01:51:51 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 3EFC068B05; Mon, 18 Nov 2019 07:51:49 +0100 (CET) Date: Mon, 18 Nov 2019 07:51:49 +0100 From: Christoph Hellwig To: Stephen Rothwell Cc: Christoph Hellwig , Palmer Dabbelt , Paul Walmsley , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: manual merge of the generic-ioremap tree with the risc-v tree Message-ID: <20191118065149.GA4850@lst.de> References: <20191118174501.73050c78@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191118174501.73050c78@canb.auug.org.au> 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, Nov 18, 2019 at 05:45:01PM +1100, Stephen Rothwell wrote: > 0c3ac28931d5 ("riscv: separate MMIO functions into their own header file") As already mentioned in reply to this patch when it was posted I think this kinda of split is a very bad idea.