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 EDE8E2505AA; Wed, 28 Jan 2026 01:40:30 +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=1769564431; cv=none; b=YNUwhU28tFkRWKtJYEDG2wp9WcMjpRR7ccRzg3p95FBY5XEvy7OWUYnz9l8qieZT3QxTnPgAKVFvAF0Cqq9UBIyWeQVheeftU4ArO0iXqvxondQQDV4JKwpQoRITOWgFAWr9XFFXpOHMiPU3hTi2XMaPwacA3mEr9/A/IA7lJPU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769564431; c=relaxed/simple; bh=BRV3NNMHXtFN28QG1LlieA/z4NRLoXX16Hu52ceP2zI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=SEO0dovSi9kPzalZpkiSE+VSTlMCq4mRCLmClPCAYOEcfRCySmv4whf8/9IKjJ/hP04p3i4wF5ZJp15siIdHM5Tdo4M47RZA2KrAZctBmF1rXInH1nscebZsaezY1rrLj+0O1f393Lo01EM4uZ8a1amSHCiVBl/iCimSgnc+DAw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WHjFUmwg; 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="WHjFUmwg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F482C116C6; Wed, 28 Jan 2026 01:40:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769564430; bh=BRV3NNMHXtFN28QG1LlieA/z4NRLoXX16Hu52ceP2zI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=WHjFUmwgQPYSpaiLwlRr+oDhcgvtV85LuysWTTawWtHliueaNPchxBbx1YiBDBNA9 79Q3gfNNXtPRsD9ZXv0VfX6hfmkOp6O66cvH58i6U/+ES7Q5sDrfTlLbanjNM9d5AK i1Td/5w9L7Liq6NVvQAddqRWgUac4gEoJUxUDSr8rnd5OQ4ASoS15zxvBqIhPFNQKR iPh8w3YSJ2MCQ8+mmPx4Yl/ulwN5SpmbE/knJrbDhwhYeeDOvKAnlh2pX/phIGcHt2 9p4pUWYavRaL3f+I2KocUE7c0Bi4tIcBWt5AWmG1zAlBxeIhO2UtQQktO9DX65oC7w DG3YrILver3Cg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 8BC3C380AA76; Wed, 28 Jan 2026 01:40:25 +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] net: stmmac: don't pass ioaddr to fix_soc_reset() method From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176956442434.1470424.17241812328293968709.git-patchwork-notify@kernel.org> Date: Wed, 28 Jan 2026 01:40:24 +0000 References: In-Reply-To: To: Russell King (Oracle) Cc: andrew@lunn.ch, alexandre.torgue@foss.st.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, imx@lists.linux.dev, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, netdev@vger.kernel.org, pabeni@redhat.com, kernel@pengutronix.de, s.hauer@pengutronix.de, shawnguo@kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 26 Jan 2026 12:33:14 +0000 you wrote: > As the stmmac_priv struct is passed to the fix_soc_reset() method which > has the ioaddr, there is no need to pass ioaddr separately. Pass just > the stmmac_priv struct. Fix up the glues that use it. > > Signed-off-by: Russell King (Oracle) > --- > drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 8 +++++--- > drivers/net/ethernet/stmicro/stmmac/dwmac-loongson.c | 6 ++++-- > drivers/net/ethernet/stmicro/stmmac/hwif.c | 2 +- > include/linux/stmmac.h | 2 +- > 4 files changed, 11 insertions(+), 7 deletions(-) Here is the summary with links: - [net-next] net: stmmac: don't pass ioaddr to fix_soc_reset() method https://git.kernel.org/netdev/net-next/c/d64f761dbfda You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html