* [net-next,v2] net: ethernet: ravb: Disable interrupts when closing device
@ 2026-03-07 9:55 Niklas Söderlund
2026-03-11 2:40 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Niklas Söderlund @ 2026-03-07 9:55 UTC (permalink / raw)
To: Yoshihiro Shimoda, Paul Barker, Andrew Lunn, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev,
linux-renesas-soc
Cc: Niklas Söderlund
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Disable E-MAC interrupts when closing the device.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
[Niklas: Rebase from BSP and reword commit message]
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
* Changes since v1
- Specify E-MAC interrupts in commit message.
---
drivers/net/ethernet/renesas/ravb_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/renesas/ravb_main.c b/drivers/net/ethernet/renesas/ravb_main.c
index 84b657fc2e15..2c725824b348 100644
--- a/drivers/net/ethernet/renesas/ravb_main.c
+++ b/drivers/net/ethernet/renesas/ravb_main.c
@@ -2367,6 +2367,7 @@ static int ravb_close(struct net_device *ndev)
ravb_write(ndev, 0, RIC0);
ravb_write(ndev, 0, RIC2);
ravb_write(ndev, 0, TIC);
+ ravb_write(ndev, 0, ECSIPR);
/* PHY disconnect */
if (ndev->phydev) {
--
2.52.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [net-next,v2] net: ethernet: ravb: Disable interrupts when closing device
2026-03-07 9:55 [net-next,v2] net: ethernet: ravb: Disable interrupts when closing device Niklas Söderlund
@ 2026-03-11 2:40 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-11 2:40 UTC (permalink / raw)
To: =?utf-8?q?Niklas_S=C3=B6derlund_=3Cniklas=2Esoderlund+renesas=40ragnatech=2E?=,
=?utf-8?q?se=3E?=
Cc: yoshihiro.shimoda.uh, paul, andrew+netdev, davem, edumazet, kuba,
pabeni, netdev, linux-renesas-soc
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 7 Mar 2026 10:55:32 +0100 you wrote:
> From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>
> Disable E-MAC interrupts when closing the device.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> [Niklas: Rebase from BSP and reword commit message]
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
>
> [...]
Here is the summary with links:
- [net-next,v2] net: ethernet: ravb: Disable interrupts when closing device
https://git.kernel.org/netdev/net-next/c/9278b888920e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-11 2:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-07 9:55 [net-next,v2] net: ethernet: ravb: Disable interrupts when closing device Niklas Söderlund
2026-03-11 2:40 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox