From patchwork Fri Jun 2 13:58:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Russell King (Oracle)" X-Patchwork-Id: 13265353 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 51C6F15BF for ; Fri, 2 Jun 2023 13:58:18 +0000 (UTC) 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 AAF5513E for ; Fri, 2 Jun 2023 06:58:16 -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=d3T3tutC6K9EUQ7mUmo7TEujeFp6RrvqyQhtSC/y+rs=; b=l2K9zEBLN232o760w95n3Pkx2n h9ST87sJS7FIuFAcWlH5JP6ZFzE+NiOIWKwNP5pz/ZrgByPQ4+bHa9PBGEEhtUU9KT898CP+G5DmX 76XqdP4zWlHW69Ka2QiRcQdTC0V8vQpsuSCFXwR5iaR9BVXYAYHmJe4es5bJKmFVq2yJ1xh6Zp5Vn zAltr0mlak+Lj9+DuFzvQtLfcrAmMIl5LJ5nMuQ1mFERN75EPHekYED6v8mSuOW55mEgUBuisrC8Z rrGPkzxuT1uN17uRqiAbe5fAn6G9wi3aT64Qy2Gfh6kir6rWLp7aRKU8bRugKZsEK5+kd8Dw1tKCX lRLEVMSw==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:52866) 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 1q55IB-00086F-NN; Fri, 02 Jun 2023 14:58:11 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1q55I9-000307-Q2; Fri, 02 Jun 2023 14:58:09 +0100 Date: Fri, 2 Jun 2023 14:58:09 +0100 From: "Russell King (Oracle)" To: Andrew Lunn , Heiner Kallweit Cc: "David S. Miller" , Eric Dumazet , Florian Fainelli , Jakub Kicinski , Jose Abreu , netdev@vger.kernel.org, Paolo Abeni , Vladimir Oltean Subject: [PATCH net-next 0/3] convert sja1105 xpcs creation and remove xpcs_create Message-ID: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Sender: Russell King (Oracle) X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org Hi, This series of three patches converts sja1105 to use the newly provided xpcs_create_mdiodev(), and as there become no users of xpcs_create(), removes this function from the global namespace to discourage future direct use. drivers/net/dsa/sja1105/sja1105_mdio.c | 11 +---------- drivers/net/pcs/pcs-xpcs.c | 5 ++--- include/linux/pcs/pcs-xpcs.h | 2 -- 3 files changed, 3 insertions(+), 15 deletions(-)