1. 91a187b test: Allow running tests multiple times by Simon Glass · Mon Aug 01 07:58:45 2022 -0600
  2. 8980155 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · Mon Aug 01 07:58:44 2022 -0600
  3. d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · Sat Jul 30 15:52:14 2022 -0600
  4. 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · Sat Jul 30 15:52:13 2022 -0600
  5. b75dc16 dm: core: Tidy up ofnode-writing test by Simon Glass · Sat Jul 30 15:52:11 2022 -0600
  6. 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · Sat Jul 30 15:52:10 2022 -0600
  7. 270a443 dm: core: Move ofnode-writing test to ofnode by Simon Glass · Sat Jul 30 15:52:09 2022 -0600
  8. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · Sat Jul 30 15:52:08 2022 -0600
  9. 6daac6b test: rng: Add a UT testcase for the rng command by Sughosh Ganu · Fri Jul 22 21:32:09 2022 +0530
  10. 709f037 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · Mon Jul 04 09:00:25 2022 +0000
  11. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Fri Jul 08 14:39:07 2022 -0400
  12. 6ef9dc6 test: fix CONFIG_ACPIGEN dependencies by Heinrich Schuchardt · Sun Jun 12 12:28:22 2022 +0000
  13. be1621b dm: core: Add a way to collect memory usage by Simon Glass · Sun May 08 04:39:25 2022 -0600
  14. d1f12cf dm: core: Support accessing core tags by Simon Glass · Sun May 08 04:39:24 2022 -0600
  15. 86f5cc7 test: eth: Add test for ethernet addresses by Sean Anderson · Thu May 05 13:11:32 2022 -0400
  16. 67d93a4 sandbox: net: Add aliases for ethernet devices by Sean Anderson · Thu May 05 13:11:30 2022 -0400
  17. 89e57e1 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · Mon May 16 10:41:40 2022 +0000
  18. c3f7313 test: dm: virtio: Test virtio device driver probing by Andrew Scull · Mon May 16 10:41:38 2022 +0000
  19. e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · Mon May 16 10:41:37 2022 +0000
  20. 561ff890 test: dm: virtio: Split out virtio device tests by Andrew Scull · Mon May 16 10:41:36 2022 +0000
  21. 28d25cf test: dm: virtio: Test notify before del_vqs by Andrew Scull · Mon May 16 10:41:35 2022 +0000
  22. 506ba0d virtio: sandbox: Fix device features bitfield by Andrew Scull · Mon May 16 10:41:34 2022 +0000
  23. bcb12d4 dm: test: virtio: Test the virtio ring by Andrew Scull · Mon May 16 10:41:33 2022 +0000
  24. f0c00df test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · Wed Mar 30 09:33:15 2022 +0200
  25. 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · Wed Mar 30 09:33:13 2022 +0200
  26. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · Thu Apr 21 16:11:13 2022 +0000
  27. 994b60d pci: Match region flags using a mask by Andrew Scull · Thu Apr 21 16:11:11 2022 +0000
  28. 58c6102 pci: Map bars with offset and length by Andrew Scull · Thu Apr 21 16:11:10 2022 +0000
  29. c7456a4 test: pci: Test PCI address conversion functions by Andrew Scull · Thu Apr 21 16:11:09 2022 +0000
  30. 6e0abff test: dm: devres: Remove use-after-free by Andrew Scull · Sun Apr 03 10:39:15 2022 +0000
  31. 2110a46 test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · Sun Apr 03 10:39:14 2022 +0000
  32. 83bbd0a test: dm: led: Fix LED enumeration by Marek Vasut · Mon Apr 25 18:33:50 2022 +0200
  33. 721d99a led: Drop led_default_state() by Marek Vasut · Fri Apr 22 15:41:42 2022 +0200
  34. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · Mon Apr 25 16:02:27 2022 -0400
  35. 6bebdb3 test: dm: Restart USB before assuming it is stopped by Simon Glass · Sun Apr 24 23:31:02 2022 -0600
  36. 70f4bcb test: fastboot: Avoid using mmc1 by Simon Glass · Sun Apr 24 23:31:01 2022 -0600
  37. 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · Sun Apr 24 23:31:00 2022 -0600
  38. f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · Sun Apr 24 23:30:59 2022 -0600
  39. cb53b2c test: dm: add tests for tag support by AKASHI Takahiro · Fri Apr 15 16:15:37 2022 +0900
  40. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · Sun Mar 27 14:26:19 2022 -0600
  41. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Fri Apr 15 08:09:52 2022 -0400
  42. b271161 test: serial: Add test for putc/puts by Sean Anderson · Mon Apr 04 14:17:59 2022 -0400
  43. 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
  44. e4dedf2 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · Thu Apr 07 00:32:59 2022 +0200
  45. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · Thu Apr 07 00:32:57 2022 +0200
  46. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · Mon Feb 28 12:08:35 2022 -0700
  47. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · Mon Mar 28 12:36:49 2022 -0400
  48. 6e5a8b7 k210: use the board vendor name rather than the marketing name by Damien Le Moal · Tue Mar 01 10:35:39 2022 +0000
  49. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · Mon Feb 21 09:22:41 2022 +0100
  50. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · Mon Feb 21 09:22:39 2022 +0100
  51. b4c5211 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · Tue Jan 04 08:42:48 2022 +0100
  52. eb025f3 acpi: Tidy up the table list by Simon Glass · Wed Dec 01 09:03:06 2021 -0700
  53. 884dcfa acpi: Tidy up the item list by Simon Glass · Wed Dec 01 09:03:05 2021 -0700
  54. e9f6e6a x86: Move base tables to a writer function by Simon Glass · Wed Dec 01 09:02:50 2021 -0700
  55. 1617088 x86: Use the ACPI table writer by Simon Glass · Wed Dec 01 09:02:49 2021 -0700
  56. 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · Wed Dec 01 09:02:48 2021 -0700
  57. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · Wed Dec 01 09:02:37 2021 -0700
  58. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  59. be4e5e1 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · Thu Dec 30 22:36:51 2021 +0300
  60. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · Fri Nov 19 13:24:03 2021 -0700
  61. 6a92e88 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · Fri Nov 19 13:23:59 2021 -0700
  62. 8bd7f60 video: Add a test for 16bpp BMP files by Simon Glass · Fri Nov 19 13:23:58 2021 -0700
  63. 490bb99 video: bmp: Update RLE8 support to use the write function by Simon Glass · Fri Nov 19 13:23:55 2021 -0700
  64. c3b5adf sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · Fri Nov 19 13:23:50 2021 -0700
  65. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · Thu Dec 16 20:59:32 2021 -0700
  66. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · Mon Dec 20 17:12:04 2021 -0500
  67. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · Sat Dec 04 08:56:31 2021 -0700
  68. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · Sat Oct 23 17:26:07 2021 -0600
  69. 7302539 dm: core: Add tests for stringlist functions by Simon Glass · Sat Oct 23 17:26:04 2021 -0600
  70. 398b94e test/dm: fix watchdog test by Heinrich Schuchardt · Tue Nov 02 19:44:29 2021 +0100
  71. f1f8740 test: dm: add test for ofnode_for_each_compatible_node() by Michael Walle · Fri Oct 15 15:15:18 2021 +0200
  72. 67748ee test: Add tests for IOMMU uclass by Mark Kettenis · Sat Oct 23 16:58:02 2021 +0200
  73. bedc439 fdtdec: Support reserved-memory flags by Thierry Reding · Fri Sep 03 15:16:21 2021 +0200
  74. d6ad807 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · Fri Sep 03 15:16:20 2021 +0200
  75. 5e33691 fdtdec: Support compatible string list for reserved memory by Thierry Reding · Fri Sep 03 15:16:19 2021 +0200
  76. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Oct 12 12:01:00 2021 -0400
  77. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · Fri Sep 10 16:16:20 2021 +0200
  78. e72139e clk: k210: Try harder to get the best config by Sean Anderson · Sat Sep 11 13:20:03 2021 -0400
  79. e850b4c test: dm: k210: Reduce duplication in test cases by Sean Anderson · Sat Sep 11 13:20:02 2021 -0400
  80. f0de20e acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · Sat Jul 10 13:10:01 2021 +0200
  81. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  82. 9df3865 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · Wed Sep 29 07:58:20 2021 -0400
  83. 5041e42 net: update NXP copyright text by Vladimir Oltean · Fri Sep 17 14:27:13 2021 +0300
  84. 20f9d3d sandbox: correct cpu nodes by Heinrich Schuchardt · Sat Aug 28 11:42:08 2021 +0200
  85. 2149e11 dm: gpio: Add of-platdata support by Simon Glass · Sat Aug 07 07:24:12 2021 -0600
  86. e7995f7 irq: Tidy up of-platdata irq support by Simon Glass · Sat Aug 07 07:24:11 2021 -0600
  87. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · Sat Aug 07 07:24:09 2021 -0600
  88. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  89. 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · Mon Aug 02 15:18:38 2021 +0200
  90. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  91. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  92. f91ff5a sandbox: add test of wdt-uclass' watchdog_reset() by Rasmus Villemoes · Thu Aug 19 11:57:06 2021 +0200
  93. 2b67387 sandbox: add test of wdt_gpio driver by Rasmus Villemoes · Thu Aug 19 11:57:05 2021 +0200
  94. 8889581 bootcount: add a new driver with syscon as backend by Nandor Han · Thu Jun 10 15:40:38 2021 +0300
  95. 8e841fb i2c: add dm_i2c_reg_clrset by Sebastian Reichel · Thu Jul 15 17:39:59 2021 +0200
  96. 9f1868e test: dm: Add test for ECDSA UCLASS support by Alexandru Gagniuc · Thu Jul 29 11:47:19 2021 -0500
  97. 8e9eacf dm: core: Don't allow uclass use before ready by Simon Glass · Sun Aug 01 12:05:23 2021 -0600
  98. 4311832 dtoc: Support widening a bool value by Simon Glass · Wed Jul 28 19:23:11 2021 -0600
  99. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · Wed Jul 28 19:23:10 2021 -0600
  100. ae93e8a dm: test: Add test case to check node name ignoring unit address by Kishon Vijay Abraham I · Wed Jul 21 21:28:31 2021 +0530