1. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  2. cf081a5 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 3 months ago
  3. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  4. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  5. 6f25e27 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 3 months ago
  6. bb5a2cf treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 4 months ago
  7. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  8. 89b5bd5 net: fec: Allow the PHY node to be retrieved by Fabio Estevam · 4 years, 4 months ago
  9. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  10. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  11. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  12. 6a895d0 net: Update eQos driver and FEC driver to use eth phy interfaces by Ye Li · 4 years, 6 months ago
  13. 3b26d52 net: fec: add fuse check by Peng Fan · 4 years, 6 months ago
  14. a1a34fa net: fec: Add possibility to enable TXC delay by Philippe Schenker · 4 years, 7 months ago
  15. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 11 months ago
  16. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  17. 673f659 net: fec_mxc: support i.MX8M with CLK_CCF by Peng Fan · 5 years ago
  18. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  19. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  20. 7782f4e net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driver by Lukasz Majewski · 5 years ago
  21. b5d97e1 net: fec_mxc: not access reserved register on i.MX8 by Peng Fan · 6 years ago
  22. 27589e7 net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driver by Lukasz Majewski · 6 years ago
  23. 31d4045 net: dm: fec: Support phy-reset-post-delay property by Andrejs Cainikovs · 6 years ago
  24. b882005 drivers/net/fec: phy_init: remove redundant logic by Hannes Schmelzer · 6 years ago
  25. 8f1a5ac net: dm: fec: Fix regulator enable when using DM_REGULATOR by Adam Ford · 6 years ago
  26. 774ec60 Enable FEC driver to retrieve PHY address from device tree by Martyn Welch · 6 years ago
  27. cd357ad imx: rename mx8m,MX8M to imx8m,IMX8M by Peng Fan · 6 years ago
  28. 58ec4d3 net: fec_mxc: add support for i.MX8X by Anatolij Gustschin · 6 years ago
  29. 0126c64 net: dm: fec: Obtain the transceiver type from the DT by Martin Fuzzey · 6 years ago
  30. ad8c43c net: dm: fec: Support the phy-supply binding by Martin Fuzzey · 6 years ago
  31. 331fcab net: dm: fec: Fix phy-reset-duration clamping and defaults by Martin Fuzzey · 6 years ago
  32. 9b8b918 net: dm: fec: Fix time unit error in phy-reset-duration by Martin Fuzzey · 6 years ago
  33. efd0b79 eth: dm: fec: Add gpio phy reset binding by Michael Trimarchi · 6 years ago
  34. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  35. 948239e dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driver by Lukasz Majewski · 7 years ago
  36. 178d4f0 eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MXC_PHYADDR by Lukasz Majewski · 7 years ago
  37. 2087eac net: fec: Fix issue in DM probe timeout by Ye Li · 7 years ago
  38. 979e0fc net: fex_mxc: add i.MX6UL/SX/SL compatible by Peng Fan · 7 years ago
  39. fbada48 net: fec: sharing MDIO for two enet controllers by Peng Fan · 7 years ago
  40. 8b20386 net: fec: set dev->seq to priv->dev_id by Peng Fan · 7 years ago
  41. 1bcabd7 net: fec_mxc: simplify fec_get_miibus by Peng Fan · 7 years ago
  42. 07763ac net: fec_mxc: Fix DM driver issue in recv by Ye Li · 7 years ago
  43. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  44. f24e482 net: fec: fix build warnings for 64bits support by Ye Li · 7 years ago
  45. 238a53c net: fec: do not access reserved register for i.MX8M by Peng Fan · 7 years ago
  46. 41b9367 net: fec_mxc: Change "error frame" message to debug level by Fabio Estevam · 7 years ago
  47. 470135b Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  48. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  49. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  50. cb5761f net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETH by Lothar Waßmann · 7 years ago
  51. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  52. 306dd7d net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH by Lothar Waßmann · 7 years ago
  53. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  54. 979a589 net: fec_mxc: specify the registered eth index by dev_id by Andy Duan · 8 years ago
  55. f01e4e1 net: fec_mxc: avoid transfer dev_id -1 to get mac address from fuse by Andy Duan · 8 years ago
  56. 27255fe net: fec: do not access reserved register for i.MX6ULL by Peng Fan · 8 years ago
  57. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  58. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  59. 5ad9204 net: fec_mxc: Fix corruption of device tree blob by Daniel Strnad · 8 years ago
  60. 1ed2570 dm: net: fec: Add .read_rom_hwaddr by Jagan Teki · 8 years ago
  61. 567173a net: fec_mxc: Driver cleanups by Jagan Teki · 8 years ago
  62. 60752ca net: fec_mxc: Convert into driver model by Jagan Teki · 8 years ago
  63. f54183e net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddr by Jagan Teki · 8 years ago
  64. 3450a85 Fix spelling of "resetting". by Vagrant Cascadian · 8 years ago
  65. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  66. 0750701 driver/net/fec: support fixed speed connection by Hannes Schmelzer · 8 years ago
  67. 87f9989 net: fec_mxc: use simpler runtime cpu dection macros by Peng Fan · 8 years ago
  68. 845a57b net: fec_mxc: unregister mdio bus on probe error by Måns Rullgård · 9 years ago
  69. 843a3e5 net: fec_mxc: configure MDIO hold time by Måns Rullgård · 9 years ago
  70. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  71. fbecbaa net: fec: do not access reserved register for i.MX6UL by Peng Fan · 9 years ago
  72. b189584 net: fec_mxc: remove useless struct nbuf by Albert ARIBAUD \(3ADEV\) · 9 years ago
  73. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  74. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  75. 84f64c8 net: fec_mxc: make local functions static by Jeroen Hofstee · 10 years ago
  76. f599288 net: fec_mxc: Poll FEC_TBD_READY after polling TDAR by Fabio Estevam · 10 years ago
  77. db5b7f5 net: fec_mxc: Adjust RX DMA alignment for mx6solox by Fabio Estevam · 10 years ago
  78. 6ba45cc NET: fec_mxc: fix MDIO clock prescaler calculation by Markus Niebel · 11 years ago
  79. 79e5f27 Net: FEC: Fix huge memory leak by Marek Vasut · 11 years ago
  80. fd37f19 net: fec_mxc: Fix timeouts during tftp transfer by Fabio Estevam · 11 years ago
  81. 7df51fd net: fec_mxc: Add support for mx6 solo-lite by Fabio Estevam · 11 years ago
  82. ddb636b fec_mxc: set ethaddr if fuses burned and not previously set by Eric Nelson · 11 years ago
  83. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  84. ab94cd4 net: fec: Avoid MX28 bus sync issue by Marek Vasut · 11 years ago
  85. 3104ce1 net: fec: Remove bogus flush_dcache_range() call by Marek Vasut · 11 years ago
  86. bcb6e90 net: fec_mxc: Add support for Vybrid VF610 by Alison Wang · 11 years ago
  87. fe428b9 net: fec_mxc: get phydev before fec_probe by Troy Kisky · 12 years ago
  88. 4dc27ee net: fec_mxc: only call phy_connect in fec_probe by Troy Kisky · 12 years ago
  89. ef8e3a3 net: fec_mxc: use fec_set_dev_name to set name by Troy Kisky · 12 years ago
  90. eef2448 net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi by Troy Kisky · 12 years ago
  91. 575c5cc net: fec_mxc: change fec_mii_setspeed parameter by Troy Kisky · 12 years ago
  92. 09439c3 net: fec_mxc: delete CONFIG_FEC_MXC_MULTI by Troy Kisky · 12 years ago
  93. c0b5a3b FEC: Replace magic contants by Marek Vasut · 12 years ago
  94. 6744909 FEC: Rework the TX wait mechanism by Marek Vasut · 12 years ago
  95. bc1ce15 FEC: Remove endless loop in the FEC driver by Marek Vasut · 12 years ago
  96. efe24d2 FEC: Properly align address over the buffers for cache ops by Marek Vasut · 12 years ago
  97. e2a66e6 FEC: Do not pass unaligned buffer to network stack by Marek Vasut · 12 years ago
  98. f41471e net: fec_mxc: Fix MDC for xMII by benoit.thebaudeau@advans · 12 years ago
  99. 9d2d924 net: fec_mxc: Fix setting of RCR for xMII by benoit.thebaudeau@advans · 12 years ago
  100. 11af8d6 net: abort network initialization if the PHY driver fails by Timur Tabi · 12 years ago