1. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  2. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  3. 9aa1d5b net: sh_eth: Fix 64bit build warnings by Marek Vasut · Wed Jul 31 14:48:17 2019 +0200
  4. 3112450 net: sh_eth: Add R8A77980 V3H gether support by Marek Vasut · Wed Jul 31 12:58:06 2019 +0200
  5. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  6. 77f69f8 net: sh_eth: Add support for operation without clock framework by Marek Vasut · Thu May 02 00:03:26 2019 +0200
  7. a71ce47 sh: 7724: Remove CPU support by Marek Vasut · Sat May 04 13:31:06 2019 +0200
  8. f6cf4ba net: sh_eth: Initialize PHY in probe() once by Marek Vasut · Sat Mar 30 07:22:09 2019 +0100
  9. 27e0633 net: sh_eth: Support reset GPIO both in mac and phy node by Marek Vasut · Mon Jun 18 04:03:01 2018 +0200
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  11. 337ab3b net: sh_eth: Add remaining Gen2 DT compatible by Marek Vasut · Thu Apr 12 15:23:46 2018 +0200
  12. 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
  13. 63ab72c net: sh_eth: Fix DT base address fetching by Marek Vasut · Sat Feb 17 00:57:49 2018 +0100
  14. 42a3340 net: sh_eth: Fix checkpatch warning by Marek Vasut · Sat Feb 17 00:57:49 2018 +0100
  15. 2526b79 net: sh_eth: Return directly from sh_eth_recv_start by Marek Vasut · Sat Feb 17 00:47:38 2018 +0100
  16. 7a309cf net: sh_eth: Zap port variable by Marek Vasut · Sat Feb 17 00:46:26 2018 +0100
  17. 020d394 net: sh_eth: Add DM and DT support by Marek Vasut · Fri Jan 19 18:57:17 2018 +0100
  18. 7ba5262 net: sh_eth: Clump legacy functions together by Marek Vasut · Sun Jan 21 15:31:48 2018 +0100
  19. c13be6a net: sh_eth: Split sh_eth_init by Marek Vasut · Sun Jan 21 15:10:21 2018 +0100
  20. ccdfc5e net: sh_eth: Separate out MAC address programming by Marek Vasut · Sun Jan 21 14:55:44 2018 +0100
  21. 48de90d net: sh_eth: Split sh_eth_recv by Marek Vasut · Sun Jan 21 15:39:50 2018 +0100
  22. 044eb2d net: sh_eth: Pass sh_eth_dev around by Marek Vasut · Sun Jan 21 14:27:51 2018 +0100
  23. ee2f21b net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2 by Marek Vasut · Mon Jan 22 01:42:32 2018 +0100
  24. 425a3a5 net: sh-eth: Fix misaligned cache operation warning by Nobuhiro Iwamatsu · Fri Dec 01 13:56:08 2017 +0900
  25. ec921f1 net: sh-eth: Change read/write() param to struct sh_eth_info by Nobuhiro Iwamatsu · Fri Dec 01 08:10:32 2017 +0900
  26. 65a81a4 net: sh-eth: Remove bd_t from sh_eth_config() by Nobuhiro Iwamatsu · Fri Dec 01 08:08:47 2017 +0900
  27. ca36b0e net: sh-eth: Fix coding style checked by checkpatch.pl by Nobuhiro Iwamatsu · Fri Dec 01 08:08:00 2017 +0900
  28. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · Thu Aug 03 12:22:14 2017 -0600
  29. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  30. 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · Mon Aug 08 11:28:38 2016 -0500
  31. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · Wed May 04 04:47:31 2016 -0400
  32. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · Wed Dec 30 13:05:58 2015 +0000
  33. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  34. 5ba66ad net: sh-eth: Add cache writeback control after setting bit of DMA descriptor by Nobuhiro Iwamatsu · Tue Nov 04 09:15:48 2014 +0900
  35. 1c82211 net: sh-eth: Use memalign instead of orignal memroy alignment function by Nobuhiro Iwamatsu · Tue Nov 04 09:15:47 2014 +0900
  36. c24b3eb net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE by Nobuhiro Iwamatsu · Tue Nov 04 09:15:46 2014 +0900
  37. 290fdfd net: sh-eth: Add support R8A7793 by Nobuhiro Iwamatsu · Tue Nov 04 09:13:40 2014 +0900
  38. a2dd2a1 net: sh-eth: Add support R8A7794 by Nobuhiro Iwamatsu · Tue Jun 24 17:01:08 2014 +0900
  39. 31e84df net: sh-eth: Fix coding style by Nobuhiro Iwamatsu · Thu Jan 23 07:52:19 2014 +0900
  40. 46288f4 net: sh-eth: Add support R7S72100 of rmobile by Nobuhiro Iwamatsu · Thu Jan 23 07:52:18 2014 +0900
  41. 5e6cd1b net: sh-eth: Add support R8A7791 by Nobuhiro Iwamatsu · Tue Sep 24 15:38:33 2013 +0900
  42. 72befd3 net: sh-eth: Add support R8A7790 by Nobuhiro Iwamatsu · Thu Aug 22 13:22:04 2013 +0900
  43. ee74c70 net: sh-eth: Add invalidate cache control for rmobile (ARM SoC) by Nobuhiro Iwamatsu · Thu Aug 22 13:22:03 2013 +0900
  44. 7a2142c net: sh-eth: Add control for padding size of packet descriptor by Nobuhiro Iwamatsu · Thu Aug 22 13:22:02 2013 +0900
  45. 6bff09d net: sh-eth: Change cache API of SH by Nobuhiro Iwamatsu · Thu Aug 22 13:22:01 2013 +0900
  46. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  47. d27e8c9 net: sh_eth: add support for SH7752 by Yoshihiro Shimoda · Sun Nov 04 15:54:30 2012 +0000
  48. 4ad2c2a net: sh_eth: Add support R8A7740 of rmobile (arm core) by Nobuhiro Iwamatsu · Thu Aug 02 22:08:40 2012 +0000
  49. 4c4aa6c net: sh_eth: modify the definitions of regsiter by Yoshihiro Shimoda · Tue Jun 26 16:38:09 2012 +0000
  50. 9d55303 net: sh_eth: add SH_ETH_TYPE_ condition by Yoshihiro Shimoda · Tue Jun 26 16:38:06 2012 +0000
  51. 74cb180 net: sh_eth: clean up for the SH7757's code by Yoshihiro Shimoda · Tue Jun 26 16:38:02 2012 +0000
  52. 4238746 net: abort network initialization if the PHY driver fails by Timur Tabi · Mon Jul 09 08:52:43 2012 +0000
  53. 475f40d net: sh-eth: Add support Gigabit of SH7734 by Nobuhiro Iwamatsu · Tue May 15 15:49:39 2012 +0000
  54. 5880290 net: sh_eth: Add support SH7734 Ethernet device by Nobuhiro Iwamatsu · Thu Feb 02 21:28:49 2012 +0000
  55. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · Tue May 22 18:36:19 2012 +0000
  56. 45c786e net: sh_eth: Remove unnecessary return by Nobuhiro Iwamatsu · Wed Jan 11 10:32:54 2012 +0900
  57. 71f507c net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT by Nobuhiro Iwamatsu · Wed Jan 11 10:23:51 2012 +0900
  58. fa41330 net: sh_eth: Remove SH_ETH_PHY_DELAY by Nobuhiro Iwamatsu · Wed Jan 11 10:12:08 2012 +0900
  59. 9dfac0a sh: sh_eth: Add support SH7724 by Nobuhiro Iwamatsu · Mon Nov 14 16:56:59 2011 +0900
  60. 677f6cd net: sh_eth: use miiphybb instead of own mii functions by Yoshihiro Shimoda · Tue Oct 11 18:10:14 2011 +0900
  61. 34cca92 net: sh_eth: add support for SH7757's ETHER by Yoshihiro Shimoda · Tue Jan 18 17:53:45 2011 +0900
  62. 281aa05 net: sh_eth: add cache handling by Yoshihiro Shimoda · Thu Jan 27 10:06:08 2011 +0900
  63. fc4b0a2 sh: sh_eth: Remove garbage from printf by Nobuhiro Iwamatsu · Thu Jun 25 16:33:04 2009 +0900
  64. a86bf13 sh_eth: get mac address from environment by Mike Frysinger · Wed Feb 11 19:14:09 2009 -0500
  65. bc59f6e net: sh_eth: Remove sh_eth_reset() from halt function by Nobuhiro Iwamatsu · Wed Mar 18 12:27:04 2009 +0900
  66. d8f5d50 sh: sh_eth: Change new network API by Nobuhiro Iwamatsu · Fri Nov 21 12:04:18 2008 +0900
  67. 240b723 net: sh: Renesas SH7763 Ethernet device support by Nobuhiro Iwamatsu · Wed Jun 11 21:05:00 2008 +0900