Merge branch 'stmmac-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Jan 2021 00:32:08 +0000 (16:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jan 2021 00:32:08 +0000 (16:32 -0800)
commit8db25530835e09e0fbda3cabed1f7c5d1f1cd0c4
treed5891bb21166fde53bf55fbce7c7c41b1201b501
parent55b7ab1178cbf41f979ff83236d3321ad35ed2ad
parent9b1e39cf5dd81f33186cdb950fcf75a121f1a9a7
Merge branch 'stmmac-fixes'

Samuel Holland says:

====================
Fixes for dwmac-sun8i suspend/resume

This series fixes issues preventing dwmac-sun8i from working after a
suspend/resume cycle. Those issues include the PHY being left powered
off, the MAC syscon configuration being reset, and the reference to the
reset controller being improperly dropped. They also fix related issues
in probe error handling and driver removal.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>