1. 81d4964 board: nitrogen6x: migrate to CONFIG_DM_VIDEO by Troy Kisky · Fri May 22 10:10:37 2020 -0700
  2. 3e47248 common: hash: Remove a debug printf statement by Harald Seiler · Mon Jun 15 09:47:04 2020 +0200
  3. 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
  4. 933e6bf Merge branch '2020-06-12-next-net' into next by Tom Rini · Fri Jun 12 14:58:12 2020 -0400
  5. 235361a net: move random_port() to dns by Baruch Siach · Wed May 20 13:31:41 2020 +0300
  6. e387e9a net: tftp: fix option validation as per RFCs by Ravik Hasija · Mon May 18 21:35:43 2020 -0700
  7. 922a9ca net: rtl8139: Add DM support by Marek Vasut · Sat May 09 22:34:44 2020 +0200
  8. fce51f2 net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · Sat May 09 22:34:43 2020 +0200
  9. ac3f000 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sat May 09 22:34:42 2020 +0200
  10. d9dd2a8 net: rtl8139: Split out common and non-DM functions by Marek Vasut · Sat May 09 22:34:41 2020 +0200
  11. a7c1295 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · Sat May 09 22:34:40 2020 +0200
  12. 775b067 net: rtl8139: Introduce device private data by Marek Vasut · Sat May 09 22:34:39 2020 +0200
  13. b1d652f net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · Sat May 09 22:34:38 2020 +0200
  14. 6826194 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · Sat May 09 22:34:37 2020 +0200
  15. c4840a0 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · Sat May 09 22:34:36 2020 +0200
  16. 66ed9fc net: rtl8139: Factor out device name assignment by Marek Vasut · Sat May 09 22:34:35 2020 +0200
  17. d42686e net: tftp: fix progress marker for file transfer by Ravik Hasija · Thu May 07 14:55:32 2020 -0700
  18. 3434cd7 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · Mon May 04 16:14:40 2020 -0500
  19. 8b8d73a net: phy: Add support for TI PHY init by Dan Murphy · Mon May 04 16:14:39 2020 -0500
  20. c06211d net: phy: Add helper routines to set and clear bits by Dan Murphy · Mon May 04 16:14:38 2020 -0500
  21. 98422d9 net: phy: Fix kernel doc issues in phy.h by Dan Murphy · Mon May 04 16:14:37 2020 -0500
  22. c3f0ba9 net: phy: Add missing kernel doc to phy functions by Dan Murphy · Mon May 04 16:14:36 2020 -0500
  23. 0439bee net: phy: add phyid search in vendor specific space by Florin Chiculita · Wed Apr 29 14:25:48 2020 +0300
  24. f9f4a1c net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · Thu Mar 26 15:59:13 2020 -0700
  25. a8267d4 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · Thu Mar 26 03:54:01 2020 +0000
  26. 98c9797 net: smc911x: Drop the standalone EEPROM example by Marek Vasut · Sun Mar 15 00:18:57 2020 +0100
  27. d924938 net: Fix error if some network features are disabled by Krebs, Olaf · Mon Mar 09 14:27:55 2020 +0000
  28. 05b4e12 board: tbs2910: add documentation by Denis 'GNUtoo' Carikli · Sat May 30 05:24:25 2020 +0200
  29. 8559dc4 board: tbs2910: Enable distro_boot support. by Denis 'GNUtoo' Carikli · Sat May 30 05:24:24 2020 +0200
  30. d7a6dfc board: tbs2910_defconfig: Add support for booting general purpose distributions by Denis 'GNUtoo' Carikli · Sat May 30 05:24:22 2020 +0200
  31. 904aec0 board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig by Denis 'GNUtoo' Carikli · Sat May 30 05:24:21 2020 +0200
  32. 7bfb638 board: tbs2910: disable CONFIG_GZIP by Denis 'GNUtoo' Carikli · Sat May 30 05:24:20 2020 +0200
  33. 4367795 board: tbs2910: disable loadb and loads commands by Denis 'GNUtoo' Carikli · Sat May 30 05:24:19 2020 +0200
  34. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · Thu Apr 16 17:36:52 2020 +1200
  35. 78e280f doc: driver-model: fix typo in design.rst by Dario Binacchi · Thu Jun 04 14:58:13 2020 +0200
  36. 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · Tue Jun 02 01:47:09 2020 +0200
  37. eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · Tue Jun 02 01:47:08 2020 +0200
  38. 7c96132 usb: provide a device tree node to USB devices by Michael Walle · Tue Jun 02 01:47:07 2020 +0200
  39. 276bf92 log: check argument of 'log level' command by Heinrich Schuchardt · Sun May 31 13:44:51 2020 +0000
  40. 524956c log: clean up Kconfig by Heinrich Schuchardt · Sun May 31 15:34:22 2020 +0200
  41. 9f3d332 doc: move README.log to HTML documentation by Heinrich Schuchardt · Sun May 31 10:46:12 2020 +0200
  42. d59d9f5 doc: log: correct option name CONFIG_LOG_MAX_LEVEL by Patrick Delaunay · Wed May 27 09:43:31 2020 +0200
  43. 5c42d5d regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · Tue May 26 17:35:57 2020 +0530
  44. db12d38 libfdt: Remove superfluous NUL character from overlay symbols by Marcus Comstedt · Fri May 22 18:41:36 2020 +0200
  45. 7e91996 doc: driver-model: there is no UCLASS_SATA by Heinrich Schuchardt · Wed May 20 23:27:27 2020 +0200
  46. 32d294b fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() by Bin Meng · Tue May 19 23:38:33 2020 -0700
  47. 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
  48. ee8e9cb buildman: Remove _of_#_ from results directory paths by Ovidiu Panait · Fri May 15 09:30:12 2020 +0300
  49. 7a54365 patman: Complain if a checkpatch line is not understood by Simon Glass · Wed May 06 16:29:09 2020 -0600
  50. d2d136c patman: Support warnings in the patch subject by Simon Glass · Wed May 06 16:29:08 2020 -0600
  51. 9a690c4 patman: Handle checkpatch output with notes and code by Simon Glass · Wed May 06 16:29:07 2020 -0600
  52. 9eb74a9 patman: Don't try to process checkpatch lines twice by Simon Glass · Wed May 06 16:29:06 2020 -0600
  53. 396168c patman: Support emacs mode with checkpatch by Simon Glass · Wed May 06 16:29:05 2020 -0600
  54. 39d6d84 patman: Fix 'warning' typo by Simon Glass · Wed May 06 16:29:04 2020 -0600
  55. 4e852a7 configs: Resync with savedefconfig by Tom Rini · Thu Jun 11 13:55:57 2020 -0400
  56. 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
  57. 4d0b410 Revert "imx: rom api: fix image offset computation" by Stefano Babic · Tue Jun 09 11:19:55 2020 +0200
  58. 177bad0 Prepare v2020.07-rc4 by Tom Rini · Mon Jun 08 20:30:26 2020 -0400
  59. 28db7f5 cmd: Correct the 'md.q' command by Simon Glass · Sun Jun 07 20:33:00 2020 -0600
  60. 7e069ee Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · Mon Jun 08 08:51:59 2020 -0400
  61. 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
  62. 8dd60ad ARM: dts: imx: m53menlo: Convert to DM_ETH by Marek Vasut · Sat May 30 22:44:46 2020 +0200
  63. 9ae0ad9 ARM: imx: m53menlo: Do not fail boot on invalid splash screen by Marek Vasut · Sat May 30 22:44:45 2020 +0200
  64. f4bb565 ARM: imx: ddr: Add missing PHY reset by Marek Vasut · Sat May 30 02:14:48 2020 +0200
  65. 16189d6 power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · Fri May 29 19:22:41 2020 +0200
  66. 8df28af imx: imx8mp_evk: fix boot issue by Peng Fan · Tue May 26 20:33:50 2020 -0300
  67. 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
  68. 5d93e1c imx8mp_evk: spl: use spl_early_init by Peng Fan · Tue May 26 20:33:48 2020 -0300
  69. a93e395 imx8mp_evk: spl: drop timer_init by Peng Fan · Tue May 26 20:33:47 2020 -0300
  70. eb5ba81 imx8mp_evk: spl: drop useless code by Peng Fan · Tue May 26 20:33:46 2020 -0300
  71. a3d18cd imx: Update MTD partitions layout for display5 (i.MX6Q) board by Lukasz Majewski · Wed May 13 17:45:15 2020 +0200
  72. 143173e imx: rom api: fix image offset computation by Sébastien Szymanski · Wed May 13 16:02:28 2020 +0200
  73. 209054e verdin-imx8mm: Select the watchdog driver by Fabio Estevam · Mon May 11 11:00:31 2020 -0300
  74. 029da11 imx8mp_evk: Select the watchdog driver by Fabio Estevam · Mon May 11 11:00:30 2020 -0300
  75. 79ebfcf imx8mm_beacon: Select the watchdog driver by Fabio Estevam · Mon May 11 11:00:29 2020 -0300
  76. fe6548d imx8mn_ddr4_evk: Select the watchdog driver by Fabio Estevam · Mon May 11 11:00:28 2020 -0300
  77. 1296add imx8mm_evk: Select the watchdog driver by Fabio Estevam · Mon May 11 11:00:27 2020 -0300
  78. c17a317 imx8mp_evk: Add a README file by Fabio Estevam · Mon May 11 09:45:51 2020 -0300
  79. 4c881c0 imx: move ATF to the back of the FIT to fix loading over yModem by Patrick Wildt · Fri May 08 11:59:47 2020 +0200
  80. 5ac9b44 imx: Kconfig: enable IMX_BOOTAUX for i.MX8M by Peng Fan · Tue May 05 20:18:02 2020 +0800
  81. 1c0cb07 ARM: dts: imxrt1050: indent lcdif node correctly by Giulio Benetti · Tue Apr 28 18:20:11 2020 +0200
  82. 44d5213 rockchip: enable PCIe and NVMe on Pinebook Pro by Patrick Wildt · Sun Jun 07 12:08:35 2020 +0200
  83. f9fb955 rockchip: puma: enable new usb config options by Heiko Stuebner · Fri Jun 05 12:06:43 2020 +0200
  84. a27ea4c rockchip: puma: drop special handling of usb host regulator by Heiko Stuebner · Fri Jun 05 12:06:42 2020 +0200
  85. a11e567 rockchip: puma: remove separate fit generator by Heiko Stuebner · Fri Jun 05 12:06:41 2020 +0200
  86. e2a5586 rockchip: puma: reorganize devicetrees to actually work and match upstream by Heiko Stuebner · Fri Jun 05 12:06:40 2020 +0200
  87. 5a57b9b rockchip: puma: fix indentation of misc_init_r by Heiko Stuebner · Fri Jun 05 12:06:39 2020 +0200
  88. c71acd1 rockchip: puma: fix indentation for -u-boot.dtsi by Heiko Stuebner · Fri Jun 05 12:06:38 2020 +0200
  89. edfd036 arm64: dts: rk3399-puma: fix gpio levels for vcc5v0-host regulator by Heiko Stuebner · Fri Jun 05 12:06:37 2020 +0200
  90. 3febd56e arm64: dts: rk3399-puma: fix gpio levels for gmac reset pin by Heiko Stuebner · Fri Jun 05 12:06:36 2020 +0200
  91. 8b5fe24 rockchip: rockpro64: add SPI boot by Marcin Juszkiewicz · Wed Jun 03 17:15:13 2020 +0200
  92. 8e1cc41 rockchip: rockpro64: Store default env into SPI by Marcin Juszkiewicz · Wed Jun 03 17:15:12 2020 +0200
  93. 1a26283 doc: rockchip: Document SPI flash program steps by Jagan Teki · Thu Jun 04 20:21:41 2020 +0530
  94. 5d00e00 roc-rk3399-pc: Add SPI boot by Jagan Teki · Thu Jun 04 20:21:40 2020 +0530
  95. b3e1086 roc-rk3399-pc: Mark default env from SPI by Jagan Teki · Thu Jun 04 20:21:39 2020 +0530
  96. efd42b6 Makefile: Drop to handle rkspi image type by Jagan Teki · Thu Jun 04 20:21:38 2020 +0530
  97. 5e12b10 rockchip: rk3399-evb: add stdout-path for the board by Kever Yang · Wed Jun 03 15:25:28 2020 +0800
  98. a2793c4 rockchip: rk3328: add rock-pi-e-rk3328_defconfig file by b.l.huang · Mon Jun 01 00:02:11 2020 +0800
  99. 89473d9 rockchip: rk3328: add rock-pi-e dts file by b.l.huang · Mon Jun 01 00:01:28 2020 +0800
  100. 6870b64 rockchip: Enable PCIe and NVMe on ROCKPro64 by Mark Kettenis · Mon May 25 11:00:57 2020 +0200