1. 6146a08 net: fec_mxc: not access reserved register on i.MX8 by Peng Fan · Mon Apr 15 05:18:33 2019 +0000
  2. 6b94b0e net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driver by Lukasz Majewski · Wed Feb 13 22:46:38 2019 +0100
  3. 24b6aac net: dm: fec: Support phy-reset-post-delay property by Andrejs Cainikovs · Fri Mar 01 13:27:59 2019 +0000
  4. f769430 drivers/net/fec: phy_init: remove redundant logic by Hannes Schmelzer · Fri Feb 15 10:30:18 2019 +0100
  5. b3301b6 net: dm: fec: Fix regulator enable when using DM_REGULATOR by Adam Ford · Tue Jan 15 11:26:48 2019 -0600
  6. d1ac23f Enable FEC driver to retrieve PHY address from device tree by Martyn Welch · Tue Dec 11 11:34:45 2018 +0000
  7. 39945c1 imx: rename mx8m,MX8M to imx8m,IMX8M by Peng Fan · Tue Nov 20 10:19:25 2018 +0000
  8. b71fc5e net: fec_mxc: add support for i.MX8X by Anatolij Gustschin · Thu Oct 18 16:15:11 2018 +0200
  9. f08eb3d net: dm: fec: Obtain the transceiver type from the DT by Martin Fuzzey · Thu Oct 04 19:59:21 2018 +0200
  10. 9a6a2c9 net: dm: fec: Support the phy-supply binding by Martin Fuzzey · Thu Oct 04 19:59:20 2018 +0200
  11. 185e3b8 net: dm: fec: Fix phy-reset-duration clamping and defaults by Martin Fuzzey · Thu Oct 04 19:59:19 2018 +0200
  12. 9c3f97a net: dm: fec: Fix time unit error in phy-reset-duration by Martin Fuzzey · Thu Oct 04 19:59:18 2018 +0200
  13. 0e5cccf eth: dm: fec: Add gpio phy reset binding by Michael Trimarchi · Sun Jun 17 15:22:39 2018 +0200
  14. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  15. 4731122 dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driver by Lukasz Majewski · Sun Apr 15 21:54:22 2018 +0200
  16. 07b75a3 eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MXC_PHYADDR by Lukasz Majewski · Sun Apr 15 21:45:54 2018 +0200
  17. 5fa556c net: fec: Fix issue in DM probe timeout by Ye Li · Wed Mar 28 20:54:16 2018 +0800
  18. 5640630 net: fex_mxc: add i.MX6UL/SX/SL compatible by Peng Fan · Wed Mar 28 20:54:15 2018 +0800
  19. a65e036 net: fec: sharing MDIO for two enet controllers by Peng Fan · Wed Mar 28 20:54:14 2018 +0800
  20. bd3e8cb net: fec: set dev->seq to priv->dev_id by Peng Fan · Wed Mar 28 20:54:13 2018 +0800
  21. 0c59c4f net: fec_mxc: simplify fec_get_miibus by Peng Fan · Wed Mar 28 20:54:12 2018 +0800
  22. bd7e538 net: fec_mxc: Fix DM driver issue in recv by Ye Li · Wed Mar 28 20:54:11 2018 +0800
  23. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · Sun Apr 01 09:22:38 2018 +0000
  24. e267091 net: fec: fix build warnings for 64bits support by Ye Li · Wed Jan 10 13:20:44 2018 +0800
  25. bf8e58b net: fec: do not access reserved register for i.MX8M by Peng Fan · Wed Jan 10 13:20:43 2018 +0800
  26. bfc5f7f net: fec_mxc: Change "error frame" message to debug level by Fabio Estevam · Sun Oct 15 11:01:48 2017 -0200
  27. 962a75a Merge git://www.denx.de/git/u-boot-imx by Tom Rini · Wed Aug 16 18:07:20 2017 -0400
  28. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  29. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · Thu Aug 03 12:22:11 2017 -0600
  30. 7765cbf net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETH by Lothar Waßmann · Fri Jul 14 08:53:57 2017 +0200
  31. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · Thu Jun 29 10:16:06 2017 +0200
  32. d33e9ee net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH by Lothar Waßmann · Tue Jun 27 15:23:16 2017 +0200
  33. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  34. 8f8e458 net: fec_mxc: specify the registered eth index by dev_id by Andy Duan · Mon Apr 10 19:44:35 2017 +0800
  35. 0eaaf83 net: fec_mxc: avoid transfer dev_id -1 to get mac address from fuse by Andy Duan · Mon Apr 10 19:44:34 2017 +0800
  36. 42c2466 net: fec: do not access reserved register for i.MX6ULL by Peng Fan · Mon Apr 10 19:44:33 2017 +0800
  37. ff7951e Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Feb 09 11:56:35 2017 -0500
  38. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  39. a8273d5 net: fec_mxc: Fix corruption of device tree blob by Daniel Strnad · Thu Feb 02 12:11:40 2017 +0100
  40. 87e7f35 dm: net: fec: Add .read_rom_hwaddr by Jagan Teki · Tue Dec 06 00:00:51 2016 +0100
  41. c6cd8d5 net: fec_mxc: Driver cleanups by Jagan Teki · Tue Dec 06 00:00:50 2016 +0100
  42. 484f021 net: fec_mxc: Convert into driver model by Jagan Teki · Tue Dec 06 00:00:49 2016 +0100
  43. bc5fb46 net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddr by Jagan Teki · Tue Dec 06 00:00:48 2016 +0100
  44. 259b1fb Fix spelling of "resetting". by Vagrant Cascadian · Sun Oct 23 20:45:19 2016 -0700
  45. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  46. 5a15c1a driver/net/fec: support fixed speed connection by Hannes Schmelzer · Wed Jun 22 12:07:14 2016 +0200
  47. 53cd7bb net: fec_mxc: use simpler runtime cpu dection macros by Peng Fan · Mon May 23 18:36:04 2016 +0800
  48. c6e4a86 net: fec_mxc: unregister mdio bus on probe error by Måns Rullgård · Tue Dec 08 15:38:46 2015 +0000
  49. 4aeddb7 net: fec_mxc: configure MDIO hold time by Måns Rullgård · Tue Dec 08 15:38:45 2015 +0000
  50. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  51. 13433fd net: fec: do not access reserved register for i.MX6UL by Peng Fan · Wed Aug 12 17:46:51 2015 +0800
  52. 1342030 net: fec_mxc: remove useless struct nbuf by Albert ARIBAUD \(3ADEV\) · Fri Jun 19 14:18:27 2015 +0200
  53. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  54. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  55. 120f43f net: fec_mxc: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:40 2014 +0200
  56. c34e99f net: fec_mxc: Poll FEC_TBD_READY after polling TDAR by Fabio Estevam · Mon Aug 25 13:34:17 2014 -0300
  57. 8b798b2 net: fec_mxc: Adjust RX DMA alignment for mx6solox by Fabio Estevam · Mon Aug 25 13:34:16 2014 -0300
  58. 1af8274 NET: fec_mxc: fix MDIO clock prescaler calculation by Markus Niebel · Wed Feb 05 10:54:11 2014 +0100
  59. 0388045 Net: FEC: Fix huge memory leak by Marek Vasut · Sat Oct 12 20:36:25 2013 +0200
  60. cc95608 net: fec_mxc: Fix timeouts during tftp transfer by Fabio Estevam · Tue Sep 17 23:13:10 2013 -0300
  61. 84c1f52 net: fec_mxc: Add support for mx6 solo-lite by Fabio Estevam · Fri Sep 13 00:36:27 2013 -0300
  62. 3abc814 fec_mxc: set ethaddr if fuses burned and not previously set by Eric Nelson · Fri Aug 02 10:37:00 2013 -0700
  63. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  64. d521b3c net: fec: Avoid MX28 bus sync issue by Marek Vasut · Fri Jul 12 01:03:04 2013 +0200
  65. 0302310 net: fec: Remove bogus flush_dcache_range() call by Marek Vasut · Thu Jul 11 17:23:26 2013 +0200
  66. 89d932a net: fec_mxc: Add support for Vybrid VF610 by Alison Wang · Mon May 27 22:55:43 2013 +0000
  67. dce4def net: fec_mxc: get phydev before fec_probe by Troy Kisky · Mon Oct 22 16:40:46 2012 +0000
  68. 2c42b3c net: fec_mxc: only call phy_connect in fec_probe by Troy Kisky · Mon Oct 22 16:40:45 2012 +0000
  69. 4c2ddec net: fec_mxc: use fec_set_dev_name to set name by Troy Kisky · Mon Oct 22 16:40:44 2012 +0000
  70. 4e0eae6 net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi by Troy Kisky · Mon Oct 22 16:40:42 2012 +0000
  71. 5e76265 net: fec_mxc: change fec_mii_setspeed parameter by Troy Kisky · Mon Oct 22 16:40:41 2012 +0000
  72. ffa9016 net: fec_mxc: delete CONFIG_FEC_MXC_MULTI by Troy Kisky · Mon Oct 22 16:40:40 2012 +0000
  73. c1582c0 FEC: Replace magic contants by Marek Vasut · Wed Aug 29 03:49:51 2012 +0000
  74. 9bf7bf0 FEC: Rework the TX wait mechanism by Marek Vasut · Wed Aug 29 03:49:50 2012 +0000
  75. 5f1631d FEC: Remove endless loop in the FEC driver by Marek Vasut · Wed Aug 29 03:49:49 2012 +0000
  76. 4325d24 FEC: Properly align address over the buffers for cache ops by Marek Vasut · Sun Aug 26 10:19:21 2012 +0000
  77. 4d85b03 FEC: Do not pass unaligned buffer to network stack by Marek Vasut · Sun Aug 26 10:19:20 2012 +0000
  78. 551bb36 net: fec_mxc: Fix MDC for xMII by benoit.thebaudeau@advans · Thu Jul 19 02:12:58 2012 +0000
  79. acc7a28 net: fec_mxc: Fix setting of RCR for xMII by benoit.thebaudeau@advans · Thu Jul 19 02:12:46 2012 +0000
  80. 4238746 net: abort network initialization if the PHY driver fails by Timur Tabi · Mon Jul 09 08:52:43 2012 +0000
  81. 7c31bd1 drivers/net/fec_mxc.c: Fix compile warning by Joe Hershberger · Mon May 21 14:45:27 2012 +0000
  82. 335cbd2 FEC: Abstract out register setup by Marek Vasut · Tue May 01 11:09:41 2012 +0000
  83. d622817 NET: fec_mxc.c: Add a way to disable auto negotiation by Stefano Babic · Wed Feb 22 00:24:35 2012 +0000
  84. 3d2f727 net: fec_mxc: allow use with cache enabled by Eric Nelson · Thu Mar 15 18:33:25 2012 +0000
  85. 2000c66 net: fec_mxc: add PHYLIB support by Troy Kisky · Tue Feb 07 14:08:47 2012 +0000
  86. 0111213 net: fec_mxc: add 1000 Mbps selection by Troy Kisky · Tue Feb 07 14:08:46 2012 +0000
  87. 04fc128 net: imx: Add multi-FEC support for imx_get_mac_from_fuse by Fabio Estevam · Tue Dec 20 05:46:31 2011 +0000
  88. bbcef6c fec: add the i.mx6q enet driver support by Jason Liu · Fri Dec 16 05:17:07 2011 +0000
  89. 6a5fd4c FEC: Add support for iMX28 quirks by Marek Vasut · Tue Nov 08 23:18:10 2011 +0000
  90. 478e2d0 GCC4.6: Squash warnings in fec_mxc.c by Marek Vasut · Mon Oct 24 23:40:03 2011 +0000
  91. b27d5eb FEC: Squish "got MAC from fuse" message, make it debug() by Marek Vasut · Sun Sep 11 18:05:38 2011 +0000
  92. 43b1030 FEC: Add timeout for chip reset by Marek Vasut · Sun Sep 11 18:05:37 2011 +0000
  93. 539ecee FEC: Allow registering MII postconfiguration callback by Marek Vasut · Sun Sep 11 18:05:36 2011 +0000
  94. edcd6c0 FEC: Allow multiple FECes by Marek Vasut · Fri Sep 16 01:13:47 2011 +0200
  95. bf2386b FEC: Abstract access to fec->eth in MII operations by Marek Vasut · Sun Sep 11 18:05:34 2011 +0000
  96. dbb4fce FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPE by Marek Vasut · Sun Sep 11 18:05:33 2011 +0000
  97. 95efbfa FEC: Add RMII mode support by Marek Vasut · Sun Sep 11 18:05:32 2011 +0000
  98. b8f8856 FEC: Kill mode select FIXME's by Marek Vasut · Sun Sep 11 18:05:31 2011 +0000
  99. f6f5380 FEC: Use defined constant instead of magic number by Marek Vasut · Sun Sep 11 18:05:30 2011 +0000
  100. 3efa0bc FEC: Use proper accessor to read register in debug call by Marek Vasut · Sun Sep 11 18:05:29 2011 +0000