]> git.sur5r.net Git - u-boot/commit
driver/net/fec: support fixed speed connection
authorHannes Schmelzer <oe5hpm@oevsv.at>
Wed, 22 Jun 2016 10:07:14 +0000 (12:07 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Jul 2016 15:58:48 +0000 (17:58 +0200)
commit0750701a3f74e831b6cb0ecc69be2f7eff94e819
tree126f6e9deb958fd687ca55cdaf3ff39bc13ee1b3
parenta32b4a03c717e37561505297a39ed02313e654af
driver/net/fec: support fixed speed connection

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 <oe5hpm@oevsv.at>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
doc/README.fec_mxc
drivers/net/fec_mxc.c