From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization Date: Tue, 17 Dec 2013 14:43:13 -0500 (EST) Message-ID: <20131217.144313.1563516273987934449.davem@davemloft.net> References: <1386513631-11284-1-git-send-email-sebastian.hesselbarth@gmail.com> <1386926429-28818-1-git-send-email-sebastian.hesselbarth@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: f.fainelli@gmail.com, mugunthanvnm@ti.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: sebastian.hesselbarth@gmail.com Return-path: In-Reply-To: <1386926429-28818-1-git-send-email-sebastian.hesselbarth@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Sebastian Hesselbarth Date: Fri, 13 Dec 2013 10:20:24 +0100 > 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 Series applied, thanks.