From patchwork Tue Nov 16 09:54:59 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: 12621871 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 562DEC433EF for ; Tue, 16 Nov 2021 09:55:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F9DC63217 for ; Tue, 16 Nov 2021 09:55:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233504AbhKPJ6X (ORCPT ); Tue, 16 Nov 2021 04:58:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233634AbhKPJ6J (ORCPT ); Tue, 16 Nov 2021 04:58:09 -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 3A007C061570 for ; Tue, 16 Nov 2021 01:55:12 -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=cID8dkvpyIxUX6s8xSVgnhowTYkMxu6GYir3/B+mSLI=; b=ytD13suVp56QaJFFYybbDh3MXR BG16K5S0r3e+x6ip1hZ7aOwIeJ1YaPj0ctT6w2f4gWniSfCZrTJypyPLjYEpK6SmPaL2ZEiZ2z2DZ magbGDpjiwWUikgtxEciyEDSTjAWonNdsObqIGc+FSG9z+agTZGv4ajrzvs+tdJwXN379SXsV7ypz SDrpLkiKp/fqLTldAgWAK2DQt0e4oZvOODKSnoy+ZR+Ilvq8YronDX8jN943fW3YaC5ZTBEwccisE b5qnFRzxbBkLNelCL5ae3lHW/Jwh/AGnPcSJyPqaVyeToDKTW0xg9LvmTF28xbny9RpSD/lugNz2L R5ceqB2Q==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:55648) 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 1mmvB8-0000HZ-F7; Tue, 16 Nov 2021 09:55:02 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1mmvB5-0001tx-3F; Tue, 16 Nov 2021 09:54:59 +0000 Date: Tue, 16 Nov 2021 09:54:59 +0000 From: "Russell King (Oracle)" To: Michal Simek , Radhey Shyam Pandey Cc: Andrew Lunn , Heiner Kallweit , "David S. Miller" , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org Subject: [PATCH net-next 0/3] net: xilinx: 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 axienet to fill in the supported_interfaces member of phylink_config, cleans up the validate() implementation, and then converts to phylink_generic_validate(). drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 71 ++++------------------- 1 file changed, 11 insertions(+), 60 deletions(-)