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 602F1C47089 for ; Mon, 5 Dec 2022 21:49:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233943AbiLEVtF (ORCPT ); Mon, 5 Dec 2022 16:49:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232463AbiLEVsn (ORCPT ); Mon, 5 Dec 2022 16:48:43 -0500 Received: from mail-oa1-f48.google.com (mail-oa1-f48.google.com [209.85.160.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07B64303F4; Mon, 5 Dec 2022 13:45:08 -0800 (PST) Received: by mail-oa1-f48.google.com with SMTP id 586e51a60fabf-144bd860fdbso1940392fac.0; Mon, 05 Dec 2022 13:45:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=piMiYVIEAWjpwWEYeB3QqgTClGJiFdhEXrf3/eSPGA4=; b=bLaq9fS8oiAICYRCwMrqq7Wu/HE5TFhofNvDtsuYUlbidvOoECSl1yqsfB0Yne3RJK k8k/aJDCmHcsGsHPYCtlUwA0NXw7cpjUNCOchuDwNWbdD5KRJpqE6sdZzBIRYDSglr5T iHMPzYxtlB5ojeWHLgp2lNik7pEiQOuVQZ/Cwjg73NROCR4EQERHLhwd6qdgHXPZhpLP 3tc30NMulM0PGpkiy/WeAE5TZJYJtqvSVOi8J9CLRB9A9ScFwX4waAtKCxxpKYgHnHgg NHhqvFNhNTEhNsu62+GZjSte0+o6fUYvkp4iEdZSZH8DvcH3CJbPugsX2Tm1PODrqOu0 cwPw== X-Gm-Message-State: ANoB5pmYuB0E2KsRjkYprVyIdOd4brhfL8DaD403KxTJTCTStRDaW4Z0 zchLDpY+VHOfxAOiCYA4BQ== X-Google-Smtp-Source: AA0mqf62Tge1ck28BV8HHD8EJJ/Mjm9frnjUggG1Gaq67IgoI2NtpvZpffP3xbQIkBbH7v8UJ0rxMQ== X-Received: by 2002:a05:6870:6123:b0:144:445b:9506 with SMTP id s35-20020a056870612300b00144445b9506mr8629349oae.70.1670276708192; Mon, 05 Dec 2022 13:45:08 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id k2-20020a056870148200b00132741e966asm9680213oab.51.2022.12.05.13.45.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Dec 2022 13:45:07 -0800 (PST) Received: (nullmailer pid 2679125 invoked by uid 1000); Mon, 05 Dec 2022 21:45:06 -0000 Date: Mon, 5 Dec 2022 15:45:06 -0600 From: Rob Herring To: Colin Foster Cc: linux-renesas-soc@vger.kernel.org, Sean Wang , =?UTF-8?B?bsOnIMOcTkFM?= , linux-mediatek@lists.infradead.org, =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= , Vladimir Oltean , Paolo Abeni , Florian Fainelli , Alexandre Belloni , linux-kernel@vger.kernel.org, UNGLinuxDriver@microchip.com, devicetree@vger.kernel.org, netdev@vger.kernel.org, Linus Walleij , Vivien Didelot , Landen Chao , Krzysztof Kozlowski , Claudiu Manoil , John Crispin , Eric Dumazet , linux-arm-kernel@lists.infradead.org, Rob Herring , Woojung Huh , Jakub Kicinski , George McCollister , DENG Qingfang , Matthias Brugger , Andrew Lunn , Kurt Kanzenbach , "David S. Miller" , =?UTF-8?Q?Alvin_=C5=A0ipraga?= , Marek Vasut Subject: Re: [PATCH v4 net-next 8/9] dt-bindings: net: add generic ethernet-switch-port binding Message-ID: <167027670592.2679068.10166179243095082377.robh@kernel.org> References: <20221202204559.162619-1-colin.foster@in-advantage.com> <20221202204559.162619-9-colin.foster@in-advantage.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221202204559.162619-9-colin.foster@in-advantage.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 02 Dec 2022 12:45:58 -0800, Colin Foster wrote: > The dsa-port.yaml binding had several references that can be common to all > ethernet ports, not just dsa-specific ones. Break out the generic bindings > to ethernet-switch-port.yaml they can be used by non-dsa drivers. > > Signed-off-by: Colin Foster > Suggested-by: Vladimir Oltean > Reviewed-by: Florian Fainelli > --- > > v3 -> v4 > * Add Florian Reviewed tag > > v2 -> v3 > * Change dsa-port title from "DSA Switch port Device Tree Bindings" > to "Generic DSA Switch port" > * Add reference to ethernet-switch-port.yaml# in dsa-port.yaml > * Change title of ethernet-switch-port.yaml from "Ethernet Switch > port Device Tree Bindings" to "Generic Ethernet Switch port" > * Remove most properties from ethernet-switch-port.yaml. They're > all in ethernet-controller, and are all allowed. > * ethernet-switch.yaml now only references ethernet-switch-port.yaml# > under the port node. > > v1 -> v2 > * Remove accidental addition of > "$ref: /schemas/net/ethernet-switch-port.yaml" which should be kept > out of dsa-port so that it doesn't get referenced multiple times > through both ethernet-switch and dsa-port. > > --- > .../devicetree/bindings/net/dsa/dsa-port.yaml | 24 ++---------------- > .../bindings/net/ethernet-switch-port.yaml | 25 +++++++++++++++++++ > .../bindings/net/ethernet-switch.yaml | 6 +---- > MAINTAINERS | 1 + > 4 files changed, 29 insertions(+), 27 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/ethernet-switch-port.yaml > Reviewed-by: Rob Herring