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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 7A207C48BE5 for ; Fri, 11 Jun 2021 12:55:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 61039613DF for ; Fri, 11 Jun 2021 12:55:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230233AbhFKM5E (ORCPT ); Fri, 11 Jun 2021 08:57:04 -0400 Received: from esa.microchip.iphmx.com ([68.232.153.233]:36544 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230382AbhFKM5C (ORCPT ); Fri, 11 Jun 2021 08:57:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1623416105; x=1654952105; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=EZCKknjivukT40dCuENLWqZf5ravlUcNSXMt5MuT85c=; b=dcb2j/1gxJF/YFJaRZWhIRblsf82N6YvTDCjIuXzc7cGLU1gDboCeCdp kS4EqNLITlxLcVE8eoCFsUVploOXbmLNa2BMUb4QVJMIJiQCLjf6vLOfy pbtyuFfq2TqJKjKY0TZEMGeY9ReSNUAkyDwM8IH3/HX7n5Wj0ejaYK1kF wZbwa6cNEF4J25F9PV67gszV31LKe+HKc+wkHEMyiYsEAc/Io0aikgx1Y D7CauZ3wka16SaSCvFq7sJ5gGuNnZCcjvm8r01UwcZPQ9C1wpsdO+hrgA ybF8E/iteu4KNMmmhU75lUD82YXylkK2JvKYmR1dZg0OVSxjAv4+7Wndn Q==; IronPort-SDR: X32b0Wrm3bw6hVrEuwnHgxrB7cxJrFksqTbfz0crccTFrjGvjOUfkf58aCxhk/cq6sUFYvs3mF P31Fcm41Q/iMk8UNgkJV2m8kbxu95GsQn2WxmqdG7h4ra913sgPUPxK3g1b7Jmw6m3vRBQhweu QIxemBG2b82K7VVOyNc9srK/Nwfw3jILWpu8vUNNstzYltoZK3BZJIADj9v/iwhflAOkrzKNzI d0cYaE98NTHEtU4xywPD+L6Uv2FQCdPeCy+GZxVOm8/ge+HO8wlHSv2oeJ0uaGzl0H6Mpc9qya l/c= X-IronPort-AV: E=Sophos;i="5.83,265,1616482800"; d="scan'208";a="131631314" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 11 Jun 2021 05:55:04 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Fri, 11 Jun 2021 05:55:03 -0700 Received: from den-dk-m31857.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2176.2 via Frontend Transport; Fri, 11 Jun 2021 05:55:02 -0700 From: Steen Hegelund To: Russell King , Andrew Lunn , "Heiner Kallweit" , "David S. Miller" , Jakub Kicinski , , CC: Steen Hegelund Subject: [PATCH net-next 0/4] Add 25G BASE-R support Date: Fri, 11 Jun 2021 14:54:49 +0200 Message-ID: <20210611125453.313308-1-steen.hegelund@microchip.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series add the 25G BASE-R mode to the set modes supported. This mode is used by the Sparx5 Switch for its 25G SerDes. Steen Hegelund (4): dt-bindings: net: Add 25G BASE-R phy interface net: phy: Add 25G BASE-R interface mode net: sfp: add support for 25G BASE-R SFPs net: phylink: Add 25G BASE-R support .../devicetree/bindings/net/ethernet-controller.yaml | 1 + Documentation/networking/phy.rst | 6 ++++++ drivers/net/phy/phylink.c | 5 +++++ drivers/net/phy/sfp-bus.c | 5 +++++ include/linux/phy.h | 4 ++++ 5 files changed, 21 insertions(+) -- 2.32.0