]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy_power'
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 19:42:57 +0000 (14:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 19:42:57 +0000 (14:42 -0500)
commit0106344ec9563f18722e46949ce453d815e35291
treeed294b23c4e02b34473e3c56f6c0d2599d8f2a1d
parent58fd6986d52e541b36abba371388d0afcf28cb76
parent0818fb4d651d37a7c81299c238b0b7b09caf600f
Merge branch 'phy_power'

Sebastian Hesselbarth says:

====================
net: phy: Ethernet PHY powerdown optimization

This is v2 of the ethernet PHY power optimization patches to reduce
power consumption of network PHYs with link that are either unused or
the corresponding netdev is down.

Compared to the last version, this patch set drops a patch to disable
unused PHYs after late initcall, as it is not compatible with a modular
mdio bus [1]. I'll investigate different ways to have a modular mdio bus
driver get notified when driver loading is done.

Again, a branch with v2 applied to v3.13-rc2 can also be found at
https://github.com/shesselba/linux-dove.git topic/ethphy-power-v2

[1] http://www.spinics.net/lists/arm-kernel/msg293028.html
====================

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