From: Jose Abreu <[email protected]>
Date: Fri, 13 Sep 2019 11:50:32 +0200
> We need to hold rnl lock in suspend and resume callbacks because phylink
> requires it. Otherwise we will get a WARN() in suspend and resume.
>
> Also, move phylink start and stop callbacks to inside device's internal
> lock so that we prevent concurrent HW accesses.
>
> Fixes: 74371272f97f ("net: stmmac: Convert to phylink and remove phylib
> logic")
> Reported-by: Christophe ROULLIER <[email protected]>
> Tested-by: Christophe ROULLIER <[email protected]>
> Signed-off-by: Jose Abreu <[email protected]>
Applied and queued up for v5.3 -stable.
Thanks.