1. 4c76b55 drivers/qe: move the entry to drivers/Makefile by Masahiro Yamada · 11 years ago
  2. 710f1d3 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  3. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  4. 45bae2e ppc: Move CONFIG_QE to arch_global_data by Simon Glass · 12 years ago
  5. 1206c18 ppc: Move brg_clk to arch_global_data by Simon Glass · 12 years ago
  6. a88731a mpc83xx: add support for mpc8309 by Gerlando Falauto · 12 years ago
  7. be7bebe powerpc/mpc8xxx: Remove P1015 and P1016 from CPU list by York Sun · 12 years ago
  8. 7ae84d5 drivers/qe/uec.c: Fix compile warning by Joe Hershberger · 12 years ago
  9. f6add13 net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · 13 years ago
  10. f2717b4 powerpc/85xx: clean up and document the QE/FMAN microcode macros by Timur Tabi · 13 years ago
  11. 9cc971b drivers/qe/uec.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  12. 865ff85 fsl: Change fsl_phy_enet_if to phy_interface_t by Andy Fleming · 13 years ago
  13. 09c04c2 Remove instances of phy_read/write by Andy Fleming · 14 years ago
  14. a52d2f8 powerpc/85xx: Add P1021 specific QE and UEC support by Haiying Wang · 14 years ago
  15. 2b21ec9 UEC: Fix compiler warnings introduced by linux/mii.h change by Kumar Gala · 14 years ago
  16. 8ef583a miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  17. c05b18f Exclude drivers/qe/fdt.c without CONFIG_QE by Sebastien Carlier · 14 years ago
  18. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  19. f8c4249 powerpc/fsl: Introduce common enum for PHY types by Kumar Gala · 14 years ago
  20. f29c181 UEC PHY: Speed up initial PHY neg. by Joakim Tjernlund · 14 years ago
  21. b0a75d7 UEC PHY: Remove strange 0.5 sec delay by Joakim Tjernlund · 14 years ago
  22. bd6c25a UEC: Don't udelay needlessly by Joakim Tjernlund · 14 years ago
  23. 5700bb6 miiphy: constify device name by Mike Frysinger · 14 years ago
  24. 78b7a8e net: rename "FSL UECx" net interfaces "UECx" by Kim Phillips · 14 years ago
  25. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  26. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  27. 23c34af 83xx: UEC: Added support for bitBang MII driver access to PHYs by Richard Retanubun · 15 years ago
  28. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  29. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago
  30. 582c55a 83xx, uec: split enet_interface in two variables by Heiko Schocher · 15 years ago
  31. 3fca803 mpc85xx: Configure QE USB for MPC8569E-MDS boards by Anton Vorontsov · 15 years ago
  32. d77c779 net: uec: Fix uccf.h and uec.h headers to include headers they depend on by Anton Vorontsov · 15 years ago
  33. 6185f80 net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs by Anton Vorontsov · 15 years ago
  34. 1443cd7 UEC FIXED PHY: Determine fixed-phy port using UEC interface name. by Richard Retanubun · 15 years ago
  35. 1a95193 Assigned a static SMI address to all UECs TBIPA address. by Richard Retanubun · 15 years ago
  36. 8e5e9b9 Coding style cleanup; update CHANGELOG by Wolfgang Denk · 15 years ago
  37. e8efef7 drivers/qe: add sgmii support in for UEC driver by Haiying Wang · 15 years ago
  38. 8e55258 qe: Pass in uec_info struct through uec_initialize by Haiying Wang · 15 years ago
  39. 4e7b25e drivers/qe: Add more SNUM number for QE by Haiying Wang · 15 years ago
  40. 7211fbf drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs by Haiying Wang · 15 years ago
  41. 52d6ad5 drivers/qe: Rename the camel-case identifiers in uec by Haiying Wang · 15 years ago
  42. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  43. c0a14ae Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 15 years ago
  44. 2d4de6a MPC85xx: Load and enable QE microcode patch in IRAM by Haiying Wang · 16 years ago
  45. ee924e0 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  46. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  47. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  48. 8b69b56 powerpc: net: support for the SMSC LAN8700 PHY by Heiko Schocher · 16 years ago
  49. edf3fe7 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver. by Richard Retanubun · 16 years ago
  50. 0115b19 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg. by richardretanubun · 16 years ago
  51. 44dcb73 Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  52. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  53. c68a05f Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  54. 41410ee Change UEC PHY interface to RGMII on MPC8568MDS by Haiying Wang · 16 years ago
  55. 7ba44a5 drivers/qe: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. d9d78ee QE UEC: Fix compiler warnings by Ben Warren · 16 years ago
  57. d5d28fe QE UEC: Add MII Commands by David Saada · 16 years ago
  58. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  59. 300615d uec: add support for Broadcom BCM5481 Gigabit PHY by Anton Vorontsov · 17 years ago
  60. 6a600c3 uec: add support for RGMII_RXID interface mode by Anton Vorontsov · 17 years ago
  61. 91cdaa3 uec: add support for gbit mii status readings by Anton Vorontsov · 17 years ago
  62. f30b6154 net: uec_phy: actually increment the timeout counter by Kim Phillips · 17 years ago
  63. 491fb6d fix QE firmware uploading limit by Timur Tabi · 17 years ago
  64. f655ade net: uec_phy: handle 88e1111 rev.B2 erratum 5.6 by Kim Phillips · 17 years ago
  65. 69018ce QE: Move FDT support into a common file by Kumar Gala · 17 years ago
  66. 84a3047 Remove annoying debug printout for PHY less boards. by Joakim Tjernlund · 17 years ago
  67. ee62ed3 net: reduce boot latency on QE UEC based boards by Kim Phillips · 17 years ago
  68. 2465665 QE UEC: Extend number of supported UECs to 4 by David Saada · 17 years ago
  69. 06c428b QE: fix compile warning by Dave Liu · 17 years ago
  70. 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  71. d3a6532 Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  72. b8ec238 85xx: add ability to upload QE firmware by Timur Tabi · 17 years ago
  73. ccf21c3 Add support CONFIG_UEC_ETH3 in MPC83xx by Joakim Tjernlund · 17 years ago
  74. 1218abf Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global by Wolfgang Denk · 17 years ago
  75. b96c83d Fix numerous bugs in the 8568 UEC support by Andy Fleming · 17 years ago
  76. da9d461 Add support for UEC to 8568 by Andy Fleming · 17 years ago
  77. ff9658d mpc83xx: Fix the align bug of SDMA buffer by Dave Liu · 17 years ago
  78. a28899c mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC by Emilian Medve · 18 years ago
  79. 24c3aca mpc83xx: Add support for the MPC832XEMDS board by Dave Liu · 18 years ago
  80. ddd0249 mpc83xx: Fix the UEC driver bug of QE by Dave Liu · 18 years ago
  81. dd520bf Code cleanup. by Wolfgang Denk · 18 years ago
  82. 1aa934c Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c by Kim Phillips · 18 years ago
  83. 7737d5c mpc83xx: add QE ethernet support by Dave Liu · 18 years ago