1. d69616e test: dm: devres: Remove use-after-free by Andrew Scull · 2 years, 7 months ago
  2. 7f58fea test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · 2 years, 7 months ago
  3. 876276f test: dm: led: Fix LED enumeration by Marek Vasut · 2 years, 6 months ago
  4. 69245e4 led: Drop led_default_state() by Marek Vasut · 2 years, 6 months ago
  5. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 6 months ago
  6. 026e213 test: dm: Restart USB before assuming it is stopped by Simon Glass · 2 years, 6 months ago
  7. 9bd2f62 test: fastboot: Avoid using mmc1 by Simon Glass · 2 years, 6 months ago
  8. 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 6 months ago
  9. 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 6 months ago
  10. 8ff5022 test: dm: add tests for tag support by AKASHI Takahiro · 2 years, 6 months ago
  11. 092d5c2 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 7 months ago
  12. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 6 months ago
  13. 679190c test: serial: Add test for putc/puts by Sean Anderson · 2 years, 7 months ago
  14. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 7 months ago
  15. 1776a24 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 7 months ago
  16. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 7 months ago
  17. 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 8 months ago
  18. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 7 months ago
  19. fd426b3 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 8 months ago
  20. 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 8 months ago
  21. 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 8 months ago
  22. 9876ae7 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 10 months ago
  23. 06f6f3d acpi: Tidy up the table list by Simon Glass · 2 years, 11 months ago
  24. a924641 acpi: Tidy up the item list by Simon Glass · 2 years, 11 months ago
  25. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 11 months ago
  26. 31c27eb x86: Use the ACPI table writer by Simon Glass · 2 years, 11 months ago
  27. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 11 months ago
  28. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 11 months ago
  29. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  30. 226fce6 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · 2 years, 10 months ago
  31. 84e63ab video: Support showing the U-Boot logo by Simon Glass · 2 years, 11 months ago
  32. 4ea1548 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · 2 years, 11 months ago
  33. c1cad06 video: Add a test for 16bpp BMP files by Simon Glass · 2 years, 11 months ago
  34. 646e169 video: bmp: Update RLE8 support to use the write function by Simon Glass · 2 years, 11 months ago
  35. 8657ad4 sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · 2 years, 11 months ago
  36. 6476c4d dm: core: Allow getting some basic stats by Simon Glass · 2 years, 10 months ago
  37. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 10 months ago
  38. 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 2 years, 11 months ago
  39. 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 3 years ago
  40. fb933d0 dm: core: Add tests for stringlist functions by Simon Glass · 3 years ago
  41. ace5bb3 test/dm: fix watchdog test by Heinrich Schuchardt · 3 years ago
  42. bce039a test: dm: add test for ofnode_for_each_compatible_node() by Michael Walle · 3 years ago
  43. fb57462 test: Add tests for IOMMU uclass by Mark Kettenis · 3 years ago
  44. b9aad37 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 2 months ago
  45. 9019487 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · 3 years, 2 months ago
  46. 46cb067 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 2 months ago
  47. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  48. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 1 month ago
  49. 425c08f clk: k210: Try harder to get the best config by Sean Anderson · 3 years, 1 month ago
  50. 6e23c9f test: dm: k210: Reduce duplication in test cases by Sean Anderson · 3 years, 1 month ago
  51. a3423b3 acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 3 months ago
  52. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 1 month ago
  53. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years, 1 month ago
  54. 66fd01f net: update NXP copyright text by Vladimir Oltean · 3 years, 1 month ago
  55. 8ae8da1 sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 2 months ago
  56. 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 2 months ago
  57. 3e57ad9 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 2 months ago
  58. f0ab8f9 clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 2 months ago
  59. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  60. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 3 months ago
  61. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 1 month ago
  62. 3232bdf pci: Drop DM_PCI by Simon Glass · 3 years, 3 months ago
  63. 4171c57 sandbox: add test of wdt-uclass' watchdog_reset() by Rasmus Villemoes · 3 years, 2 months ago
  64. a9346b9 sandbox: add test of wdt_gpio driver by Rasmus Villemoes · 3 years, 2 months ago
  65. c50b21b bootcount: add a new driver with syscon as backend by Nandor Han · 3 years, 4 months ago
  66. 2aefa6e i2c: add dm_i2c_reg_clrset by Sebastian Reichel · 3 years, 3 months ago
  67. 46a738a test: dm: Add test for ECDSA UCLASS support by Alexandru Gagniuc · 3 years, 3 months ago
  68. 1e9ced2 dm: core: Don't allow uclass use before ready by Simon Glass · 3 years, 3 months ago
  69. eec44c7 dtoc: Support widening a bool value by Simon Glass · 3 years, 3 months ago
  70. ca04494 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 3 months ago
  71. 9f6ae6d dm: test: Add test case to check node name ignoring unit address by Kishon Vijay Abraham I · 3 years, 3 months ago
  72. c74675b reboot-mode: read the boot mode from RTC memory by Nandor Han · 3 years, 4 months ago
  73. f9db2f1 reboot-mode: read the boot mode from GPIOs status by Nandor Han · 3 years, 4 months ago
  74. 96f37b0 blk: Support iteration by Simon Glass · 3 years, 4 months ago
  75. bf8188e test: Add DM_DMA to be disabled by Simon Glass · 3 years, 4 months ago
  76. e712245 sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 5 months ago
  77. 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 4 months ago
  78. 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 5 months ago
  79. 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 5 months ago
  80. 82a3c9e net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 8 months ago
  81. c7b16d8 display_options: Drop two spaces before the ASCII column by Simon Glass · 3 years, 6 months ago
  82. 269fa84 test: add dm_test_read_resource by Patrick Delaunay · 3 years, 5 months ago
  83. 26de429 part: Add check for NULL dev_part_str by Sean Anderson · 3 years, 5 months ago
  84. 2177f92 test: Avoid random numbers in dm_test_devm_regmap() by Simon Glass · 3 years, 5 months ago
  85. a47abd7 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 6 months ago
  86. 1cbfed8 test: Add gpio-sysinfo test by Sean Anderson · 3 years, 6 months ago
  87. 4d65c6b sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 6 months ago
  88. 61772bc test: dm: add test item for ofnode_get_addr() and ofnode_get_size() by Chen Guanqiao · 3 years, 6 months ago
  89. bdfe690 test: reset: Extend base reset test to catch error by Neil Armstrong · 3 years, 6 months ago
  90. 535e700 test: Add test for partitions by Sean Anderson · 3 years, 6 months ago
  91. fe3a280 test: Alphabetize dm Makefile by Sean Anderson · 3 years, 6 months ago
  92. 1b8897c test: fix test/dm/regmap.c by Heinrich Schuchardt · 3 years, 6 months ago
  93. 2fbc8047 Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 6 months ago
  94. ea8971c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 7 months ago
  95. 534c69b test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · 3 years, 7 months ago
  96. ff98da0 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · 3 years, 7 months ago
  97. 6951255 test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 7 months ago
  98. 3dfd739 test: scmi: add local variables for scmi agent reference by Etienne Carriere · 3 years, 8 months ago
  99. c3bba70 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 8 months ago
  100. 0124218 firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 8 months ago