Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp5463244imm; Tue, 31 Jul 2018 11:18:07 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdTW7kNNQrDxqYAy3nrjrLCdVORF7ORk1N0JvikqIFykgMQtwvKP6W1MKurlkrWnHZdUq+L X-Received: by 2002:a17:902:b112:: with SMTP id q18-v6mr21095586plr.284.1533061087684; Tue, 31 Jul 2018 11:18:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533061087; cv=none; d=google.com; s=arc-20160816; b=Ra4mpkUs7gL+FNe8IVuj+zoVKTfCFcA5h8i5jcuu29ZlHRywKIf68I3DF+cfQLkC1j 3r/rM/Ui6dLzXaB/6lj5m8vZVSZnONkTlRGRBAsyxP4YM/cl52vKXlrzNBCuVVTVqsnm ZdcBykgHtUFsiRhtkz5suyBOyXPuhYQO1KbQrjtiCocBAphT0wmU6N8sKN4WVn7z2L/7 sctaZXJbXXKU1Q2KJ1WUZ4sBe2uLXRkGCc4fyLUpD8iuGjYpfGqok/J4M11t5Tyox3rf 2Yser001ajKBmE9CiBFh8luVj+/ha82mAiv/XScsufn6YlD04WLLBNLjDwUuOanbspuw JvfA== 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=tdmKjWZ/4F8QZmD2bczOQK54Yvr7V9f+zwAD+NMjb2I=; b=u7ozVFkSEHr/CY7Qy2GTjoUJO6Ucy8kJs1TDGLsWn+O8dVIMWzPyLQbHnuLyymMifS GrXtgDzm7wHn4wcr19ePOIwqlp+LjnVFlJ5n2qarEwqDFAIWfPJthfJKvyp49x8EiM9r I3f/jTeK8VICx+jvPUAhvv+E+Tdn692UDSR6YKQlDmRWkRUUrOsW+/q97t+ft/5N5cuM +Bn2ZooO3aJ/9PRp+DMvZ7VmElIqTxwkCOmt/1Jhigkxz+YGL/5jrgTdzActXWfST62K 5m4wGvdeycteJhjS4rlmFreGpzhIiQrLwzXh4Gof3hBa5RE3w1pMIZmmHt5pBLSpPQvn xc0A== 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 a4-v6si14856605pgl.9.2018.07.31.11.17.48; Tue, 31 Jul 2018 11:18:07 -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 S1731364AbeGaT6L (ORCPT + 99 others); Tue, 31 Jul 2018 15:58:11 -0400 Received: from mail.bootlin.com ([62.4.15.54]:47295 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728140AbeGaT6K (ORCPT ); Tue, 31 Jul 2018 15:58:10 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 0192B207AA; Tue, 31 Jul 2018 20:16:38 +0200 (CEST) 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 shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id C80A720756; Tue, 31 Jul 2018 20:16:27 +0200 (CEST) Date: Tue, 31 Jul 2018 20:16:28 +0200 From: Alexandre Belloni To: Paul Burton Cc: Mark Brown , James Hogan , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Thomas Petazzoni , Allan Nielsen Subject: Re: [PATCH v4 0/3] Add support for MSCC Ocelot SPI Message-ID: <20180731181628.GX28585@piout.net> References: <20180731143855.7131-1-alexandre.belloni@bootlin.com> <20180731173809.eovsuiezlqzud7zi@pburton-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180731173809.eovsuiezlqzud7zi@pburton-laptop> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 31/07/2018 10:38:09-0700, Paul Burton wrote: > Hi Alexandre, > > On Tue, Jul 31, 2018 at 04:38:52PM +0200, Alexandre Belloni wrote: > > Hello, > > > > This series only contains the DT documentation and the corresponding DT addition > > since it has been rebased on spi-next. > > > > Alexandre Belloni (3): > > spi: dw: document Microsemi integration > > mips: dts: mscc: Add spi on Ocelot > > mips: dts: mscc: enable spi and NOR flash support on ocelot PCB123 > > > > .../devicetree/bindings/spi/snps,dw-apb-ssi.txt | 6 ++++-- > > arch/mips/boot/dts/mscc/ocelot.dtsi | 11 +++++++++++ > > arch/mips/boot/dts/mscc/ocelot_pcb123.dts | 10 ++++++++++ > > 3 files changed, 25 insertions(+), 2 deletions(-) > > Thanks - looks like the DT binding has been accepted, so I've applied > patches 2 & 3 to mips-next for 4.19. > Thank you, it is great to see that going in as this makes the platform much more useful ! -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com