[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200312.153812.1984046890896612427.davem@davemloft.net>
Date: Thu, 12 Mar 2020 15:38:12 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: hkallweit1@...il.com
Cc: f.fainelli@...il.com, andrew@...n.ch, geert@...ux-m68k.org,
netdev@...r.kernel.org
Subject: Re: [PATCH net] net: phy: fix MDIO bus PM PHY resuming
From: Heiner Kallweit <hkallweit1@...il.com>
Date: Thu, 12 Mar 2020 22:25:20 +0100
> So far we have the unfortunate situation that mdio_bus_phy_may_suspend()
> is called in suspend AND resume path, assuming that function result is
> the same. After the original change this is no longer the case,
> resulting in broken resume as reported by Geert.
>
> To fix this call mdio_bus_phy_may_suspend() in the suspend path only,
> and let the phy_device store the info whether it was suspended by
> MDIO bus PM.
>
> Fixes: 503ba7c69610 ("net: phy: Avoid multiple suspends")
> Reported-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> Tested-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> Signed-off-by: Heiner Kallweit <hkallweit1@...il.com>
Applied and queued up for -stable, thank you.
Powered by blists - more mailing lists