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=-7.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH autolearn=ham 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 7ED86C43218 for ; Mon, 10 Jun 2019 21:45:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50246208E3 for ; Mon, 10 Jun 2019 21:45:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560203104; bh=/OAK+wgX00BvEO/5xuEo21p7PZVrq3kJQYAtsMVK2cQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=dBia82KeNjCLVR7OL17pllOUIjK8te/oxmXbuj6rxlGchFemESGm9+uuvXlutT/s+ W6muV027O95K+OLpiixz6FO9P6of+p+fd8sWlpUnRulJshxCMCX0zxyrFLoVj+K0TA bwyzg00HHpKOVfyaz5at+4df67EPhe7M+LCjfdWo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388898AbfFJVpD (ORCPT ); Mon, 10 Jun 2019 17:45:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:54172 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387661AbfFJVpD (ORCPT ); Mon, 10 Jun 2019 17:45:03 -0400 Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E8B4720859; Mon, 10 Jun 2019 21:45:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560203103; bh=/OAK+wgX00BvEO/5xuEo21p7PZVrq3kJQYAtsMVK2cQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=aZBpwUbOWxSeH+0Pzbw2QR+lNr4UlyjDtx6P+G5vkqXUuy18EuVTVg05yDPIO/r+6 aCvLC10NDC+PJ6etbhLlDCy/h9Ov8rPw4w7W+AqIovjG2CYRqdM3C7Ob7q1PwTeAcd eDRHLfo8wuQs4qMYHxAkLOt7oIeQap0GS6+DrsJM= Received: by mail-qt1-f181.google.com with SMTP id a15so12139768qtn.7; Mon, 10 Jun 2019 14:45:02 -0700 (PDT) X-Gm-Message-State: APjAAAXHoPIR1lHdHaDe+5b7S9xB8GEE3sy/qrMrE+YIq1UzWlMSXPm1 CS22NA6pa/kOb+Y/KErNUyjderDS4GCIMOAbzg== X-Google-Smtp-Source: APXvYqzP/smCdJM2r7zYkv6EMMywIyWDi0CbUbkg3kvV0vqRtj3TIU4OoDXxhmFWVdQID4xTkY3MYji0R7fjfCZZFaI= X-Received: by 2002:ac8:3908:: with SMTP id s8mr60371707qtb.224.1560203102240; Mon, 10 Jun 2019 14:45:02 -0700 (PDT) MIME-Version: 1.0 References: <20190602080500.31700-1-paul.walmsley@sifive.com> <20190602080500.31700-3-paul.walmsley@sifive.com> In-Reply-To: <20190602080500.31700-3-paul.walmsley@sifive.com> From: Rob Herring Date: Mon, 10 Jun 2019 15:44:51 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540 To: Paul Walmsley Cc: "linux-kernel@vger.kernel.org" , linux-riscv@lists.infradead.org, Paul Walmsley , Mark Rutland , Palmer Dabbelt , Albert Ou , devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 2, 2019 at 2:05 AM Paul Walmsley wrote: > > Add YAML DT binding documentation for the SiFive FU540 SoC. This > SoC is documented at: > > https://static.dev.sifive.com/FU540-C000-v1.0.pdf > > Passes dt-doc-validate, as of yaml-bindings commit 4c79d42e9216. > > This second version incorporates review feedback from Rob Herring > . > > Signed-off-by: Paul Walmsley > Signed-off-by: Paul Walmsley > Cc: Rob Herring > Cc: Mark Rutland > Cc: Palmer Dabbelt > Cc: Albert Ou > Cc: devicetree@vger.kernel.org > Cc: linux-riscv@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > .../devicetree/bindings/riscv/sifive.yaml | 25 +++++++++++++++++++ > MAINTAINERS | 9 +++++++ > 2 files changed, 34 insertions(+) > create mode 100644 Documentation/devicetree/bindings/riscv/sifive.yaml Reviewed-by: Rob Herring > > diff --git a/Documentation/devicetree/bindings/riscv/sifive.yaml b/Documentation/devicetree/bindings/riscv/sifive.yaml > new file mode 100644 > index 000000000000..ce7ca191789e > --- /dev/null > +++ b/Documentation/devicetree/bindings/riscv/sifive.yaml > @@ -0,0 +1,25 @@ > +# SPDX-License-Identifier: GPL-2.0 Note that the preference for new bindings (or old ones you have ownership of) is to dual license GPL-2.0 and BSD-2-Clause. Rob 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=-7.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH autolearn=ham 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 68D4DC4321A for ; Mon, 10 Jun 2019 21:45:08 +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 3E1172086A for ; Mon, 10 Jun 2019 21:45:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Ld3NrFAx"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="aZBpwUbO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3E1172086A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=z2Fu7Eql52GwYHKAz67VEQkQcUTfNmQjg106eTvheZk=; b=Ld3NrFAxj+Tkr+ a0Z1/O/tTlC1zSQ2+s3O/8S/lGTUUJ4ipXytB8c2n+lJoSJyUdnTBPT9skrljq8Za1cMv18nApdeR 37EOMtkq2VfuchBvMWC1uTCDqeI0LhHNQamhfvX9B2d7VHozVkyA3uPobUml+FerwZ96fUXisdwkV BlAKBotKLWAehR77tLr4yHAwj2lPO0LgS/DlKNcEtxlqlz/p8/i6DuXJ3Nbz88/HqarjO7TGqtWvG 2WKX0/liYj/TFtDcVe7NM6i+xW+Fdc9W8PVIGm8gz3moruMPsoSYxdJ6oBxhRD81uEzFeAgsNelOC 4V0JjSL6x01YwMG2vibA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1haS6E-0005Ys-HG; Mon, 10 Jun 2019 21:45:06 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1haS6B-000575-EE for linux-riscv@lists.infradead.org; Mon, 10 Jun 2019 21:45:05 +0000 Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E9E5F2086A for ; Mon, 10 Jun 2019 21:45:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560203103; bh=/OAK+wgX00BvEO/5xuEo21p7PZVrq3kJQYAtsMVK2cQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=aZBpwUbOWxSeH+0Pzbw2QR+lNr4UlyjDtx6P+G5vkqXUuy18EuVTVg05yDPIO/r+6 aCvLC10NDC+PJ6etbhLlDCy/h9Ov8rPw4w7W+AqIovjG2CYRqdM3C7Ob7q1PwTeAcd eDRHLfo8wuQs4qMYHxAkLOt7oIeQap0GS6+DrsJM= Received: by mail-qt1-f178.google.com with SMTP id j19so12114168qtr.12 for ; Mon, 10 Jun 2019 14:45:02 -0700 (PDT) X-Gm-Message-State: APjAAAXFQMBRFMKReyBJTMfTVZkHr7Y5siHuw4PjhRwICGzqmcKhQOqU CoW1+ErKNGkAeVnvpuxGNPGZ8I3QS8hOmQGmmA== X-Google-Smtp-Source: APXvYqzP/smCdJM2r7zYkv6EMMywIyWDi0CbUbkg3kvV0vqRtj3TIU4OoDXxhmFWVdQID4xTkY3MYji0R7fjfCZZFaI= X-Received: by 2002:ac8:3908:: with SMTP id s8mr60371707qtb.224.1560203102240; Mon, 10 Jun 2019 14:45:02 -0700 (PDT) MIME-Version: 1.0 References: <20190602080500.31700-1-paul.walmsley@sifive.com> <20190602080500.31700-3-paul.walmsley@sifive.com> In-Reply-To: <20190602080500.31700-3-paul.walmsley@sifive.com> From: Rob Herring Date: Mon, 10 Jun 2019 15:44:51 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540 To: Paul Walmsley X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190610_144503_508700_A50AA4C7 X-CRM114-Status: GOOD ( 13.21 ) 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: Mark Rutland , devicetree@vger.kernel.org, Paul Walmsley , Albert Ou , Palmer Dabbelt , "linux-kernel@vger.kernel.org" , linux-riscv@lists.infradead.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 Sun, Jun 2, 2019 at 2:05 AM Paul Walmsley wrote: > > Add YAML DT binding documentation for the SiFive FU540 SoC. This > SoC is documented at: > > https://static.dev.sifive.com/FU540-C000-v1.0.pdf > > Passes dt-doc-validate, as of yaml-bindings commit 4c79d42e9216. > > This second version incorporates review feedback from Rob Herring > . > > Signed-off-by: Paul Walmsley > Signed-off-by: Paul Walmsley > Cc: Rob Herring > Cc: Mark Rutland > Cc: Palmer Dabbelt > Cc: Albert Ou > Cc: devicetree@vger.kernel.org > Cc: linux-riscv@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > .../devicetree/bindings/riscv/sifive.yaml | 25 +++++++++++++++++++ > MAINTAINERS | 9 +++++++ > 2 files changed, 34 insertions(+) > create mode 100644 Documentation/devicetree/bindings/riscv/sifive.yaml Reviewed-by: Rob Herring > > diff --git a/Documentation/devicetree/bindings/riscv/sifive.yaml b/Documentation/devicetree/bindings/riscv/sifive.yaml > new file mode 100644 > index 000000000000..ce7ca191789e > --- /dev/null > +++ b/Documentation/devicetree/bindings/riscv/sifive.yaml > @@ -0,0 +1,25 @@ > +# SPDX-License-Identifier: GPL-2.0 Note that the preference for new bindings (or old ones you have ownership of) is to dual license GPL-2.0 and BSD-2-Clause. Rob _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv