Received: by 10.223.185.116 with SMTP id b49csp5214527wrg; Wed, 7 Mar 2018 08:06:44 -0800 (PST) X-Google-Smtp-Source: AG47ELuq9ULlbmalXKD6/XBZkkhfluXdUaoC+zGih1okbhrGs4iOeTIIX980Zdmg6kj4rsNxzwaw X-Received: by 2002:a17:902:7282:: with SMTP id d2-v6mr21317600pll.303.1520438804623; Wed, 07 Mar 2018 08:06:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520438804; cv=none; d=google.com; s=arc-20160816; b=EJfTYfnzpfjAsU2hLWmnzndjwacuBMzezPJP9nkuOmIFSJZgFk2envV10zR7MLsVMt RM+/zQhxQIg6zoKoKo2gmwpkEQ0L4zR6iTAVf1WXvyQ8lqQDWLKctF35d+TERhasY9pp PLfjiLth7S1HMVgch99t6oLnh2n2klKMY2vobTPpJmDX89wmhCqgHeIXa4kkJf031qrX z7NKKXS6Dt3VKtojN8F77w5KHeUmrctcZhjkIbzWbjQ5MwSX1MT18Smq8nCE4+yvD1T2 KF0B3o5QO+BITj2EjWrt9xPP5O3gZbNzYPbFVZSZBnmn1f0MHeYsXBmjDw3npfF55BeJ vi/A== 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:arc-authentication-results; bh=Vs3Q0auzaak/Pv3qxYenddYCi22LN3bt7VT+7zEjShY=; b=ZOL+fpZ6oFnNZzDmcxowiQovmhahBJgzHbbjNRtXd+0ymbq+QobqzOu5yOwZ6JIvUQ +BG8CCQYq3YhZ5ZyenxS7Gi53s3sIx7jRF1uyuaWrwlboGEGXm+qecmMQqvg0zF/wIid VNy5HLIxF/TDwtAaa4FYmrq9wu7Mj0DYisgZOq5OCiCSzVd219RchaW84h5Iu+Hm4J22 fRsamDzDTUVvggujIsM/bFgOpppa0tTFKWB1GRHD8koOYTFqLIXjmBedsaP6miMx11kJ LTbDm0QOd8XEfFHbO/zyoIO3/ucjkWbiQ/IUnTkiPNTbEWecP9nqlCpWJ3ZTSW/uI8rv gXSA== 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 z15-v6si13535967pll.405.2018.03.07.08.06.29; Wed, 07 Mar 2018 08:06:44 -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 S933982AbeCGQFB (ORCPT + 99 others); Wed, 7 Mar 2018 11:05:01 -0500 Received: from mail.bootlin.com ([62.4.15.54]:42699 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933502AbeCGQFA (ORCPT ); Wed, 7 Mar 2018 11:05:00 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 10636203A5; Wed, 7 Mar 2018 17:04:58 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id A79D42037A; Wed, 7 Mar 2018 17:04:47 +0100 (CET) Date: Wed, 7 Mar 2018 17:04:48 +0100 From: Alexandre Belloni To: James Hogan Cc: Ralf Baechle , Allan Nielsen , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH v5 2/5] MIPS: mscc: add ocelot dtsi Message-ID: <20180307160448.GN3035@piout.net> References: <20180306121607.1567-1-alexandre.belloni@bootlin.com> <20180306121607.1567-3-alexandre.belloni@bootlin.com> <20180307151753.GQ4197@saruman> <20180307152751.GM3035@piout.net> <20180307155605.GS4197@saruman> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180307155605.GS4197@saruman> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/03/2018 at 15:56:07 +0000, James Hogan wrote: > On Wed, Mar 07, 2018 at 04:27:51PM +0100, Alexandre Belloni wrote: > > On 07/03/2018 at 15:17:56 +0000, James Hogan wrote: > > > On Tue, Mar 06, 2018 at 01:16:04PM +0100, Alexandre Belloni wrote: > > > > diff --git a/arch/mips/boot/dts/mscc/ocelot.dtsi b/arch/mips/boot/dts/mscc/ocelot.dtsi > > > > new file mode 100644 > > > > index 000000000000..8c3210577410 > > > > --- /dev/null > > > > +++ b/arch/mips/boot/dts/mscc/ocelot.dtsi > > > > @@ -0,0 +1,117 @@ > > > > +//SPDX-License-Identifier: (GPL-2.0 OR MIT) > > > > > > Niggle: there should be a space after // for consistency with other > > > files. Same in patch 3. > > > > > > > Ah, yes... > > > > If that is the only thing left, I can resend right away > > There are a couple of irqchip patches from v2 which have gone from the > latest versions: > https://patchwork.linux-mips.org/project/linux-mips/list/?series=568 > I'll get those through the irqchip tree. > and the vendor prefix too from v4: > https://patchwork.linux-mips.org/project/linux-mips/list/?series=856 > My mistake, I prepared my series from that patch, excluded instead of from that patch, included. > I presume they're all still relevant. Were you expecting the irqchip > ones to go through MIPS too? We'd need an ack from the irqchip folk if > so. > > Cheers > James -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com