]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 27 Jan 2015 08:16:56 +0000 (00:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jan 2015 08:16:56 +0000 (00:16 -0800)
commit3235522c92e624a5f360b919e12fa0e19f857680
treeddf90b1789e8a24547a0bf6786274df77eebd330
parent2905c5e908ab2ee0d814a0b53878e621f4e4c902
parent8af6c10189dbab6c4eb65e8f5355cbb7c5df798d
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 <davem@davemloft.net>