Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: ethernet: ravb: Disable interrupts when closing device

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>
Link: https://patch.msgid.link/20260307095532.2118495-1-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Yoshihiro Shimoda and committed by
Jakub Kicinski
9278b888 1f9cab56

+1
+1
drivers/net/ethernet/renesas/ravb_main.c
··· 2367 2367 ravb_write(ndev, 0, RIC0); 2368 2368 ravb_write(ndev, 0, RIC2); 2369 2369 ravb_write(ndev, 0, TIC); 2370 + ravb_write(ndev, 0, ECSIPR); 2370 2371 2371 2372 /* PHY disconnect */ 2372 2373 if (ndev->phydev) {