From patchwork Mon Oct 4 11:02:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Russell King (Oracle)" X-Patchwork-Id: 12533675 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66A6BC433EF for ; Mon, 4 Oct 2021 11:02:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4E3A761372 for ; Mon, 4 Oct 2021 11:02:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232807AbhJDLEj (ORCPT ); Mon, 4 Oct 2021 07:04:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232563AbhJDLEi (ORCPT ); Mon, 4 Oct 2021 07:04:38 -0400 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00BCCC061745 for ; Mon, 4 Oct 2021 04:02:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=TE6UrnKMmbN+T61NZLbmgx7WzXfm3ZXte0nywv4KKnc=; b=dgKlhL7f9VnKB1fpaMoMv4llU6 XMXQ57RyYbr0wadKU9uBbHYrQpPwBpQUUhl4lV+g8euakJmX0JeuXcjzSX6rg+WA7S9mMdvGtePzw GgWVvBqwsWfpj0oPHfUCo9d9pU5P44+nBSr9uaW4U3JgVMLOSWUp3xAK0IjMi5y/dm6SbDcBC7d47 NjWohUcI2t3ETbX/esJvb37om2r+nLztfIwK4FjvJ4nEz90Yo4pnAI39n01r447Khx2gw+AZ2LLhL WK66Tt+JfQbh4aDhn8x7Bu183jiLtQZsYKfOmrjsY51A+LlFPXEQ48SWPkjTxM3IKF6c4CMjbu+0Y t7IwNo5A==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:54924) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mXLjz-0007V4-7x; Mon, 04 Oct 2021 12:02:39 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1mXLjw-0007SO-P2; Mon, 04 Oct 2021 12:02:36 +0100 Date: Mon, 4 Oct 2021 12:02:36 +0100 From: "Russell King (Oracle)" To: Andrew Lunn , Heiner Kallweit Cc: Claudiu Beznea , "David S. Miller" , Ioana Ciornei , Jakub Kicinski , Marcin Wojtas , netdev@vger.kernel.org, Nicolas Ferre Subject: [PATCH net-next 0/2] Add phylink helper for 10G modes Message-ID: MIME-Version: 1.0 Content-Disposition: inline Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Hi, During the last cycle, there was discussion about adding a helper to set the 10G link modes for phylink, which resulted in these two patches introduce such a helper. drivers/net/ethernet/cadence/macb_main.c | 7 +------ drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c | 7 +------ drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 7 +------ drivers/net/phy/phylink.c | 11 +++++++++++ include/linux/phylink.h | 1 + 5 files changed, 15 insertions(+), 18 deletions(-)