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 E5814C61DB3 for ; Fri, 27 Jan 2023 19:57:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232781AbjA0T5S (ORCPT ); Fri, 27 Jan 2023 14:57:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232770AbjA0T5A (ORCPT ); Fri, 27 Jan 2023 14:57:00 -0500 Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29C968B79C; Fri, 27 Jan 2023 11:54:52 -0800 (PST) Received: by mail-pj1-x102d.google.com with SMTP id nn18-20020a17090b38d200b0022bfb584987so5738843pjb.2; Fri, 27 Jan 2023 11:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=7qWcij4aTayHAt6Wc5uo4+l26xq/GGK4KDY+1q8XzKs=; b=UzJaP7ZPU9JhSnB/zZRpz7hb94uX8WzKhyyVquotEtIFyK970raf5yjtLwDB6/h6o5 zPiMwDAcn2Wum27XZTyo7giOTAdf7a2G9TCmhLXhqdCjPN4jGGVr/pAUV94CvQX4KUu7 aMLM1yCNZAXWT4UJOWLPaS6kL7OT7y9uHrEKWRsYzyQMV8SY3h1qH9vEWkUers6/PTsV vf1OYY7fNwJyEzwm5M8WGCeInAx35MUkczakdkN+uPXHmv2D6Jth6yhcYSyE5eupXNHn 5OdJiiYsfJlMbWsCgexcum6IhDCs1fyV4vsNyZ3Xj9ZqeH12R8xipujKqVsIgxd96xDW Bohg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=7qWcij4aTayHAt6Wc5uo4+l26xq/GGK4KDY+1q8XzKs=; b=6ZtV7W6WvLIbM8mLEA3RxmnMbOxwFh9vbKl+ONJQRsGKrbL2YlmXKZD/wHkQy8vCh9 I7VBBSFI4W1v2HdFoKZWPQDFrJuPJPHq8qJtwx+xI3NcBwNXhHeAnj6Mxw+Xb0TwPfR/ 1FWUyypYbhSiaFxjATPr2th0mdIm7mXLX6Uxv9aPsExrRHzPd57RS1RS9NQqwjuf98Zu 6coFybhIECoFMjvzRZZCc86eVQlAfGXwkCJigwnA2nd8uYNJNAcvePC/Bha2qcUroqa/ /C13luUg54T8CiKRri5WXgD/XIg7t5+C6y3JgubfhYpIDlUoTHkpRVsnL0uiwvWNWItY Dr3g== X-Gm-Message-State: AO0yUKWU78PSgtZQF8ZDnOSxBYAHfG5dv1tzx5WyItqLS6juvdk+EbpZ jraqkv7NlW/JvRVUPiQRseU= X-Google-Smtp-Source: AK7set+4Q3q4VRTY55s2R7chtHR89ziuCpHkRXAGLts7Va0nQf2/SagJ6ynSA9FOUyelBT/uRYCW3g== X-Received: by 2002:a17:902:da92:b0:192:7c38:4842 with SMTP id j18-20020a170902da9200b001927c384842mr8280388plx.53.1674849221553; Fri, 27 Jan 2023 11:53:41 -0800 (PST) Received: from [192.168.1.3] (ip72-194-116-95.oc.oc.cox.net. [72.194.116.95]) by smtp.gmail.com with ESMTPSA id p15-20020a170902a40f00b00195e77c20a9sm3243516plq.163.2023.01.27.11.53.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 27 Jan 2023 11:53:40 -0800 (PST) Message-ID: <75a911bc-3262-11e5-b0dd-0e4a9b2b634c@gmail.com> Date: Fri, 27 Jan 2023 11:53:39 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 Subject: Re: [PATCH v5 net-next 12/13] net: dsa: ocelot: add external ocelot switch control Content-Language: en-US To: Colin Foster , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Russell King , Richard Cochran , Andrew Lunn , UNGLinuxDriver@microchip.com, Alexandre Belloni , Claudiu Manoil , Vladimir Oltean , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Krzysztof Kozlowski , Rob Herring , Lee Jones References: <20230127193559.1001051-1-colin.foster@in-advantage.com> <20230127193559.1001051-13-colin.foster@in-advantage.com> From: Florian Fainelli In-Reply-To: <20230127193559.1001051-13-colin.foster@in-advantage.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/27/2023 11:35 AM, Colin Foster wrote: > Add control of an external VSC7512 chip. > > Currently the four copper phy ports are fully functional. Communication to > external phys is also functional, but the SGMII / QSGMII interfaces are > currently non-functional. > > Signed-off-by: Colin Foster Reviewed-by: Florian Fainelli -- Florian