From mboxrd@z Thu Jan 1 00:00:00 1970 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 C1095C433EF for ; Wed, 17 Nov 2021 11:30:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7FC761BD4 for ; Wed, 17 Nov 2021 11:30:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236814AbhKQLdT (ORCPT ); Wed, 17 Nov 2021 06:33:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:46332 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235042AbhKQLdK (ORCPT ); Wed, 17 Nov 2021 06:33:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id 05BA861BD3; Wed, 17 Nov 2021 11:30:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637148612; bh=1BT4DNYilZ69hcdgHhMIIzzMNKCVsxYlHpZYtuo+vLY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ee7pygOlzg5FaSoCsW+JFjAo+LmfQZOyRmBPlxAiL8YO2/KEiVRJ8V2H9iHa2oDhX aRUdgZUX5c03Jt9jHsQy+zZ9X7TVnG/gniwx5RwkCiBa951pqFCKsrdULc022mjser yB/uCTu+t9/L9Ay4Xjip7vk1bwM/n/vE61U2cd926WKYH/kbc1TdztFqeF5ZVTm7t+ sMP/cbJbnGmVDQKIgR9J6upjUs0G1vf3Mm7ERmVrhDrf+2EBkluvZgaT4I5CVxxIyH 4XKiEJoGMhK0teNZOzAuSsYAY4HrE/Pfn03Ri1aZW54peDYQjAiUi91GxWgNzOQK5z r0Ox3o22f0XaQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/3] net: sparx5: phylink validate implementation updates From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163714861194.14428.1109730188143034454.git-patchwork-notify@kernel.org> Date: Wed, 17 Nov 2021 11:30:11 +0000 References: In-Reply-To: To: Russell King (Oracle) Cc: lars.povlsen@microchip.com, Steen.Hegelund@microchip.com, davem@davemloft.net, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, UNGLinuxDriver@microchip.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Tue, 16 Nov 2021 10:01:44 +0000 you wrote: > 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(-) Here is the summary with links: - [net-next,1/3] net: sparx5: populate supported_interfaces member https://git.kernel.org/netdev/net-next/c/ae089a819176 - [net-next,2/3] net: sparx5: clean up sparx5_phylink_validate() https://git.kernel.org/netdev/net-next/c/9b5cc05fd91c - [net-next,3/3] net: sparx5: use phylink_generic_validate() https://git.kernel.org/netdev/net-next/c/319faa90b724 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html From mboxrd@z Thu Jan 1 00:00:00 1970 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 E2F88C433EF for ; Wed, 17 Nov 2021 11:31:37 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ADA6F61BD4 for ; Wed, 17 Nov 2021 11:31:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org ADA6F61BD4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZsOVE4Wxpmi9o5sugZGL7bIwtT24G+T1NLn5FSAWXlQ=; b=vMg+OJSfg2zXVE 4lm3Ts3DPKWU+FEgfJiP0m1aDQY5fG5nxWMWUAAJ2Vnt/giRqU0M+XW551tFmgxVMOzYujze/YTPp NNdEphwgp/ZWrKNH4lz/BQLxlPBIMe479wBh/sDC1W2jV/iyvnXSToCp/qULyqnzu70xCdZ2eqXaf wjbKjEgDFNm55T+QmrQqFYqnMaYhKdB4E5Mv/VB9+DTdqB6QIMo6TTro//yhBrG7gliPAeZMvgQCD MFDVG9RJf4JnuvYvaLZCRrm6wPE+i3yt44h9RinNqex8tI8jyeS0mR3BjG73ac2biIzpi+4VqDJEw qMgfw6iDx9p8xDp8Hiiw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnJ8r-004b48-3m; Wed, 17 Nov 2021 11:30:17 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnJ8m-004b2t-NS for linux-arm-kernel@lists.infradead.org; Wed, 17 Nov 2021 11:30:14 +0000 Received: by mail.kernel.org (Postfix) with ESMTPS id 05BA861BD3; Wed, 17 Nov 2021 11:30:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637148612; bh=1BT4DNYilZ69hcdgHhMIIzzMNKCVsxYlHpZYtuo+vLY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ee7pygOlzg5FaSoCsW+JFjAo+LmfQZOyRmBPlxAiL8YO2/KEiVRJ8V2H9iHa2oDhX aRUdgZUX5c03Jt9jHsQy+zZ9X7TVnG/gniwx5RwkCiBa951pqFCKsrdULc022mjser yB/uCTu+t9/L9Ay4Xjip7vk1bwM/n/vE61U2cd926WKYH/kbc1TdztFqeF5ZVTm7t+ sMP/cbJbnGmVDQKIgR9J6upjUs0G1vf3Mm7ERmVrhDrf+2EBkluvZgaT4I5CVxxIyH 4XKiEJoGMhK0teNZOzAuSsYAY4HrE/Pfn03Ri1aZW54peDYQjAiUi91GxWgNzOQK5z r0Ox3o22f0XaQ== MIME-Version: 1.0 Subject: Re: [PATCH net-next 0/3] net: sparx5: phylink validate implementation updates From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163714861194.14428.1109730188143034454.git-patchwork-notify@kernel.org> Date: Wed, 17 Nov 2021 11:30:11 +0000 References: In-Reply-To: To: Russell King (Oracle) Cc: lars.povlsen@microchip.com, Steen.Hegelund@microchip.com, davem@davemloft.net, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, UNGLinuxDriver@microchip.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211117_033012_809134_15F04F06 X-CRM114-Status: UNSURE ( 9.47 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Tue, 16 Nov 2021 10:01:44 +0000 you wrote: > 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(-) Here is the summary with links: - [net-next,1/3] net: sparx5: populate supported_interfaces member https://git.kernel.org/netdev/net-next/c/ae089a819176 - [net-next,2/3] net: sparx5: clean up sparx5_phylink_validate() https://git.kernel.org/netdev/net-next/c/9b5cc05fd91c - [net-next,3/3] net: sparx5: use phylink_generic_validate() https://git.kernel.org/netdev/net-next/c/319faa90b724 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel