1. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  2. be6e05b Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"" by Marek Vasut · Sat Dec 17 18:41:13 2022 +0100
  3. e6179b5 global: Migrate CONFIG_TSEC_TBICR_SETTINGS to CFG by Tom Rini · Sun Dec 04 10:14:01 2022 -0500
  4. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  5. 5c1b071 Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot" by Tom Rini · Tue Dec 13 09:26:25 2022 -0500
  6. e8020a5 net: tsec: Remove non-DM_ETH support code by Tom Rini · Sun Nov 27 10:25:04 2022 -0500
  7. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  8. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · Thu Apr 07 00:33:03 2022 +0200
  9. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · Thu Apr 07 00:33:01 2022 +0200
  10. 1886407 net: tsec: Make redundant_init() static by Bin Meng · Mon Nov 01 14:15:12 2021 +0800
  11. db2f387 cmd: pxe_utils: Check fdtcontroladdr in label_boot by Peter Hoyes · Thu Oct 14 09:40:04 2021 +0100
  12. 3556c4d net: tsec: add support for promiscuous mode by Vladimir Oltean · Wed Sep 29 18:04:36 2021 +0300
  13. dff95bf net: tsec: read the phy-mode property as fallback to phy-connection-type by Vladimir Oltean · Sat Sep 18 15:46:55 2021 +0300
  14. 0e57757 net: tsec: only call tsec_get_interface as fallback to DT-specified PHY mode by Vladimir Oltean · Sat Sep 18 15:46:54 2021 +0300
  15. 8ca1e6b net: tsec: Mark tsec_get_interface as __maybe_unused by Ramon Fried · Tue Sep 28 18:49:02 2021 +0300
  16. 1d3c81b net: tsec: add option to set device max-speed via dts by Aleksandar Gerasimovski · Fri Jun 04 13:40:58 2021 +0000
  17. dbc4c2e net: tsec: Support <reg> property from the subnode "queue-group" by Bin Meng · Sun Mar 14 20:15:01 2021 +0800
  18. 8699b2e net: tsec: Use map_physmem() directly instead of dev_remap_addr() by Bin Meng · Sun Mar 14 20:14:59 2021 +0800
  19. 26980e9 net: tsec: Use dm_eth_phy_connect() directly for the DM case by Vladimir Oltean · Sun Mar 14 20:14:56 2021 +0800
  20. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  21. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  22. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  23. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  24. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  25. 5966b6d net: tsec: Add the compatible string "gianfar" support by Hou Zhiqiang · Thu Jul 16 18:09:14 2020 +0800
  26. 1addbbf net: tsec: Add fixed-link PHY support by Hou Zhiqiang · Thu Jul 16 18:09:13 2020 +0800
  27. d35de97 net: tsec: convert to use DM_MDIO when DM_ETH enabled by Hou Zhiqiang · Thu Jul 16 18:09:12 2020 +0800
  28. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  29. 53907d5 net: tsec: Access TBI PHY through the corresponding MII by Hou Zhiqiang · Sun May 03 22:48:43 2020 +0800
  30. 7b69ce7 net: tsec: Access eTSEC registers using virtual address by Hou Zhiqiang · Sun May 03 22:48:42 2020 +0800
  31. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  32. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  33. 7c043ea net: tsec: Change compatible strings to match Linux by Vladimir Oltean · Fri Jul 19 00:29:58 2019 +0300
  34. 9953c79 net: tsec: Common handling of MAC station address for DM_ETH by Vladimir Oltean · Fri Jul 19 00:29:57 2019 +0300
  35. 8ec8eaa net: tsec: Make errors visible by Vladimir Oltean · Fri Jul 19 00:29:56 2019 +0300
  36. a11c89d net: tsec: Reverse Christmas tree notation by Vladimir Oltean · Fri Jul 19 00:29:55 2019 +0300
  37. 3095e34 net: tsec: Fix offset of MDIO registers for DM_ETH by Vladimir Oltean · Fri Jul 19 00:29:54 2019 +0300
  38. d639220 net: tsec: Refactor the readout of the tbi-handle property by Vladimir Oltean · Fri Jul 19 00:29:53 2019 +0300
  39. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · Mon Nov 26 21:00:29 2018 +1300
  40. bbe1857 net: move ether_crc to tsec driver by Chris Packham · Mon Nov 26 21:00:28 2018 +1300
  41. 0ccad96 tsec: Fix reading phy registers from DT by Mario Six · Fri Apr 27 14:52:57 2018 +0200
  42. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  43. 00ba055 net: tsec: Make live-tree compatible by Mario Six · Mon Jan 15 11:08:23 2018 +0100
  44. 878b1d2 net: tsec: Fix memory leak in error path by Mario Six · Mon Jan 15 11:08:22 2018 +0100
  45. c29fcc7 net: tsec: Fix style violations by Mario Six · Mon Jan 15 11:08:21 2018 +0100
  46. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  47. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  48. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  49. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Jan 28 18:42:10 2016 -0500
  50. 74314f1 net: tsec: Use priv->tbiaddr to initialize TBI PHY address by Bin Meng · Mon Jan 11 22:41:25 2016 -0800
  51. 1048f61 net: tsec: Add driver model ethernet support by Bin Meng · Mon Jan 11 22:41:24 2016 -0800
  52. e86a6cd net: tsec: Use tsec_private pointer as the parameter for internal routines by Bin Meng · Mon Jan 11 22:41:22 2016 -0800
  53. 80b1a1c net: tsec: Adjust orders to avoid forward declaration of tsec_send() by Bin Meng · Mon Jan 11 22:41:21 2016 -0800
  54. 1120c54 net: tsec: Move rxbd and txbd to struct tsec_private by Bin Meng · Mon Jan 11 22:41:20 2016 -0800
  55. 76f5399 net: tsec: Move rx_idx and tx_idx to struct tsec_private by Bin Meng · Mon Jan 11 22:41:19 2016 -0800
  56. 79cd33a net: tsec: fsl_mdio: Fix several cosmetic issues by Bin Meng · Mon Jan 11 22:41:18 2016 -0800
  57. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · Wed Dec 30 13:05:58 2015 +0000
  58. 51b503e ls102xa: etsec: Use proper settings for BE BDs by Claudiu Manoil · Wed Aug 12 13:29:14 2015 +0300
  59. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  60. fe56fec net: tsec: Fix NULL access in case init_phy() fails by Claudiu Manoil · Tue Dec 10 15:21:04 2013 +0200
  61. 32cc591 ls102xa: etsec: Add etsec support for LS102xA by Alison Wang · Fri Sep 05 13:52:38 2014 +0800
  62. dcb38fe net: tsec: Fix mac addr setup portability, cleanup by Claudiu Manoil · Mon Sep 30 12:44:47 2013 +0300
  63. a18ab90 net: tsec: Use portable regs type (uint->u32) by Claudiu Manoil · Mon Sep 30 12:44:46 2013 +0300
  64. eec416b net: tsec: Use portable types and accessors for BDs by Claudiu Manoil · Fri Oct 04 19:13:53 2013 +0300
  65. c739af4 net: tsec: Fix CamelCase issues around BD code by Claudiu Manoil · Mon Sep 30 12:44:44 2013 +0300
  66. cd0c412 net: tsec: Cleanup tsec regs init and fix __iomem warns by Claudiu Manoil · Mon Sep 30 12:44:42 2013 +0300
  67. 766c894 net: tsec: Fix priv pointer in tsec_mcast_addr() by Claudiu Manoil · Mon Sep 30 12:44:41 2013 +0300
  68. 461511b net: tsec: Fix and cleanup tsec_mcast_addr() by Claudiu Manoil · Mon Sep 30 12:44:40 2013 +0300
  69. 5c47357 net: Fix mcast function pointer prototype by Claudiu Manoil · Mon Sep 30 12:44:39 2013 +0300
  70. 4238746 net: abort network initialization if the PHY driver fails by Timur Tabi · Mon Jul 09 08:52:43 2012 +0000
  71. 5d289fe ppc: Fix warning in TSEC Ethernet driver by Joe Hershberger · Mon May 21 09:46:36 2012 +0000
  72. c8caa8a powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129 by chenhui zhao · Mon Oct 03 08:38:50 2011 -0500
  73. 80f7021 Minor coding style cleanup. by Wolfgang Denk · Thu May 19 22:21:41 2011 +0200
  74. 422effd tsec: Convert tsec to use PHY Lib by Andy Fleming · Fri Apr 08 02:10:54 2011 -0500
  75. e0653bf tsec: arrange the code to avoid useless function declaration by Mingkai Hu · Thu Jan 27 12:52:46 2011 +0800
  76. a65e610 tsec: use IO accessors for IO accesses by Mingkai Hu · Thu Jan 27 12:52:45 2011 +0800
  77. 25e38bd tsec: add AR8021 PHY support by Li Yang · Thu Jan 27 19:02:50 2011 +0800
  78. d63ee71 miiphy: convert to linux/mii.h by Mike Frysinger · Thu Dec 23 15:40:12 2010 -0500
  79. c1457f9 tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII by Kumar Gala · Wed Dec 01 22:55:54 2010 -0600
  80. 5ff5fdb miiphy: constify device name by Mike Frysinger · Tue Jul 27 18:35:08 2010 -0400
  81. 7762268 tsec: fix the return value for tsec_eth_init() by Timur Tabi · Tue Jun 08 08:21:21 2010 -0500
  82. 6d9933f tsec: add micrel ksz804 phy by Heiko Schocher · Mon Jul 05 12:23:04 2010 +0200
  83. 27f98e0 tsec: Fix eTSEC2 link problem on P2020RDB by Felix Radensky · Mon Jun 28 01:57:39 2010 +0300
  84. 1899777 tsec: Wait for both RX and TX to stop by Andy Fleming · Mon Apr 19 14:54:49 2010 -0500
  85. 94f63a7 tsec: Add TSEC_FIBER flag by Peter Tyser · Mon Nov 09 13:09:48 2009 -0600
  86. 3c93d8b tsec: Add support for using the BCM5482 PHY in fiber mode by Peter Tyser · Mon Nov 09 13:09:47 2009 -0600
  87. 4ef03c0 tsec: General cleanup by Peter Tyser · Mon Nov 09 13:09:46 2009 -0600
  88. 08b2d78 tsec: Make functions/data static when possible by Peter Tyser · Mon Nov 09 13:09:45 2009 -0600
  89. f672290 tsec: Clean up Broadcom PHY status parsing by Peter Tyser · Mon Nov 09 13:09:44 2009 -0600
  90. 583c1f4 tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode by Peter Tyser · Tue Nov 03 17:52:07 2009 -0600
  91. b5541ef NET: Move MDIO regs out of TSEC Space by Sandeep Gopalpet · Sat Oct 31 00:35:04 2009 +0530
  92. 59b020f tsec: Remove PHY command relocation fixups by Peter Tyser · Mon Sep 21 11:20:31 2009 -0500
  93. ae4dd97 net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete by Kim Phillips · Mon Aug 24 14:32:26 2009 -0500
  94. 4c84fd5 tsec: Wait for auto-negotiation to complete without link by Peter Tyser · Wed Feb 04 15:14:05 2009 -0600
  95. 6a6d948 Update Freescale copyrights to remove "All Rights Reserved" by Kumar Gala · Tue Jul 28 21:49:52 2009 -0500
  96. c91b5de P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII) by Poonam Aggrwal · Thu Jul 02 16:15:13 2009 +0530
  97. 4f8b633 net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning by Kim Phillips · Fri Jul 17 12:17:00 2009 -0500
  98. ddb7fc7 tsec: Add support for BCM5482S PHY by Zach LeRoy · Fri May 22 10:26:33 2009 -0500
  99. f81b823 tsec: report when there is no vendor specific PHY support by Paul Gortmaker · Mon Mar 09 18:07:53 2009 -0500
  100. 9370c8b Added Vitesse VSC8211 definitions to TSEC driver by Pieter Henning · Sun Feb 22 23:17:15 2009 -0800