Re: [U-Boot] [PATCH v5] drivers/net/phy: add fixed-phy / fixed-link support

2017-03-26 Thread Christian Gmeiner
2017-03-23 15:11 GMT+01:00 Hannes Schmelzer : > From: Hannes Schmelzer > > This patch adds support for having a "fixed-link" to some other MAC > (like some embedded switch-device). > > For this purpose we introduce a new phy-driver, called

Re: [U-Boot] [PATCH v5] drivers/net/phy: add fixed-phy / fixed-link support

2017-03-25 Thread Joe Hershberger
On Thu, Mar 23, 2017 at 10:11 AM, Hannes Schmelzer wrote: > > From: Hannes Schmelzer > > This patch adds support for having a "fixed-link" to some other MAC > (like some embedded switch-device). > > For this purpose we introduce a new

[U-Boot] [PATCH v5] drivers/net/phy: add fixed-phy / fixed-link support

2017-03-23 Thread Hannes Schmelzer
From: Hannes Schmelzer This patch adds support for having a "fixed-link" to some other MAC (like some embedded switch-device). For this purpose we introduce a new phy-driver, called "Fixed PHY". Fixed PHY works only with CONFIG_DM_ETH enabled, since the