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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F4D5C433EF for ; Fri, 1 Jul 2022 00:01:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229677AbiGAABn (ORCPT ); Thu, 30 Jun 2022 20:01:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229531AbiGAABm (ORCPT ); Thu, 30 Jun 2022 20:01:42 -0400 Received: from mail-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7A48599F1; Thu, 30 Jun 2022 17:01:41 -0700 (PDT) Received: by mail-il1-f175.google.com with SMTP id i17so398723ils.12; Thu, 30 Jun 2022 17:01:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=CreVyTURHuYPgde3qR5FRT+vG4KQiGhAS6Gr5ol0Hvg=; b=miMA1xaGyRxHuqBUDOsfJbOe2P6TkVd2ZlZ9SyOI29py6q1gYCxvMfCOGk6vlCVNqI i4mRp8kgKLcQQAfe+XM9+xcettGAAqpkXGwsPKS78MD07o0o7zw/C1ttl8daTPUByBSF WleA6xZtHeSMU2xJhVtokIXppPKa7lVg/heE1nHYc6eeNt1Dh1Lsu5tcfrcTHB7cVJwX +OFiK+ZIZvckDtIVkTxkaXG+sUDfxiFquiSVsuZHmmqNRPj447P85KqhYj+NWzqDcS+L R1KJBcO+ZI5V+bxY5F3196hSOc8QV5or2+nj1ZO7h6SpPDhWDhmb95mqp72dhSOXCGYI PaUw== X-Gm-Message-State: AJIora8NravM+geRLnff3dviFZeJJX35WpvTbQOqsS+hb8zCQ19ksQMr BnEBDcaXissii36fGrIM/A== X-Google-Smtp-Source: AGRyM1taVjwYRc75vaWbzEid6Nrhcnvj+ZzLXQ9zffihtdZys9ADBRoO+upZh20hT7r4mV34e88Vwg== X-Received: by 2002:a05:6e02:b49:b0:2d9:4176:89d1 with SMTP id f9-20020a056e020b4900b002d9417689d1mr6669937ilu.214.1656633701004; Thu, 30 Jun 2022 17:01:41 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id y20-20020a6bd814000000b006751347e61bsm8362302iob.27.2022.06.30.17.01.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jun 2022 17:01:40 -0700 (PDT) Received: (nullmailer pid 3588002 invoked by uid 1000); Fri, 01 Jul 2022 00:01:38 -0000 Date: Thu, 30 Jun 2022 18:01:38 -0600 From: Rob Herring To: Sean Anderson Cc: devicetree@vger.kernel.org, Madalin Bucur , Paolo Abeni , Rob Herring , Jakub Kicinski , netdev@vger.kernel.org, Russell King , "David S . Miller" , Eric Dumazet , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 02/35] dt-bindings: net: Convert FMan MAC bindings to yaml Message-ID: <20220701000138.GA3587947-robh@kernel.org> References: <20220628221404.1444200-1-sean.anderson@seco.com> <20220628221404.1444200-3-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220628221404.1444200-3-sean.anderson@seco.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 28 Jun 2022 18:13:31 -0400, Sean Anderson wrote: > This converts the MAC portion of the FMan MAC bindings to yaml. > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - New > > .../bindings/net/fsl,fman-dtsec.yaml | 144 ++++++++++++++++++ > .../devicetree/bindings/net/fsl-fman.txt | 128 +--------------- > 2 files changed, 145 insertions(+), 127 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml > Reviewed-by: Rob Herring