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