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 4D4E3C433FE for ; Mon, 3 Oct 2022 17:14:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229611AbiJCROG (ORCPT ); Mon, 3 Oct 2022 13:14:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229598AbiJCRNZ (ORCPT ); Mon, 3 Oct 2022 13:13:25 -0400 Received: from mail-oa1-f42.google.com (mail-oa1-f42.google.com [209.85.160.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE5BE32DBA; Mon, 3 Oct 2022 10:12:39 -0700 (PDT) Received: by mail-oa1-f42.google.com with SMTP id 586e51a60fabf-1322fa1cf6fso6430524fac.6; Mon, 03 Oct 2022 10:12:39 -0700 (PDT) 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; bh=uRqCFgOMTpM36wCs+5DGyRVOIuiv4dTJX59+BmawhqY=; b=e23kMsM232bPvucobkYeS46SgyiE2p85WQKp9Nw822HodnoMw9W/8edFKZQCPDq/DP BwbYyEpCCedQNWQRI9cPvehIbyl1L0b+ZH0C2AnKhSxdavh4hwBLuNOGck+RIY2AL7CR 7VWc0JCQ/0NhXFfHwzUB7jpadH9+jma/MGDpiycB7AlFvCMSbzAVHNrlDuD99LqMb4Wt HzchMGLVl8NlB3i9h/MJHc0tYj4ADWhcFD1i7guaBc089fQuWd/6D2L9AdpvH6fy+R0o lDkk36AN6sKGzT2zyJ/D985e9wEPv6Ow8HwV03TmRi3toByIlq1LNsp/F2I5+goIwldh j8Ng== X-Gm-Message-State: ACrzQf3NKgfUc5UjYYkz7b7UR1oQRv0UnRVyEUq2f5/hef14SrQd1aJ/ 68I3ZB2VS2+84ygqGpxq/Q== X-Google-Smtp-Source: AMsMyM4/DXxwUHxEN186bkLWdJo11qUzRyKhmVDXYKgZWltQ1KnSjcboYvU0qrUc5MH1Xqo6wd3P2A== X-Received: by 2002:a05:6870:59d:b0:f3:627:e2b0 with SMTP id m29-20020a056870059d00b000f30627e2b0mr5849192oap.47.1664817159014; Mon, 03 Oct 2022 10:12:39 -0700 (PDT) Received: from macbook.herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id v68-20020acaac47000000b00349a06c581fsm2556020oie.3.2022.10.03.10.12.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Oct 2022 10:12:38 -0700 (PDT) Received: (nullmailer pid 2461899 invoked by uid 1000); Mon, 03 Oct 2022 17:12:37 -0000 Date: Mon, 3 Oct 2022 12:12:37 -0500 From: Rob Herring To: Sean Anderson Cc: Rob Herring , linux-kernel@vger.kernel.org, Eric Dumazet , linux-arm-kernel@lists.infradead.org, Jakub Kicinski , netdev@vger.kernel.org, Russell King , "linuxppc-dev @ lists . ozlabs . org" , devicetree@vger.kernel.org, Madalin Bucur , Paolo Abeni , Camelia Alexandra Groza , "David S . Miller" , Krzysztof Kozlowski Subject: Re: [PATCH net-next v6 1/9] dt-bindings: net: Expand pcs-handle to an array Message-ID: <166481715716.2461840.14872629352743096411.robh@kernel.org> References: <20220930200933.4111249-1-sean.anderson@seco.com> <20220930200933.4111249-2-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220930200933.4111249-2-sean.anderson@seco.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 30 Sep 2022 16:09:25 -0400, Sean Anderson wrote: > This allows multiple phandles to be specified for pcs-handle, such as > when multiple PCSs are present for a single MAC. To differentiate > between them, also add a pcs-handle-names property. > > Signed-off-by: Sean Anderson > --- > This was previously submitted as [1]. I expect to update this series > more, so I have moved it here. Changes from that version include: > - Add maxItems to existing bindings > - Add a dependency from pcs-names to pcs-handle. > > [1] https://lore.kernel.org/netdev/20220711160519.741990-3-sean.anderson@seco.com/ > > Changes in v6: > - Remove unnecessary $ref from renesas,rzn1-a5psw > - Remove unnecessary type from pcs-handle-names > - Add maxItems to pcs-handle > > Changes in v4: > - Use pcs-handle-names instead of pcs-names, as discussed > > Changes in v3: > - New > > .../bindings/net/dsa/renesas,rzn1-a5psw.yaml | 2 +- > .../devicetree/bindings/net/ethernet-controller.yaml | 11 ++++++++++- > .../devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml | 2 +- > 3 files changed, 12 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A367DC433FE for ; Mon, 3 Oct 2022 17:13:19 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Mh6qL05D0z3bjw for ; Tue, 4 Oct 2022 04:13:18 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.160.52; helo=mail-oa1-f52.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-oa1-f52.google.com (mail-oa1-f52.google.com [209.85.160.52]) (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 4Mh6pg2f2Rz2xjj for ; Tue, 4 Oct 2022 04:12:41 +1100 (AEDT) Received: by mail-oa1-f52.google.com with SMTP id 586e51a60fabf-12c8312131fso13732918fac.4 for ; Mon, 03 Oct 2022 10:12:41 -0700 (PDT) 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; bh=uRqCFgOMTpM36wCs+5DGyRVOIuiv4dTJX59+BmawhqY=; b=zKCcs9l+ebpTNfnpP8qXfZqytBw5pGJPLXOBI5gpus8GCLhI5BSKuK0LWAVeMpm3EG B4NTCmxDR5vXoospo38nxVHZiV/0NJYGsMksTioVlmfz0gn9T7qf+iuMTEx44Kqy2H/i Rdaki7TKamvEWoPxJyaAqci9KIBbPHabNWLoROEyxA3BgLhAZ72DCe6AtE9/sl5/olU1 ZkuYHeOOwpdLRH9g3c5tMn8OdlFVQ8vMWxVsr2abM30Eda/TcJyKUMyAuaVkvztY3/bB VfE/d8hpquXNk95obVufuyXpzY4C/8CuYVWcbONMGr0+uG12gFfFVjOPxotTrH51Eh+j q9VA== X-Gm-Message-State: ACrzQf0s9c6f9A3LzLmGOWQQWBwALdJP6t83oydnO/bAqs+StfESk3M1 vua6j4KQMKjQQnkCIX4L8w== X-Google-Smtp-Source: AMsMyM4/DXxwUHxEN186bkLWdJo11qUzRyKhmVDXYKgZWltQ1KnSjcboYvU0qrUc5MH1Xqo6wd3P2A== X-Received: by 2002:a05:6870:59d:b0:f3:627:e2b0 with SMTP id m29-20020a056870059d00b000f30627e2b0mr5849192oap.47.1664817159014; Mon, 03 Oct 2022 10:12:39 -0700 (PDT) Received: from macbook.herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id v68-20020acaac47000000b00349a06c581fsm2556020oie.3.2022.10.03.10.12.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Oct 2022 10:12:38 -0700 (PDT) Received: (nullmailer pid 2461899 invoked by uid 1000); Mon, 03 Oct 2022 17:12:37 -0000 Date: Mon, 3 Oct 2022 12:12:37 -0500 From: Rob Herring To: Sean Anderson Subject: Re: [PATCH net-next v6 1/9] dt-bindings: net: Expand pcs-handle to an array Message-ID: <166481715716.2461840.14872629352743096411.robh@kernel.org> References: <20220930200933.4111249-1-sean.anderson@seco.com> <20220930200933.4111249-2-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220930200933.4111249-2-sean.anderson@seco.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, Madalin Bucur , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Russell King , Eric Dumazet , Rob Herring , Camelia Alexandra Groza , Krzysztof Kozlowski , Jakub Kicinski , Paolo Abeni , "linuxppc-dev @ lists . ozlabs . org" , "David S . Miller" , linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, 30 Sep 2022 16:09:25 -0400, Sean Anderson wrote: > This allows multiple phandles to be specified for pcs-handle, such as > when multiple PCSs are present for a single MAC. To differentiate > between them, also add a pcs-handle-names property. > > Signed-off-by: Sean Anderson > --- > This was previously submitted as [1]. I expect to update this series > more, so I have moved it here. Changes from that version include: > - Add maxItems to existing bindings > - Add a dependency from pcs-names to pcs-handle. > > [1] https://lore.kernel.org/netdev/20220711160519.741990-3-sean.anderson@seco.com/ > > Changes in v6: > - Remove unnecessary $ref from renesas,rzn1-a5psw > - Remove unnecessary type from pcs-handle-names > - Add maxItems to pcs-handle > > Changes in v4: > - Use pcs-handle-names instead of pcs-names, as discussed > > Changes in v3: > - New > > .../bindings/net/dsa/renesas,rzn1-a5psw.yaml | 2 +- > .../devicetree/bindings/net/ethernet-controller.yaml | 11 ++++++++++- > .../devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml | 2 +- > 3 files changed, 12 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 813CDC433FE for ; Mon, 3 Oct 2022 17:13:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=ngdpqYPN4KNazg+GKEhLuClNNY/LT4C/Ftz1IlxM9aE=; b=tPzeyDrb/76yPP dI2B59sZTIETSXD5gWYekjccZk+K+dtzJwiiAa6Z9dNn4DM1ycdA1KOqTqV/Kr1P0Wlr62UjUQXll ncCnFM/P7HHpm4OfFjHw86U1+Pdm4UWHBVM8uqOIycbt24im7cUJeMDh9g0nfr6uKUV7vrIdzOBa/ 2FBQ3hPOFQD2LE9NZKP8yMLo3I8jUz6/TgLwb6yMngDnGKSx9c4ZcfNbtkH+E08mC2SFiPJRenqjW jagyNmpsmajNoCyF4f+NN9+SgmdDdvwMRqoSVJ2TkZmxF4AgtmTqIOmGCaXgM6QDHSFIeIA5XiN6M 7anPJm3NQg11mXqXUdCw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOzi-007055-PO; Mon, 03 Oct 2022 17:12:42 +0000 Received: from mail-oa1-f46.google.com ([209.85.160.46]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOzf-00704G-PH for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 17:12:41 +0000 Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-1322d768ba7so6496316fac.5 for ; Mon, 03 Oct 2022 10:12:39 -0700 (PDT) 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; bh=uRqCFgOMTpM36wCs+5DGyRVOIuiv4dTJX59+BmawhqY=; b=vUUAdVZ8lwn9KGF46iKSyQ9Csa+cHHaScIireNqtyVqc9rnq8vpxmWKwlJLe04mqHN KQiuVIZT5zw3gtvxoPOpS5imKX54gjXgc9/P21uPCDB1qIdos1uyldhYz7N25rV9dhA+ 6qMGncTWOwWhXtiaUm7IUSM9uByNO6rBGzq94UGep2Uq+0TJ6XEKpQFw0qzuO8/zEVK8 sttfNnrL5b1/+M77eW6667goOS/eSh507XS4QJVQwOC8S1RBuxHT6cgEmck0C9iG76Ya HUPtmNFFG/B9uHQdQFMp4sZbZCA6TGI5dMJ7viWqMKRmUQT4MBmF9lCurGUoJx1Bzdmx ls6A== X-Gm-Message-State: ACrzQf1VPN8jvGAGAmAEscsgZ23aw0gTGNqJgctiuhNjNzyRLWDWWyUV 6LYxGXz0l4zsQMJ9VKajPA== X-Google-Smtp-Source: AMsMyM4/DXxwUHxEN186bkLWdJo11qUzRyKhmVDXYKgZWltQ1KnSjcboYvU0qrUc5MH1Xqo6wd3P2A== X-Received: by 2002:a05:6870:59d:b0:f3:627:e2b0 with SMTP id m29-20020a056870059d00b000f30627e2b0mr5849192oap.47.1664817159014; Mon, 03 Oct 2022 10:12:39 -0700 (PDT) Received: from macbook.herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id v68-20020acaac47000000b00349a06c581fsm2556020oie.3.2022.10.03.10.12.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Oct 2022 10:12:38 -0700 (PDT) Received: (nullmailer pid 2461899 invoked by uid 1000); Mon, 03 Oct 2022 17:12:37 -0000 Date: Mon, 3 Oct 2022 12:12:37 -0500 From: Rob Herring To: Sean Anderson Cc: Rob Herring , linux-kernel@vger.kernel.org, Eric Dumazet , linux-arm-kernel@lists.infradead.org, Jakub Kicinski , netdev@vger.kernel.org, Russell King , "linuxppc-dev @ lists . ozlabs . org" , devicetree@vger.kernel.org, Madalin Bucur , Paolo Abeni , Camelia Alexandra Groza , "David S . Miller" , Krzysztof Kozlowski Subject: Re: [PATCH net-next v6 1/9] dt-bindings: net: Expand pcs-handle to an array Message-ID: <166481715716.2461840.14872629352743096411.robh@kernel.org> References: <20220930200933.4111249-1-sean.anderson@seco.com> <20220930200933.4111249-2-sean.anderson@seco.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220930200933.4111249-2-sean.anderson@seco.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221003_101239_837336_1881DF9A X-CRM114-Status: GOOD ( 16.83 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Fri, 30 Sep 2022 16:09:25 -0400, Sean Anderson wrote: > This allows multiple phandles to be specified for pcs-handle, such as > when multiple PCSs are present for a single MAC. To differentiate > between them, also add a pcs-handle-names property. > > Signed-off-by: Sean Anderson > --- > This was previously submitted as [1]. I expect to update this series > more, so I have moved it here. Changes from that version include: > - Add maxItems to existing bindings > - Add a dependency from pcs-names to pcs-handle. > > [1] https://lore.kernel.org/netdev/20220711160519.741990-3-sean.anderson@seco.com/ > > Changes in v6: > - Remove unnecessary $ref from renesas,rzn1-a5psw > - Remove unnecessary type from pcs-handle-names > - Add maxItems to pcs-handle > > Changes in v4: > - Use pcs-handle-names instead of pcs-names, as discussed > > Changes in v3: > - New > > .../bindings/net/dsa/renesas,rzn1-a5psw.yaml | 2 +- > .../devicetree/bindings/net/ethernet-controller.yaml | 11 ++++++++++- > .../devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml | 2 +- > 3 files changed, 12 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel