1. 2b1c26a net: pcnet: Wrap devbusfn into private data by Marek Vasut · Sun May 17 16:31:04 2020 +0200
  2. 47b2357 net: pcnet: Drop useless forward declarations by Marek Vasut · Sun May 17 16:28:41 2020 +0200
  3. 2ba0a68 net: pcnet: Move initialize function at the end by Marek Vasut · Sun May 17 16:31:41 2020 +0200
  4. ff69987 net: pcnet: Move private data allocation to initialize by Marek Vasut · Sun May 17 16:26:00 2020 +0200
  5. 3587d0b net: pcnet: Replace memset+malloc with calloc by Marek Vasut · Sun May 17 16:26:57 2020 +0200
  6. 60675d4 net: pcnet: Simplify private data allocation by Marek Vasut · Sun May 17 16:16:45 2020 +0200
  7. e2ea361 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sun May 17 17:33:17 2020 +0200
  8. 0c6a775 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · Sun May 17 18:12:19 2020 +0200
  9. b346e1b net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · Sun May 17 15:10:41 2020 +0200
  10. 2dcaf85 net: eepro100: Add Kconfig entries by Marek Vasut · Sat May 23 18:07:53 2020 +0200
  11. cbc44b8 net: eepro100: Add DM support by Marek Vasut · Sat May 23 16:26:20 2020 +0200
  12. 0ea22ba net: eepro100: Split common parts of non-DM functions out by Marek Vasut · Sat May 23 17:28:20 2020 +0200
  13. addde61 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · Sat May 23 17:20:39 2020 +0200
  14. d443d2d net: eepro100: Add RX/TX rings into the private data by Marek Vasut · Sat May 23 17:13:26 2020 +0200
  15. 4448e60 net: eepro100: Pass device private data into mdiobus by Marek Vasut · Sat May 23 17:55:50 2020 +0200
  16. 3334669 net: eepro100: Pass device private data around by Marek Vasut · Sat May 23 17:10:03 2020 +0200
  17. 13beaa8 net: eepro100: Introduce device private data by Marek Vasut · Sat May 23 16:49:07 2020 +0200
  18. c62e024 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · Sat May 23 16:38:41 2020 +0200
  19. 8784dd3 net: eepro100: Drop inline keyword by Marek Vasut · Sat May 23 16:27:37 2020 +0200
  20. f9cc66a net: eepro100: Fix EE_*_CMD macros by Marek Vasut · Sat May 23 16:23:28 2020 +0200
  21. d68d272 net: eepro100: Factor out MII registration by Marek Vasut · Sat May 23 16:20:25 2020 +0200
  22. e6ad81c net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · Sat May 23 16:13:30 2020 +0200
  23. f7fee91 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sat May 23 15:11:30 2020 +0200
  24. 2110c65 net: eepro100: Reorder functions in the driver by Marek Vasut · Sat May 23 15:07:30 2020 +0200
  25. 7ad665f net: eepro100: Remove volatile misuse by Marek Vasut · Sat May 23 15:02:47 2020 +0200
  26. 7efcae4 net: eepro100: Add cache management by Marek Vasut · Sat May 23 14:55:26 2020 +0200
  27. d2139bb net: eepro100: Factor out tx_ring command issuing by Marek Vasut · Sat May 23 14:30:31 2020 +0200
  28. 4020a8e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · Sat May 23 14:26:16 2020 +0200
  29. d1c5f31 net: eepro100: Use standard I/O accessors by Marek Vasut · Sat May 23 14:14:45 2020 +0200
  30. 447271b net: eepro100: Fix camelcase by Marek Vasut · Sat May 23 13:52:50 2020 +0200
  31. c035910 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · Sat May 23 13:45:41 2020 +0200
  32. a2cf21c net: eepro100: Fix indented label by Marek Vasut · Sat May 23 13:26:50 2020 +0200
  33. 1189341 net: eepro100: Fix pointer location by Marek Vasut · Sat May 23 13:23:13 2020 +0200
  34. 60560d0 net: eepro100: Fix parenthesis alignment by Marek Vasut · Sat May 23 13:21:43 2020 +0200
  35. 323b64b net: eepro100: Fix braces by Marek Vasut · Sat May 23 13:20:14 2020 +0200
  36. e4211ed net: eepro100: Fix spacing by Marek Vasut · Sat May 23 13:17:03 2020 +0200
  37. 6659920 net: eepro100: Use plain debug() by Marek Vasut · Sat May 23 13:11:48 2020 +0200
  38. dc83bfe net: eepro100: Clean up comments by Marek Vasut · Sat May 23 12:49:16 2020 +0200
  39. 4b097d0 net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · Sat May 23 13:06:48 2020 +0200
  40. 3e47248 common: hash: Remove a debug printf statement by Harald Seiler · Mon Jun 15 09:47:04 2020 +0200
  41. 2396f98 Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · Sat Jun 13 09:01:01 2020 -0400
  42. 933e6bf Merge branch '2020-06-12-next-net' into next by Tom Rini · Fri Jun 12 14:58:12 2020 -0400
  43. 235361a net: move random_port() to dns by Baruch Siach · Wed May 20 13:31:41 2020 +0300
  44. e387e9a net: tftp: fix option validation as per RFCs by Ravik Hasija · Mon May 18 21:35:43 2020 -0700
  45. 922a9ca net: rtl8139: Add DM support by Marek Vasut · Sat May 09 22:34:44 2020 +0200
  46. fce51f2 net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · Sat May 09 22:34:43 2020 +0200
  47. ac3f000 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sat May 09 22:34:42 2020 +0200
  48. d9dd2a8 net: rtl8139: Split out common and non-DM functions by Marek Vasut · Sat May 09 22:34:41 2020 +0200
  49. a7c1295 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · Sat May 09 22:34:40 2020 +0200
  50. 775b067 net: rtl8139: Introduce device private data by Marek Vasut · Sat May 09 22:34:39 2020 +0200
  51. b1d652f net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · Sat May 09 22:34:38 2020 +0200
  52. 6826194 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · Sat May 09 22:34:37 2020 +0200
  53. c4840a0 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · Sat May 09 22:34:36 2020 +0200
  54. 66ed9fc net: rtl8139: Factor out device name assignment by Marek Vasut · Sat May 09 22:34:35 2020 +0200
  55. d42686e net: tftp: fix progress marker for file transfer by Ravik Hasija · Thu May 07 14:55:32 2020 -0700
  56. 3434cd7 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · Mon May 04 16:14:40 2020 -0500
  57. 8b8d73a net: phy: Add support for TI PHY init by Dan Murphy · Mon May 04 16:14:39 2020 -0500
  58. c06211d net: phy: Add helper routines to set and clear bits by Dan Murphy · Mon May 04 16:14:38 2020 -0500
  59. 98422d9 net: phy: Fix kernel doc issues in phy.h by Dan Murphy · Mon May 04 16:14:37 2020 -0500
  60. c3f0ba9 net: phy: Add missing kernel doc to phy functions by Dan Murphy · Mon May 04 16:14:36 2020 -0500
  61. 0439bee net: phy: add phyid search in vendor specific space by Florin Chiculita · Wed Apr 29 14:25:48 2020 +0300
  62. f9f4a1c net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · Thu Mar 26 15:59:13 2020 -0700
  63. a8267d4 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · Thu Mar 26 03:54:01 2020 +0000
  64. 98c9797 net: smc911x: Drop the standalone EEPROM example by Marek Vasut · Sun Mar 15 00:18:57 2020 +0100
  65. d924938 net: Fix error if some network features are disabled by Krebs, Olaf · Mon Mar 09 14:27:55 2020 +0000
  66. 05b4e12 board: tbs2910: add documentation by Denis 'GNUtoo' Carikli · Sat May 30 05:24:25 2020 +0200
  67. 8559dc4 board: tbs2910: Enable distro_boot support. by Denis 'GNUtoo' Carikli · Sat May 30 05:24:24 2020 +0200
  68. d7a6dfc board: tbs2910_defconfig: Add support for booting general purpose distributions by Denis 'GNUtoo' Carikli · Sat May 30 05:24:22 2020 +0200
  69. 904aec0 board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig by Denis 'GNUtoo' Carikli · Sat May 30 05:24:21 2020 +0200
  70. 7bfb638 board: tbs2910: disable CONFIG_GZIP by Denis 'GNUtoo' Carikli · Sat May 30 05:24:20 2020 +0200
  71. 4367795 board: tbs2910: disable loadb and loads commands by Denis 'GNUtoo' Carikli · Sat May 30 05:24:19 2020 +0200
  72. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · Thu Apr 16 17:36:52 2020 +1200
  73. 78e280f doc: driver-model: fix typo in design.rst by Dario Binacchi · Thu Jun 04 14:58:13 2020 +0200
  74. 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · Tue Jun 02 01:47:09 2020 +0200
  75. eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · Tue Jun 02 01:47:08 2020 +0200
  76. 7c96132 usb: provide a device tree node to USB devices by Michael Walle · Tue Jun 02 01:47:07 2020 +0200
  77. 276bf92 log: check argument of 'log level' command by Heinrich Schuchardt · Sun May 31 13:44:51 2020 +0000
  78. 524956c log: clean up Kconfig by Heinrich Schuchardt · Sun May 31 15:34:22 2020 +0200
  79. 9f3d332 doc: move README.log to HTML documentation by Heinrich Schuchardt · Sun May 31 10:46:12 2020 +0200
  80. d59d9f5 doc: log: correct option name CONFIG_LOG_MAX_LEVEL by Patrick Delaunay · Wed May 27 09:43:31 2020 +0200
  81. 5c42d5d regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · Tue May 26 17:35:57 2020 +0530
  82. db12d38 libfdt: Remove superfluous NUL character from overlay symbols by Marcus Comstedt · Fri May 22 18:41:36 2020 +0200
  83. 7e91996 doc: driver-model: there is no UCLASS_SATA by Heinrich Schuchardt · Wed May 20 23:27:27 2020 +0200
  84. 32d294b fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() by Bin Meng · Tue May 19 23:38:33 2020 -0700
  85. a26ad7a fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() by Bin Meng · Tue May 19 23:38:32 2020 -0700
  86. ee8e9cb buildman: Remove _of_#_ from results directory paths by Ovidiu Panait · Fri May 15 09:30:12 2020 +0300
  87. 7a54365 patman: Complain if a checkpatch line is not understood by Simon Glass · Wed May 06 16:29:09 2020 -0600
  88. d2d136c patman: Support warnings in the patch subject by Simon Glass · Wed May 06 16:29:08 2020 -0600
  89. 9a690c4 patman: Handle checkpatch output with notes and code by Simon Glass · Wed May 06 16:29:07 2020 -0600
  90. 9eb74a9 patman: Don't try to process checkpatch lines twice by Simon Glass · Wed May 06 16:29:06 2020 -0600
  91. 396168c patman: Support emacs mode with checkpatch by Simon Glass · Wed May 06 16:29:05 2020 -0600
  92. 39d6d84 patman: Fix 'warning' typo by Simon Glass · Wed May 06 16:29:04 2020 -0600
  93. 4e852a7 configs: Resync with savedefconfig by Tom Rini · Thu Jun 11 13:55:57 2020 -0400
  94. df3a9fe Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Jun 09 09:17:24 2020 -0400
  95. 4d0b410 Revert "imx: rom api: fix image offset computation" by Stefano Babic · Tue Jun 09 11:19:55 2020 +0200
  96. 177bad0 Prepare v2020.07-rc4 by Tom Rini · Mon Jun 08 20:30:26 2020 -0400
  97. 28db7f5 cmd: Correct the 'md.q' command by Simon Glass · Sun Jun 07 20:33:00 2020 -0600
  98. 7e069ee Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · Mon Jun 08 08:51:59 2020 -0400
  99. 1544257 Merge tag 'u-boot-rockchip-20200607' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Jun 08 08:51:30 2020 -0400
  100. 8dd60ad ARM: dts: imx: m53menlo: Convert to DM_ETH by Marek Vasut · Sat May 30 22:44:46 2020 +0200