Re: [U-Boot] [PATCH] driver/net/fec: support fixed speed connection

2016-07-11 Thread Hannes Schmelzer
On 07/11/2016 04:23 PM, Stefano Babic wrote: Hi Hannes, Hi Stefano, On 22/06/2016 12:07, Hannes Schmelzer wrote: If MAC is directly connected to another MAC (like a switch for example) we don't need to probe for a phy, autoneogation and so on. We simply have to setup speed. Signed-off-by: Ha

Re: [U-Boot] [PATCH] driver/net/fec: support fixed speed connection

2016-07-11 Thread Stefano Babic
Hi Hannes, On 22/06/2016 12:07, Hannes Schmelzer wrote: > If MAC is directly connected to another MAC (like a switch for example) > we don't need to probe for a phy, autoneogation and so on. We simply > have to setup speed. > > Signed-off-by: Hannes Schmelzer > --- > > doc/README.fec_mxc|

Re: [U-Boot] [PATCH] driver/net/fec: support fixed speed connection

2016-07-06 Thread Joe Hershberger
On Wed, Jun 22, 2016 at 5:07 AM, Hannes Schmelzer wrote: > If MAC is directly connected to another MAC (like a switch for example) > we don't need to probe for a phy, autoneogation and so on. We simply > have to setup speed. > > Signed-off-by: Hannes Schmelzer You may want to add it to Kconfig,

[U-Boot] [PATCH] driver/net/fec: support fixed speed connection

2016-06-22 Thread Hannes Schmelzer
If MAC is directly connected to another MAC (like a switch for example) we don't need to probe for a phy, autoneogation and so on. We simply have to setup speed. Signed-off-by: Hannes Schmelzer --- doc/README.fec_mxc| 5 + drivers/net/fec_mxc.c | 4 2 files changed, 9 insertions(+)