Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2014-02-06 Thread Ezequiel Garcia
Hi Sebastian, On Tue, Feb 04, 2014 at 08:38:22PM +0100, Sebastian Hesselbarth wrote: > On 12/17/2013 08:43 PM, David Miller wrote: > > 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

Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2014-02-06 Thread Ezequiel Garcia
Hi Sebastian, On Tue, Feb 04, 2014 at 08:38:22PM +0100, Sebastian Hesselbarth wrote: On 12/17/2013 08:43 PM, David Miller wrote: From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Date: Fri, 13 Dec 2013 10:20:24 +0100 This is v2 of the ethernet PHY power optimization patches to

Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2014-02-04 Thread Florian Fainelli
Hi Sebastian, 2014-02-04 Sebastian Hesselbarth : > On 12/17/2013 08:43 PM, David Miller wrote: >> >> 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

Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2014-02-04 Thread Sebastian Hesselbarth
On 12/17/2013 08:43 PM, David Miller wrote: 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

Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2014-02-04 Thread Sebastian Hesselbarth
On 12/17/2013 08:43 PM, David Miller wrote: From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com 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

Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2014-02-04 Thread Florian Fainelli
Hi Sebastian, 2014-02-04 Sebastian Hesselbarth sebastian.hesselba...@gmail.com: On 12/17/2013 08:43 PM, David Miller wrote: From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Date: Fri, 13 Dec 2013 10:20:24 +0100 This is v2 of the ethernet PHY power optimization patches to reduce

Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2013-12-17 Thread David Miller
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

Re: [PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2013-12-17 Thread David Miller
From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com 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

[PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2013-12-13 Thread Sebastian Hesselbarth
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

[PATCH v2 0/5] net: phy: Ethernet PHY powerdown optimization

2013-12-13 Thread Sebastian Hesselbarth
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