Mike Frysinger
8ef583a035
miiphy: convert to linux/mii.h
...
The include/miiphy.h header duplicates a lot of things from linux/mii.h.
So punt all the things that overlap to keep the API simple and to make
merging between U-Boot and Linux simpler.
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
2011-01-09 18:06:50 +01:00
Mike Frysinger
5700bb6352
miiphy: constify device name
...
The driver name does not need to be writable, so constify it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
Signed-off-by: Ben Warren <biggerbadderben@gmail.com >
2010-08-09 11:52:29 -07:00
Thomas Chou
6c7c444786
net: altera_tse: add write_hwaddr support
...
Signed-off-by: Thomas Chou <thomas@wytron.com.tw >
Signed-off-by: Ben Warren <biggerbadderben@gmail.com >
2010-05-03 14:52:50 -07:00
Thomas Chou
c960b13ed2
net: add altera triple speeds ethernet mac driver
...
This driver supports the Altera triple speeds 10/100/1000 ethernet
mac.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw >
Signed-off-by: Ben Warren <biggerbadderben@gmail.com >
2010-05-03 14:52:49 -07:00