[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1386513631-11284-1-git-send-email-sebastian.hesselbarth@gmail.com>
Date: Sun, 8 Dec 2013 15:40:25 +0100
From: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
To: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
Cc: David Miller <davem@...emloft.net>,
Florian Fainelli <f.fainelli@...il.com>,
Mugunthan V N <mugunthanvnm@...com>, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/6] net: phy: Ethernet PHY powerdown optimization
This is real v1 based on two RFCs sent earlier [1][2] to reduce power
consumption of network PHYs with link that are either unused or the
corresponding netdev is down.
Last RFC got Acked-by/Reviewed-by from Mugunthan and Florian, so it
was time to elevate the RFC to a real patch set. Compared to RFCv2
there is a simplification of phydev reference in patch 5, which was
suggested by Sergei Shtylyov.
Again, a branch with v1 applied to v3.13-rc2 can also be found at
https://github.com/shesselba/linux-dove.git topic/ethphy-power-v1
[1] http://lwn.net/Articles/574426/
[2] http://www.spinics.net/lists/netdev/msg259575.html
Sebastian Hesselbarth (6):
net: mv643xx_eth: properly start/stop phy device
net: phy: marvell: provide genphy suspend/resume
net: phy: provide phy_resume/phy_suspend helpers
net: phy: resume/suspend PHYs on attach/detach
net: phy: suspend unused PHYs on mdio_bus in late_initcall
net: phy: suspend phydev when going to HALTED
drivers/net/ethernet/marvell/mv643xx_eth.c | 4 +++-
drivers/net/phy/marvell.c | 22 ++++++++++++++++++++++
drivers/net/phy/mdio_bus.c | 23 +++++++++++++++++++++++
drivers/net/phy/phy.c | 6 +++++-
drivers/net/phy/phy_device.c | 27 +++++++++++++++++++++++++++
include/linux/phy.h | 2 ++
6 files changed, 82 insertions(+), 2 deletions(-)
---
Cc: David Miller <davem@...emloft.net>
Cc: Florian Fainelli <f.fainelli@...il.com>
Cc: Mugunthan V N <mugunthanvnm@...com>
Cc: netdev@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org
--
1.8.4.rc3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists