1. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  2. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  3. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  4. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  5. 0f57797 powerpc: P1025: Remove macro CONFIG_P1025 by York Sun · Fri Nov 18 11:05:38 2016 -0800
  6. 2f924be powerpc: P1021: Remove macro CONFIG_P1021 by York Sun · Fri Nov 18 10:59:02 2016 -0800
  7. 18c1325 powerpc: P1012: Drop configuration for P1012 by York Sun · Wed Nov 16 15:57:52 2016 -0800
  8. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  9. adae2ec treewide: use #include <...> to include public headers by Masahiro Yamada · Wed Sep 21 11:28:53 2016 +0900
  10. ece1aa6 net: mii: Fix changes made by spatch by Joe Hershberger · Mon Aug 08 11:28:40 2016 -0500
  11. 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · Mon Aug 08 11:28:38 2016 -0500
  12. ae6a758 qe: move drivers/qe/qe.h to include/fsl_qe.h by Qianyu Gong · Thu Feb 18 13:01:59 2016 +0800
  13. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  14. 978679d qe: move immap_qe.h from arch directory into common directory by Zhao Qiang · Tue Jun 03 16:27:07 2014 +0800
  15. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  16. 6bf020a powerpc/mpc8xxx: Remove P1015 and P1016 from CPU list by York Sun · Fri Aug 10 11:07:26 2012 +0000
  17. 835e923 drivers/qe/uec.c: Fix compile warning by Joe Hershberger · Tue May 22 07:56:21 2012 +0000
  18. 06c799e drivers/qe/uec.c: Fix GCC 4.6 build warning by Kumar Gala · Wed Nov 09 10:04:33 2011 -0600
  19. 7832a46 fsl: Change fsl_phy_enet_if to phy_interface_t by Andy Fleming · Wed Apr 13 00:37:12 2011 -0500
  20. 0d2df96 Remove instances of phy_read/write by Andy Fleming · Tue Mar 22 22:49:13 2011 -0500
  21. 8cb2af7 powerpc/85xx: Add P1021 specific QE and UEC support by Haiying Wang · Fri Feb 11 01:25:30 2011 -0600
  22. 3bc2d8d powerpc/fsl: Introduce common enum for PHY types by Kumar Gala · Thu Sep 30 09:14:40 2010 -0500
  23. c96cc50 UEC: Don't udelay needlessly by Joakim Tjernlund · Wed Aug 11 11:44:21 2010 +0200
  24. 5ff5fdb miiphy: constify device name by Mike Frysinger · Tue Jul 27 18:35:08 2010 -0400
  25. b42cf5f net: rename "FSL UECx" net interfaces "UECx" by Kim Phillips · Mon Jul 26 18:34:57 2010 -0500
  26. 15e467c 83xx: UEC: Added support for bitBang MII driver access to PHYs by Richard Retanubun · Wed Jun 17 16:00:41 2009 -0400
  27. 40b44bc 83xx, uec: split enet_interface in two variables by Heiko Schocher · Wed Jan 20 09:04:28 2010 +0100
  28. 6b77814 Assigned a static SMI address to all UECs TBIPA address. by Richard Retanubun · Wed Jul 01 14:03:15 2009 -0400
  29. 1d695be Coding style cleanup; update CHANGELOG by Wolfgang Denk · Tue Jul 07 22:35:02 2009 +0200
  30. 893b065 drivers/qe: add sgmii support in for UEC driver by Haiying Wang · Thu Jun 04 16:12:42 2009 -0400
  31. 511d828 qe: Pass in uec_info struct through uec_initialize by Haiying Wang · Thu Jun 04 16:12:41 2009 -0400
  32. 9a38382 drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs by Haiying Wang · Thu May 21 15:34:14 2009 -0400
  33. 9f9d6b7 drivers/qe: Rename the camel-case identifiers in uec by Haiying Wang · Thu May 21 15:32:13 2009 -0400
  34. e2fd320 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg. by richardretanubun · Fri Sep 26 08:59:12 2008 -0400
  35. 001090f Adds two more ethernet interface to 83xx by richardretanubun · Mon Oct 06 15:31:43 2008 -0400
  36. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  37. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  38. 024e1e7 Change UEC PHY interface to RGMII on MPC8568MDS by Haiying Wang · Wed Sep 24 11:42:12 2008 -0500
  39. dd87641 drivers/qe: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:41 2008 +0200
  40. 849c722 QE UEC: Fix compiler warnings by Ben Warren · Thu Aug 07 23:26:35 2008 -0700
  41. 6b25c13 QE UEC: Add MII Commands by David Saada · Mon Mar 31 02:37:38 2008 -0700
  42. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  43. 24eb383 uec: add support for RGMII_RXID interface mode by Anton Vorontsov · Mon Mar 24 20:46:28 2008 +0300
  44. d986cba net: reduce boot latency on QE UEC based boards by Kim Phillips · Tue Jan 15 14:11:00 2008 -0600
  45. f397883 QE UEC: Extend number of supported UECs to 4 by David Saada · Tue Jan 15 10:40:24 2008 +0200
  46. 8a7e0a5 QE: fix compile warning by Dave Liu · Mon Jan 14 11:12:01 2008 +0800
  47. de9fcb5 Fix Ethernet init() return codes by Ben Warren · Wed Jan 09 18:15:53 2008 -0500
  48. 4e48320 Add support CONFIG_UEC_ETH3 in MPC83xx by Joakim Tjernlund · Thu Dec 06 16:43:40 2007 +0100
  49. 088e82c Fix numerous bugs in the 8568 UEC support by Andy Fleming · Wed Aug 15 20:03:34 2007 -0500
  50. ee0e917 Add support for UEC to 8568 by Andy Fleming · Tue Aug 14 00:14:25 2007 -0500
  51. bb828f9 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC by Emilian Medve · Tue Jan 30 16:14:50 2007 -0600
  52. e740c46 mpc83xx: Add support for the MPC832XEMDS board by Dave Liu · Thu Dec 07 21:13:15 2006 +0800
  53. 663cbab mpc83xx: Fix the UEC driver bug of QE by Dave Liu · Wed Dec 06 11:38:17 2006 +0800
  54. e732e9c mpc83xx: add QE ethernet support by Dave Liu · Fri Nov 03 12:11:15 2006 -0600