Re: [PATCH v2] net: stmmac: Wait a bit for the reset to take effect

From: Bernd Edlinger
Date: Fri Jan 19 2024 - 05:26:56 EST


On 1/16/24 13:22, Paolo Abeni wrote:
>
> A fixes tag is requires, something alike:
>
> Fixes: <blamed commit hash> ("<blamed commit title>")
>
> A bisection is not strictly required, you just need to be reasonably
> confident about the the culprit.
>

Okay, I think finally I found the commit that introduced
the broken reset logic:

commit c5e4ddbdfa1134a36589c1466ed4abb85fe6f976
Author: Chen-Yu Tsai <wens@xxxxxxxx>
Date: Fri Jan 17 21:24:41 2014 +0800

net: stmmac: Add support for optional reset control

The DWMAC has a reset assert line, which is used on some SoCs. Add an
optional reset control to stmmac driver core.

To support reset control deferred probing, this patch changes the driver
probe function to return the actual error, instead of just -EINVAL.

Signed-off-by: Chen-Yu Tsai <wens@xxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>

that commit moved the reset de-assert next to the stmmac_hw_init function,
without any delay in between.

So I think I can now add
Fixes c5e4ddbdfa11 ("net: stmmac: Add support for optional reset control")

> You need to include the relevant target tree into the subj prefix (in
> this case 'net').

Will do, but please clarify how exactly I need to change the subject line.


Thanks
Bernd.