mbox series

[net,0/4] Fixes for dwmac-sun8i suspend/resume

Message ID 20210103111744.34989-1-samuel@sholland.org (mailing list archive)
Headers show
Series Fixes for dwmac-sun8i suspend/resume | expand

Message

Samuel Holland Jan. 3, 2021, 11:17 a.m. UTC
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.

Samuel Holland (4):
  net: stmmac: dwmac-sun8i: Fix probe error handling
  net: stmmac: dwmac-sun8i: Balance internal PHY resource references
  net: stmmac: dwmac-sun8i: Balance internal PHY power
  net: stmmac: dwmac-sun8i: Balance syscon (de)initialization

 .../net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 129 +++++++++++-------
 1 file changed, 82 insertions(+), 47 deletions(-)