From patchwork Mon Jun 27 11:44:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Russell King (Oracle)" X-Patchwork-Id: 12896542 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 46DE9C433EF for ; Mon, 27 Jun 2022 11:53:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238343AbiF0Lxg (ORCPT ); Mon, 27 Jun 2022 07:53:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238155AbiF0LvM (ORCPT ); Mon, 27 Jun 2022 07:51:12 -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 3161365A5 for ; Mon, 27 Jun 2022 04:44:27 -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=se561GE51ZKmBBp0+K65eWxuQ3kRrlABULGZVWaItck=; b=HdX+5acP3zh2AYsW1CiBBxxNAO 9q/oKoIEoZ6ELCqKXVmhE3PkqVem0U4c5vt4cg/4eikzoxIeoc1hhfkd8Rfl4QV4n3OSTChJ6sZiF MM7bvhH/Lzg8pcUWkRd9C91GmUCC3hTSKGVZNpQNSSU8V2SL6b/heBLP34yKtuldMk7bY7wskMNFs yCWg1+MueXzW+ACupvQi9+iaHDcohimCGoIzcUMAD6Z2YtQq3MGYbQqU6vpN2tfpbiRnNL6c7ycVc TxbsRDs+5TQ5lGOs6Lej8wH8IL8muvaPJUkq1WlncHjj1Y9cF8bBH9EdPO3F53wqUNI7pbDCISNRW UZ3ahQaQ==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:33050) 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 1o5nAB-0000HC-St; Mon, 27 Jun 2022 12:44:19 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1o5nA8-0003wv-TD; Mon, 27 Jun 2022 12:44:16 +0100 Date: Mon, 27 Jun 2022 12:44:16 +0100 From: "Russell King (Oracle)" To: Andrew Lunn , Heiner Kallweit Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , netdev@vger.kernel.org, Paolo Abeni Subject: [PATCH net-next 0/2] net: phylink: cleanup pcs code 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, These two patches were part of the larger series for the mv88e6xxx phylink pcs conversion. As this is delayed, I've decided to send these two patches now. drivers/net/phy/phylink.c | 69 ++++++++++++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 30 deletions(-)