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 X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76B98C48BE8 for ; Sat, 12 Jun 2021 20:20:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 56C7361164 for ; Sat, 12 Jun 2021 20:20:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231545AbhFLUWK (ORCPT ); Sat, 12 Jun 2021 16:22:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:36662 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230186AbhFLUWE (ORCPT ); Sat, 12 Jun 2021 16:22:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 8404561164; Sat, 12 Jun 2021 20:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623529204; bh=DIQEqT0PkShpGezk6HpU8lrICEsMabhZy31CHwJWKk4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lfI2se7MJwBGXeSPcB+mQ2XBCdH8C/OhWp1ZLTepMDgxRHibaKhsPGgyOMa+yLYgB y1FkKHZbYW2ljk5QghjMYJwoF8zutSPjlX7t9SPCoVe+3hR0wwgS+COF+e9dJ8mExc 3leWXNSsW3eO36CPLR4suPG03d3O3tY1/Zf3K52SMQ73t6x6/UlAFwnyXb0kXnETmb FFDrbxz/0nhfi8lxtQA7VOgr4k9B+8yeZlnbUn59pDParAw+l9zBzh01XVCXlmvmND BPNQDx5Gf4yNLhqAC+an6U9iIcS/iYWU2Lj0NOQ77+/xIPcA5irs+8mYn8jK1dKySI RXTtbLWAXWEgw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/2] stmmac: intel: minor clean-up From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162352920446.6609.10045548501109238922.git-patchwork-notify@kernel.org> Date: Sat, 12 Jun 2021 20:20:04 +0000 References: <20210611131609.1685105-1-vee.khee.wong@linux.intel.com> In-Reply-To: <20210611131609.1685105-1-vee.khee.wong@linux.intel.com> To: Wong Vee Khee Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, kuba@kernel.org, mcoquelin.stm32@gmail.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 11 Jun 2021 21:16:07 +0800 you wrote: > This patch series include two minor-cleanup patches: > > 1. Move all the hardcoded DEFINEs to dwmac-intel header file. > 2. Fix the wrong kernel-doc on the intel_eth_pci_remove() function. > > Since the changes are minor, only basic sanity tests are done on a > Intel TigerLake with Marvell88E2110 PHY:- > > [...] Here is the summary with links: - [net-next,1/2] stmmac: intel: move definitions to dwmac-intel header file https://git.kernel.org/netdev/net-next/c/fb9349c4163e - [net-next,2/2] stmmac: intel: fix wrong kernel-doc https://git.kernel.org/netdev/net-next/c/3c3ea630e87c 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 X-Spam-Level: X-Spam-Status: No, score=-9.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9FCEC48BE5 for ; Sat, 12 Jun 2021 20:24:10 +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 918DC61156 for ; Sat, 12 Jun 2021 20:24:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 918DC61156 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@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=FHbyJAw8YqU5yAh0jxkYNegwK8XvvwwsKyG0UgYZS4I=; b=lo3PAosaU0a9q5 XBCHfxOubSGxKFcqbZDt1vmtEazSHvpXJpPB5LCvwaJ1l6tdUR+Sl8S1Szdi5WYCyGmYWoOKu2HUx Kdle2mtUpizxrjZu5knMpZw4OCBF1Upmq8eAokpcLTG3Xstr5R5CWJpLM9gEevdY/BSRmqe/Vt2kh bRfsNlKahLwiJ2eA8ncK4yhCG2YfxJC2R2iBczFawAxxlDHAjT7C9THpupvHi9MP92bKGku/FUuHZ h/xDwxTbU+RC6eZX7Bn+qDrIcs9b5FMZXAa85dLPz8UKiG7Hbbl1CEYh0mur12WPt+MrJ3H+VMIQv u5lYn5FZutCeg09nRc3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lsA6y-0096rS-Gq; Sat, 12 Jun 2021 20:20:08 +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 1lsA6v-0096r3-6X for linux-arm-kernel@lists.infradead.org; Sat, 12 Jun 2021 20:20:06 +0000 Received: by mail.kernel.org (Postfix) with ESMTPS id 8404561164; Sat, 12 Jun 2021 20:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623529204; bh=DIQEqT0PkShpGezk6HpU8lrICEsMabhZy31CHwJWKk4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lfI2se7MJwBGXeSPcB+mQ2XBCdH8C/OhWp1ZLTepMDgxRHibaKhsPGgyOMa+yLYgB y1FkKHZbYW2ljk5QghjMYJwoF8zutSPjlX7t9SPCoVe+3hR0wwgS+COF+e9dJ8mExc 3leWXNSsW3eO36CPLR4suPG03d3O3tY1/Zf3K52SMQ73t6x6/UlAFwnyXb0kXnETmb FFDrbxz/0nhfi8lxtQA7VOgr4k9B+8yeZlnbUn59pDParAw+l9zBzh01XVCXlmvmND BPNQDx5Gf4yNLhqAC+an6U9iIcS/iYWU2Lj0NOQ77+/xIPcA5irs+8mYn8jK1dKySI RXTtbLWAXWEgw== MIME-Version: 1.0 Subject: Re: [PATCH net-next 0/2] stmmac: intel: minor clean-up From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162352920446.6609.10045548501109238922.git-patchwork-notify@kernel.org> Date: Sat, 12 Jun 2021 20:20:04 +0000 References: <20210611131609.1685105-1-vee.khee.wong@linux.intel.com> In-Reply-To: <20210611131609.1685105-1-vee.khee.wong@linux.intel.com> To: Wong Vee Khee Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, kuba@kernel.org, mcoquelin.stm32@gmail.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210612_132005_522905_403CAD8A X-CRM114-Status: UNSURE ( 8.78 ) 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 (refs/heads/master): On Fri, 11 Jun 2021 21:16:07 +0800 you wrote: > This patch series include two minor-cleanup patches: > > 1. Move all the hardcoded DEFINEs to dwmac-intel header file. > 2. Fix the wrong kernel-doc on the intel_eth_pci_remove() function. > > Since the changes are minor, only basic sanity tests are done on a > Intel TigerLake with Marvell88E2110 PHY:- > > [...] Here is the summary with links: - [net-next,1/2] stmmac: intel: move definitions to dwmac-intel header file https://git.kernel.org/netdev/net-next/c/fb9349c4163e - [net-next,2/2] stmmac: intel: fix wrong kernel-doc https://git.kernel.org/netdev/net-next/c/3c3ea630e87c 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