From: David S. Miller Date: Tue, 27 Jan 2015 08:16:56 +0000 (-0800) Subject: Merge branch 'phy-next' X-Git-Tag: v4.0-rc1~133^2~122 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=971f49dee2639badd70bea6cf92e4eaa357ffecf;p=linux-2.6-block.git Merge branch 'phy-next' Florian Fainelli says: ==================== net: phy: prevent double suspend This patch series addresses a problem that Fugang and I observed on different platforms where a given PHY device might end-up being suspended twice. Once as part of the call from ndo_open() all the way down to phy_detach() and phy_suspend() and a second time when the generic platform device/driver suspend/resume callbacks are called in drivers/net/phy/mdio_bus.c. Thanks to Fugang for giving this a quick try on i.MX6/FEC and reporting positive test results! ==================== Signed-off-by: David S. Miller --- 971f49dee2639badd70bea6cf92e4eaa357ffecf