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=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 1F063C433DF for ; Tue, 13 Oct 2020 13:31:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BDBB42333D for ; Tue, 13 Oct 2020 13:31:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602595895; bh=9by05UtG0l/Jl8TPvh1kLupd3JT6a62oOG4iuzzHSJs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AExffp3Gje0NbASwRhaW4bkFIaObP/qHS7ak10sIawifUXIhqIRBhHJLhYLP8yC5K p1dG1A82hAj3VEmdiP9ib1GpyBmA9Q4B6BVdVlawVJPlfj3tzNCPsOSiwfTuQrCHuS QHI7OlqEi6Is73+Un4inMoKej60cm2de6SkKWArQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727759AbgJMNbf (ORCPT ); Tue, 13 Oct 2020 09:31:35 -0400 Received: from mail-oi1-f194.google.com ([209.85.167.194]:46879 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727448AbgJMNbe (ORCPT ); Tue, 13 Oct 2020 09:31:34 -0400 Received: by mail-oi1-f194.google.com with SMTP id s81so10086709oie.13 for ; Tue, 13 Oct 2020 06:31:34 -0700 (PDT) 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=omxWJDLwDl9kDvJbxkrhDgT1o15P9mqxmUxctq+I87o=; b=TXGIqK3Osz0VT8jXL4U/9W2P29MRwuiz9T8JWifErbUaBVUSHk3weT04moAIrLTozw qNOUNw6Z3BvkpDzotNU2Gl6u36AxDYDtUz5HpL28atEm4dOxD1gLyWN1qEGHehXfJK1e EBPpfyRD7+9L6T0lkCTVGxGgzlMfzzdVx2p9qzBbZUp82Bq7niPbfeQCCgnrf3TwGJXK LCydaxgF4uK6TXUPaVBMOs2yt9LhBXdPppIAt0hR/KE1BUPcJ6HQ9eG/bz4mFosIWhqb 3PfALMckczZYtjZ4C96Luweax/rBARpydn4wwr1GnYM93c8aRzg6VtkV5zbShIan/7h1 K+pw== X-Gm-Message-State: AOAM531beGE3FkgrRo+JZ9VBkwqUD4l0Tw1yZyNH9NPBjSEwQbTaN+cx /mjqGTEgPYkLN6rUK0Ku+ElhRg2sNXnM X-Google-Smtp-Source: ABdhPJyviYBLZ5Uxz1mqtREZ61t7m3UYWJK6Qf1bR+yLrZRbsZfshT/ng+Gh5UV1dmGiw/WvPXC+jA== X-Received: by 2002:aca:4d14:: with SMTP id a20mr12920586oib.46.1602595893958; Tue, 13 Oct 2020 06:31:33 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id z25sm12172225ood.21.2020.10.13.06.31.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Oct 2020 06:31:33 -0700 (PDT) Received: (nullmailer pid 3381770 invoked by uid 1000); Tue, 13 Oct 2020 13:31:32 -0000 Date: Tue, 13 Oct 2020 08:31:32 -0500 From: Rob Herring To: Ioana Ciornei Cc: leoyang.li@nxp.com, shawnguo@kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 01/11] dt-bindings: net: add the DPAA2 MAC DTS definition Message-ID: <20201013133132.GA3381736@bogus> References: <20201007203936.23953-1-ioana.ciornei@nxp.com> <20201007203936.23953-2-ioana.ciornei@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201007203936.23953-2-ioana.ciornei@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 07 Oct 2020 23:39:26 +0300, Ioana Ciornei wrote: > Add a documentation entry for the DTS bindings needed and supported by > the dpaa2-mac driver. > > Signed-off-by: Ioana Ciornei > --- > Changes in v2: > - new patch > Changes in v3: > - renamed dpmac@x into ethernet@x > - renamed the new documentation file to use the same name as the > compatible > - marked additionalProperties as false > - added a reference to ethernet-controller.yaml > > .../bindings/net/fsl,qoriq-mc-dpmac.yaml | 60 +++++++++++++++++++ > 1 file changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml > Reviewed-by: Rob Herring