summaryrefslogtreecommitdiff
path: root/drivers/qe/uec_phy.h
Commit message (Collapse)AuthorAgeLines
* Change UEC PHY interface to RGMII on MPC8568MDSHaiying Wang2008-10-18-0/+8
| | | | | | | | | | | | | | Change UEC phy interface from GMII to RGMII on MPC8568MDS board Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed, but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable. Now both UEC1 and UEC2 can work properly under u-boot. It is also in consistent with the kernel setting for 8568 UEC phy interface. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
* uec: add support for gbit mii status readingsAnton Vorontsov2008-03-25-0/+5
| | | | Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
* Add support for UEC to 8568Andy Fleming2007-08-14-3/+3
| | | | | Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
* Code cleanup.Wolfgang Denk2006-11-30-152/+155
|
* mpc83xx: add QE ethernet supportDave Liu2006-11-03-0/+256
this patch adds support for the QUICC Engine based UCC gigabit ethernet device.