From patchwork Tue Nov 16 10:01:44 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: 12621891 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 DA5A7C433F5 for ; Tue, 16 Nov 2021 10:02:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C08A56321A for ; Tue, 16 Nov 2021 10:02:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233760AbhKPKE5 (ORCPT ); Tue, 16 Nov 2021 05:04:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233734AbhKPKEw (ORCPT ); Tue, 16 Nov 2021 05:04:52 -0500 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 3E0BFC061570 for ; Tue, 16 Nov 2021 02:01:53 -0800 (PST) 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=7ujD0FiN4hZA88xrEFHuCwZBcHwVfRxRuXVOEf6KvoI=; b=or+DfpWbbk6rhqgJ5xuHZHQ1/b xufYAHIKmCl3Zw1U3HUeAkh5ZDetXqk3bz9gWAp23ZWMOPllAKKKeVl0nw4ndh8rGhN0NRIF+v0dO uZPnOxIcsiiN4j4DXc6Antc+HUatf6t7sQdiF3YGWREW3RvBK5rcD3r/UWCzV47W+9IpEKvEsiH50 AvqNkuUz9YCS9Iojd3RnRG+gqTurboQcFX/ORfxI4HiwLzlr0h7Iy6so0FNEnUZZf2BiQcSb7WQ0F 0rEvMAH9fmV+1l4wD3MZZw7jOA4tYf+BcmPWmVkB5COOnDO+igmqjwbHXRuSxNf4kAhxn8y34uVzt rEo2hHFg==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:55652) 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 1mmvHd-0000K2-Ky; Tue, 16 Nov 2021 10:01:45 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1mmvHc-0001uU-Ou; Tue, 16 Nov 2021 10:01:44 +0000 Date: Tue, 16 Nov 2021 10:01:44 +0000 From: "Russell King (Oracle)" To: Lars Povlsen , Steen Hegelund Cc: "David S. Miller" , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, UNGLinuxDriver@microchip.com Subject: [PATCH net-next 0/3] net: sparx5: phylink validate implementation updates 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, This series converts sparx5 to fill in the supported_interfaces member of phylink_config, cleans up the validate() implementation, and then converts to phylink_generic_validate(). .../net/ethernet/microchip/sparx5/sparx5_main.c | 27 ++++++++ .../net/ethernet/microchip/sparx5/sparx5_phylink.c | 75 +--------------------- 2 files changed, 28 insertions(+), 74 deletions(-)