Re: [PATCH net-next 3/4] net: dsa: realtek: do not assert reset on remove

From: Linus Walleij
Date: Sun Mar 10 2024 - 14:33:50 EST


On Sun, Mar 10, 2024 at 5:52 AM Luiz Angelo Daros de Luca
<luizluca@xxxxxxxxx> wrote:

> The necessity of asserting the reset on removal was previously questioned, as DSA's own cleanup methods should suffice to prevent traffic leakage[1].
>
> When a driver has subdrivers controlled by devres, they will be unregistered after the main driver's .remove is executed. If it asserts a reset, the subdrivers will be unable to communicate with the hardware during their cleanup. For LEDs, this means that they will fail to turn off, resulting in a timeout error.
>
> [1] https://lore.kernel.org/r/20240123215606.26716-9-luizluca@xxxxxxxxx/
>
> Signed-off-by: Luiz Angelo Daros de Luca <luizluca@xxxxxxxxx>

The commit message needs some linebreaks :D

Other than that:
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij