summaryrefslogtreecommitdiff
path: root/drivers/tsec.h
Commit message (Collapse)AuthorAgeLines
* Merge branch 'mpc85xx'Jon Loeliger2006-09-19-0/+17
|\ | | | | | | | | | | Conflicts: drivers/tsec.c
| * Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-19-0/+17
| | | | | | | | | | | | | | * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. This will only work on rev 1.3 boards (but doesn't break older boards) * Cleaned up some comments to reflect the expanded role of tsec in other systems
* | Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-1/+19
|/
* Add Nat Semi DP83865 PHY support to MPC85xx TSEC driverWolfgang Denk2006-03-12-0/+10
| | | | Patch by Murray Jensen, 08 Jul 2005
* Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII modeWolfgang Denk2006-03-12-1/+1
| | | | Patch by Andy Fleming, 14 Jun 2005
* Fix bad register definitions for LTX971 PHY on MPC85xx boards.Wolfgang Denk2006-03-12-6/+6
| | | | Patch by Gerhard Jaeger, 21 Jun 2005
* Fix autonegotiation in tsec ethernet driverStefan Roese2005-09-21-0/+5
| | | | Patch by Stefan Roese, 21 Sep 2005
* * Patch by Eran LibertyEran Liberty2005-07-28-2/+13
| | | | Add support for the Freescale MPC8349ADS board.
* * Patch by Jon Loeliger, 2005-07-25Jon Loeliger2005-07-25-0/+494
Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.