From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 92D9D38757C; Thu, 26 Feb 2026 03:30:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772076603; cv=none; b=PMg7xsgymnMg1tOGtwHl7YB070Dt78vCOVBCIYryLj10lN7IUavOm8aKlh+iccS+UnRtXt0674VQ+FAf83Fm1QBVKZ1a2Ogpwj6YTEceo/9os8Oi1Kxyeb+5XMflNGf6c9F/5LNsPrjTmS4H42Ep20MjvwqRpEmKYQbE6CWiIjk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772076603; c=relaxed/simple; bh=33Ebxl7znvHKx+8A7TAbQF1LHlHnjRkX06qgA4XsYGA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=VvPn8V4ocCt+k8XxWcGZLZDZ0j9XNxXnQOcpgvPqbb0GbPQs5PZqx4VdroyvYE4CIrXU3P9IE2oIK6s+B13+4WD0pVZn5MFcK2zhOQ6ATG7zP4W+qZ1Q1YxIq7SEIu2x9O+njFD1NtilRC4yciUMrlxIK/a+bI00o72nB/DeZF0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QS2W0Sbq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QS2W0Sbq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4824CC2BC87; Thu, 26 Feb 2026 03:30:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772076603; bh=33Ebxl7znvHKx+8A7TAbQF1LHlHnjRkX06qgA4XsYGA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=QS2W0Sbqjve4+0R093xbdELBKvDaog1KVN0Qkz/XkL0bOl3wZ4jd0Ukg1UWnrBCmx hPjL9nTQi5P9Uy37RvYh32AT2XGp5fn9t8roNM/eivecxcKnFfhxJ+B4WjQM2Ivg+q TrtcMvMCceIhtHTIt3V9aV1DUIzhEUWeAzmywO/loOAlppX+IXPUSrDtjC4IUR8fyX ZteBCfcRmHV/kQHKI96/cEcaf8WjhXpCNGB0LD0wJ1thwOS8tyPutUy09JgDa9qshv NQQUWJ0xTdEmuWWi/FBgg8yTN38YGviG1VaeQ95m9vWRwHS66vFfBnpP5aeAAWslws FvxokNXcCSnFA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FD85380A94B; Thu, 26 Feb 2026 03:30:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] net: cadence: macb: add ethtool nway_reset support From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177207660779.1022268.11131318699777211358.git-patchwork-notify@kernel.org> Date: Thu, 26 Feb 2026 03:30:07 +0000 References: <20260224145723.49450-1-nb@tipi-net.de> In-Reply-To: <20260224145723.49450-1-nb@tipi-net.de> To: Nicolai Buchwitz Cc: netdev@vger.kernel.org, nicolas.ferre@microchip.com, claudiu.beznea@tuxon.dev, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 24 Feb 2026 15:57:23 +0100 you wrote: > Wire phy_ethtool_nway_reset() as the .nway_reset ethtool operation, > allowing userspace to restart PHY autonegotiation via 'ethtool -r'. > > Signed-off-by: Nicolai Buchwitz > --- > drivers/net/ethernet/cadence/macb_main.c | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [net-next,v2] net: cadence: macb: add ethtool nway_reset support https://git.kernel.org/netdev/net-next/c/45ce4b753a50 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html