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=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A2356C5517A for ; Mon, 9 Nov 2020 22:11:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5CFE82068D for ; Mon, 9 Nov 2020 22:11:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731256AbgKIWL1 (ORCPT ); Mon, 9 Nov 2020 17:11:27 -0500 Received: from mail-ot1-f68.google.com ([209.85.210.68]:41097 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729247AbgKIWL0 (ORCPT ); Mon, 9 Nov 2020 17:11:26 -0500 Received: by mail-ot1-f68.google.com with SMTP id n15so10548880otl.8; Mon, 09 Nov 2020 14:11:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=w99VRsHxGGVhkKnYr9GxplJ6+hwzD9gZqjB/fyCbsQA=; b=OUlRQ4rFhqspSc7MrCRLYMiTt77jR5sJ8K6a2Kzr4rYYg+mACq1z3LzqYIQ7akCfM7 DX/2CRpmX6Qie4quKkzSTwiOYrIgN2H76QEmKizVxOtjraFzgp8aesbAFFMC5Fvhck0n O1YF3y6rXC9BJ0V7XC+qvaR0lgwecQxqBemq4QzVDqJnKonlsoBxcfh7u8RKOb4QxNav RZTy+jcDJOXhNnPg15zos7yQBEUQJ4H7uLOxsAzlTLSgLwDh/ruVAWpgxgcAscaPwjYg Faf6+w828HVn4eEvRG1fnzoM1iyCmzMx7bDkC1nk+bgiPKeUv94eUh9El+lARomJz+8C Qi5g== X-Gm-Message-State: AOAM530kn4tgKaZDfDC+YqWk1ikVA4RqztZ4GUVaFl6LdW0J2yqzNZLP HBSHbogTw5dTkKsFcOyG4Q== X-Google-Smtp-Source: ABdhPJyOksCeOBm7Kr71g34UbyQfWqqLB5Tuz20BPaZCFCHazu4Vl2Z1fmfv9TZy1F4NE4IFf2jMVA== X-Received: by 2002:a9d:6416:: with SMTP id h22mr1316544otl.241.1604959884908; Mon, 09 Nov 2020 14:11:24 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id z77sm2676516ooa.37.2020.11.09.14.11.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Nov 2020 14:11:24 -0800 (PST) Received: (nullmailer pid 1846745 invoked by uid 1000); Mon, 09 Nov 2020 22:11:23 -0000 Date: Mon, 9 Nov 2020 16:11:23 -0600 From: Rob Herring To: Laurentiu Tudor Cc: ioana.ciornei@nxp.com, corbet@lwn.net, leoyang.li@nxp.com, davem@davemloft.net, linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, robh+dt@kernel.org, kuba@kernel.org, Ionut-robert Aron Subject: Re: [PATCH v2 2/2] dt-bindings: misc: convert fsl, qoriq-mc from txt to YAML Message-ID: <20201109221123.GA1846668@bogus> References: <20201109104635.21116-1-laurentiu.tudor@nxp.com> <20201109104635.21116-2-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201109104635.21116-2-laurentiu.tudor@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 09 Nov 2020 12:46:35 +0200, Laurentiu Tudor wrote: > From: Ionut-robert Aron > > Convert fsl,qoriq-mc to YAML in order to automate the verification > process of dts files. In addition, update MAINTAINERS accordingly > and, while at it, add some missing files. > > Signed-off-by: Ionut-robert Aron > [laurentiu.tudor@nxp.com: update MINTAINERS, updates & fixes in schema] > Signed-off-by: Laurentiu Tudor > --- > Changes in v2: > - fixed errors reported by yamllint > - dropped multiple unnecessary quotes > - used schema instead of text in description > - added constraints on dpmac reg property > > .../devicetree/bindings/misc/fsl,qoriq-mc.txt | 196 ---------------- > .../bindings/misc/fsl,qoriq-mc.yaml | 210 ++++++++++++++++++ > .../ethernet/freescale/dpaa2/overview.rst | 5 +- > MAINTAINERS | 4 +- > 4 files changed, 217 insertions(+), 198 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt > create mode 100644 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml > Applied, thanks! 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=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A3C51C2D0A3 for ; Mon, 9 Nov 2020 22:14:39 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 9959C206A4 for ; Mon, 9 Nov 2020 22:14:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9959C206A4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CVQJq5RfJzDqRf for ; Tue, 10 Nov 2020 09:14:35 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.65; helo=mail-ot1-f65.google.com; envelope-from=robherring2@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4CVQFD1JwgzDqdj for ; Tue, 10 Nov 2020 09:11:27 +1100 (AEDT) Received: by mail-ot1-f65.google.com with SMTP id 30so4800418otx.9 for ; Mon, 09 Nov 2020 14:11:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=w99VRsHxGGVhkKnYr9GxplJ6+hwzD9gZqjB/fyCbsQA=; b=WZV3xHmxUVDMXwruL3H+R3GiJOx+HvMH8YuqbLA7H2Mo/zJDFyYNXU6XQTrNvlg7dH sIj12ml1NBU6g32Wg7ZBInz82jMYDA02xT+/bWoCQMj2WL2EQQoTijnq/wqiPr6LWkbG R48SIu7aEPOYR5Rj5xPcl6OdbNVQSKPmYedSqccfQJZGGTBXPuLLqQVZh2spkcQYcmY6 EV9l3krz8vJ4ZVVn5g4nbbIQuPcrhfHOpk/P+WJ0ar0qJx2x0m3g0+3FRX9XMtjOOmDI Cadm21X6TDSmKe6hKGmlqhlWCMKt9Mo5In/7nyzcX2LdXLwmxRfOUMLDtsTQjvgTHKP8 rHvg== X-Gm-Message-State: AOAM532NarHniggGfxDxWSexObheCxlqlkzF2PqCON0TIUgBwKJZEqTA VklViK51GYf3fhI5jgo/Yw== X-Google-Smtp-Source: ABdhPJyOksCeOBm7Kr71g34UbyQfWqqLB5Tuz20BPaZCFCHazu4Vl2Z1fmfv9TZy1F4NE4IFf2jMVA== X-Received: by 2002:a9d:6416:: with SMTP id h22mr1316544otl.241.1604959884908; Mon, 09 Nov 2020 14:11:24 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id z77sm2676516ooa.37.2020.11.09.14.11.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Nov 2020 14:11:24 -0800 (PST) Received: (nullmailer pid 1846745 invoked by uid 1000); Mon, 09 Nov 2020 22:11:23 -0000 Date: Mon, 9 Nov 2020 16:11:23 -0600 From: Rob Herring To: Laurentiu Tudor Subject: Re: [PATCH v2 2/2] dt-bindings: misc: convert fsl, qoriq-mc from txt to YAML Message-ID: <20201109221123.GA1846668@bogus> References: <20201109104635.21116-1-laurentiu.tudor@nxp.com> <20201109104635.21116-2-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201109104635.21116-2-laurentiu.tudor@nxp.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, corbet@lwn.net, netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, leoyang.li@nxp.com, robh+dt@kernel.org, ioana.ciornei@nxp.com, Ionut-robert Aron , kuba@kernel.org, linuxppc-dev@lists.ozlabs.org, davem@davemloft.net, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, 09 Nov 2020 12:46:35 +0200, Laurentiu Tudor wrote: > From: Ionut-robert Aron > > Convert fsl,qoriq-mc to YAML in order to automate the verification > process of dts files. In addition, update MAINTAINERS accordingly > and, while at it, add some missing files. > > Signed-off-by: Ionut-robert Aron > [laurentiu.tudor@nxp.com: update MINTAINERS, updates & fixes in schema] > Signed-off-by: Laurentiu Tudor > --- > Changes in v2: > - fixed errors reported by yamllint > - dropped multiple unnecessary quotes > - used schema instead of text in description > - added constraints on dpmac reg property > > .../devicetree/bindings/misc/fsl,qoriq-mc.txt | 196 ---------------- > .../bindings/misc/fsl,qoriq-mc.yaml | 210 ++++++++++++++++++ > .../ethernet/freescale/dpaa2/overview.rst | 5 +- > MAINTAINERS | 4 +- > 4 files changed, 217 insertions(+), 198 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt > create mode 100644 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml > Applied, thanks! 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=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 5E4D5C2D0A3 for ; Mon, 9 Nov 2020 22:12:34 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 CE32E206A4 for ; Mon, 9 Nov 2020 22:12: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="1qvvKZM6" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CE32E206A4 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-arm-kernel-bounces+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=merlin.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=fvr+/uYojz/nBZF3L4fI5dHY1691ajSakMugPm9fWGA=; b=1qvvKZM6diZI7j7ititrZwXoT hX6CTOKZlkN4CfIoE4JHdNQbVXYhGa811Gf2V8XXZJMfXJj4dByuAE7RZxDlkCsAjc/LprlzFbp9s ePvmSOAcqH0Popxo+JUBCvWBrRklxFU73LkWJu6z9rrUCS6//FOYKDtLNG7IF9TEpCeQSkx3tlp/R jqwrMQQixvcj7JgN9Wd0/vO0vzcmmblJAmQ1lTTyfI7gLgdNCB3G48BB/XKrYq9dVzwOiCAHpKh63 LXHqLbftGCiRBQpu/9xAhwVnO+sX1hUajqncbvK1F9c8LM6j6Wy6vIcKqWZ80MaTPSvBl2t0ZsLQS UcgmMKdjg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kcFNo-00073p-5C; Mon, 09 Nov 2020 22:11:28 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kcFNl-00072B-CC for linux-arm-kernel@lists.infradead.org; Mon, 09 Nov 2020 22:11:26 +0000 Received: by mail-ot1-f66.google.com with SMTP id g19so10531566otp.13 for ; Mon, 09 Nov 2020 14:11:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=w99VRsHxGGVhkKnYr9GxplJ6+hwzD9gZqjB/fyCbsQA=; b=eeXTDz0LKdTfcoxfIYYzcBiaWl6PXMYfy6Mfrq8nb0nRSmuMheWXu5/dKLKr5htcLr TyPXIlZEkKTv7d5OUJiIqQ/9GP4/aE2kkaQYDcCNYHs0piaW7vSjtM3w29cYI8DR1sR2 M9Y+2i6tyWL52h5nmDHRFYLgssRalpryWs6yBKAXI2FUrgABsc/o4alrC7/xKRqmVOQv YW5oF0yD0d0pXZc/5vnHfy5rRidmU9+uoDTuIz2TCKE39wcKZ5voowOM8WHiWav9joti TCsJ6/iHCeqyv8lKZpOgdRLkeqkyG8lcvPngymi6cesKsVKq0AkWuOPPCjOFehsHptRP EfYQ== X-Gm-Message-State: AOAM530CPKG98ifWKUC2DK9Wc1Dsfbfk80gYUkvfTKWIRTzqWcSCPNTv wkBbGKJ5p6Wn8gvWU+In/Q== X-Google-Smtp-Source: ABdhPJyOksCeOBm7Kr71g34UbyQfWqqLB5Tuz20BPaZCFCHazu4Vl2Z1fmfv9TZy1F4NE4IFf2jMVA== X-Received: by 2002:a9d:6416:: with SMTP id h22mr1316544otl.241.1604959884908; Mon, 09 Nov 2020 14:11:24 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id z77sm2676516ooa.37.2020.11.09.14.11.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Nov 2020 14:11:24 -0800 (PST) Received: (nullmailer pid 1846745 invoked by uid 1000); Mon, 09 Nov 2020 22:11:23 -0000 Date: Mon, 9 Nov 2020 16:11:23 -0600 From: Rob Herring To: Laurentiu Tudor Subject: Re: [PATCH v2 2/2] dt-bindings: misc: convert fsl, qoriq-mc from txt to YAML Message-ID: <20201109221123.GA1846668@bogus> References: <20201109104635.21116-1-laurentiu.tudor@nxp.com> <20201109104635.21116-2-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201109104635.21116-2-laurentiu.tudor@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201109_171125_449697_F9AF3794 X-CRM114-Status: GOOD ( 14.56 ) 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: devicetree@vger.kernel.org, corbet@lwn.net, netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, leoyang.li@nxp.com, robh+dt@kernel.org, ioana.ciornei@nxp.com, Ionut-robert Aron , kuba@kernel.org, linuxppc-dev@lists.ozlabs.org, davem@davemloft.net, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 09 Nov 2020 12:46:35 +0200, Laurentiu Tudor wrote: > From: Ionut-robert Aron > > Convert fsl,qoriq-mc to YAML in order to automate the verification > process of dts files. In addition, update MAINTAINERS accordingly > and, while at it, add some missing files. > > Signed-off-by: Ionut-robert Aron > [laurentiu.tudor@nxp.com: update MINTAINERS, updates & fixes in schema] > Signed-off-by: Laurentiu Tudor > --- > Changes in v2: > - fixed errors reported by yamllint > - dropped multiple unnecessary quotes > - used schema instead of text in description > - added constraints on dpmac reg property > > .../devicetree/bindings/misc/fsl,qoriq-mc.txt | 196 ---------------- > .../bindings/misc/fsl,qoriq-mc.yaml | 210 ++++++++++++++++++ > .../ethernet/freescale/dpaa2/overview.rst | 5 +- > MAINTAINERS | 4 +- > 4 files changed, 217 insertions(+), 198 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt > create mode 100644 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel