1. 0452352 tsec: report when there is no vendor specific PHY support by Paul Gortmaker · 16 years ago
  2. 736323a Added Vitesse VSC8211 definitions to TSEC driver by Pieter Henning · 16 years ago
  3. 9e5be82 tsec: Fix a bug in soft-resetting by Andy Fleming · 16 years ago
  4. 12a8b9d Marvell 88E1118 interrupt fix by Ron Madrid · 16 years ago
  5. 23afaba net: tsec: Fix Marvell 88E1121R phy init by Anatolij Gustschin · 16 years ago
  6. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  7. c9d6b69 enable 10/100M at VSC8601 at tsec driver by Andre Schwarz · 16 years ago
  8. ce47eb4 Support for multiple SGMII/TBI interfaces for TSEC ethernet by Peter Tyser · 16 years ago
  9. 2abe361 Add SGMII support to the tsec by Andy Fleming · 16 years ago
  10. 75b9d4a Pass in tsec_info struct through tsec_initialize by Andy Fleming · 16 years ago
  11. dd3d1f5 tsec: Move tsec.h to include/ by Andy Fleming · 16 years ago
  12. d23dc39 PHY: Add support for the M88E1121R Marvell chip. by Sergei Poselenov · 16 years ago
  13. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  14. 290ef64 Add Marvell 88E1118 support for TSEC by Ron Madrid · 16 years ago
  15. 7c0773f drivers/net/tsec.c: Fix typo. by Wolfgang Denk · 16 years ago
  16. 9acde12 TSEC: add config options for VSC8601 RGMII PHY by Andre Schwarz · 16 years ago
  17. 2d934ea Add Vitesse 8601 support to TSEC driver by Tor Krill · 17 years ago
  18. c760478 tsec: fix link detection for the RTL8211B PHY by Anton Vorontsov · 17 years ago
  19. 18ee320 TSEC: Add the support for RealTek RTL8211B PHY by Dave Liu · 17 years ago
  20. 55fe7c5 TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus by michael.firth@bt.com · 17 years ago
  21. 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  22. 19580e6 mpc83xx: Add the support of MPC837xEMDS board by Dave Liu · 17 years ago
  23. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/tsec.c]
  24. 409ecdc Fix compiler warnings for PPC systems. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  25. 5c7ea64 tsec driver should clear RHALT on startup by Dan Wilson · 17 years ago
  26. cd2d160 Typo fix in tsec.c by urwithsughosh@gmail.com · 17 years ago
  27. 7613afd Don't wait for disconnected TSECs by Andy Fleming · 17 years ago
  28. 3a79013 Define tsec flag values in config files by Andy Fleming · 17 years ago
  29. 53a5c42 multicast tftp: RFC2090 by David Updegraff · 17 years ago
  30. ed81064 tsec: fix multiple PHY support by Zach Sadecki · 17 years ago
  31. dcb84b7 tsec: Allow Ten Bit Interface address to be configurable by Joe Hamman · 17 years ago
  32. 5728be3 Coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  33. c7e717e Add Marvell 1149 PHY support to the TSEC by Andy Fleming · 17 years ago
  34. 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
  35. 5a56af3 Remove erroneous errata code from Marvel 88E1111S driver by Andy Fleming · 17 years ago
  36. 2a3cee4 tsec: Fix PHY code to match first driver by Andy Fleming · 17 years ago
  37. 7507d56 Fix Marvell 88e1145 PHY init code by Andy Fleming · 17 years ago
  38. cb51c0b drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  39. d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  40. 255a3577 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx by Kim Phillips · 17 years ago
  41. c3243cf Add support for BCM5464 Quad Phy by Joe Hamman · 17 years ago
  42. 2f15278 Coding stylke cleanup; update CHANGELOG. by Wolfgang Denk · 17 years ago
  43. af1c2b8 Add support for treating unknown PHYs as generic PHYs. by David Updegraff · 17 years ago
  44. 81f481c Enable 8544 support by Andy Fleming · 17 years ago
  45. 91e2576 mpc83xx: U-Boot support for Wind River SBC8349 by Paul Gortmaker · 18 years ago
  46. 2ad6b51 mpc83xx: Add support for the MPC8349E-mITX by Timur Tabi · 18 years ago
  47. f484dc7 Added RGMII support to the TSECs and Marvell 881111 Phy by Nick Spence · 18 years ago
  48. 4653f91 Fix TSEC driver (now for real): avoid crashes if PHY is not attached by Ben Warren · 18 years ago
  49. 0ee90cb Remove unneeded include files and local variable. by Jon Loeliger · 18 years ago
  50. 89875e9 Ran lindent and cleaned up whitespace issues. Format for 80-columns too. by Jon Loeliger · 18 years ago
  51. 504b5cd Merge branch 'mpc85xx' by Jon Loeliger · 18 years ago
  52. 09f3e09 Add support for eTSEC 3 & 4 on 8548 CDS by Andy Fleming · 18 years ago
  53. fcfb9a5 Fix Tsec bug when no link by Jin Zhengxiong-R64188 · 18 years ago
  54. debb735 Initial support for MPC8641 HPCN board. by Jon Loeliger · 18 years ago
  55. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  56. be5048f Add Nat Semi DP83865 PHY support to MPC85xx TSEC driver by Wolfgang Denk · 19 years ago
  57. 63ff004 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  58. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  59. 5810dc3 Fix autonegotiation in tsec ethernet driver Patch by Stefan Roese, 21 Sep 2005 by Stefan Roese · 19 years ago
  60. de1d0a6 Fix style issues primarily in 85xx and 83xx boards. by Jon Loeliger · 19 years ago
  61. f046ccd * Patch by Eran Liberty Add support for the Freescale MPC8349ADS board. by Eran Liberty · 19 years ago
  62. 63be111 * Patch by Jon Loeliger, 2005-07-25 by Jon Loeliger · 19 years ago[Renamed from cpu/mpc85xx/tsec.c]
  63. d9b94f2 * Patch by Jon Loeliger, 2005-05-05 by Jon Loeliger · 19 years ago
  64. 3c2b3d4 * Patch by Ladislav Michl, 05 Apr 2005: Add support for VoiceBlue board. by wdenk · 20 years ago
  65. 3dd7f0f * Add FEC support for TQM8540 board. by wdenk · 20 years ago
  66. 6c9e789 Update code for TQM8540 board (and 85xx in general): by wdenk · 20 years ago
  67. 9d46ea4 * Patch by David Brownell, 10 Mar 2005: by wdenk · 20 years ago
  68. 8b07a11 * Patch by Fred Klatt, 25 Jun 2004: Add support for WindRiver's SBC8560 board by wdenk · 20 years ago
  69. 97d80fc Patches Part 1 by Jon Loeliger, 11 May 2004: by wdenk · 20 years ago
  70. 7abf0c5 * Patch by Dan Malek, 07 Apr 2004: by wdenk · 20 years ago
  71. 3f85ce2 * CVS add missing files by wdenk · 21 years ago
  72. 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago