1. 11a6f58 dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag by Marek Vasut · 2 years, 7 months ago
  2. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
  3. 4b508b8 bootstd: Add the bootmeth uclass and helpers by Simon Glass · 2 years, 7 months ago
  4. 017656e bootstd: Add the bootdev uclass by Simon Glass · 2 years, 7 months ago
  5. 08ad13e bootstd: Add the bootstd uclass and core implementation by Simon Glass · 2 years, 7 months ago
  6. 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
  7. f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
  8. efb9a9d dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 8 months ago
  9. 308d91b dm: core: Deal with a wrinkle with linker lists by Simon Glass · 2 years, 8 months ago
  10. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 8 months ago
  11. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
  12. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
  13. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  14. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
  15. e04f4fb dm: add tag support by AKASHI Takahiro · 2 years, 9 months ago
  16. ebec3a7 dm: core: Tidy up comments in uclass headers by Simon Glass · 2 years, 9 months ago
  17. 6ddadd6 dm: core: Add a required struct declaration by Simon Glass · 2 years, 9 months ago
  18. c9ae4a8 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · 2 years, 8 months ago
  19. 3d2a375 Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 9 months ago
  20. f3a8cbb pinctrl: Increase length of pinmux status buffer by Ashok Reddy Soma · 2 years, 9 months ago
  21. 3ee337a event: Add events for device probe/remove by Simon Glass · 2 years, 9 months ago
  22. a253c3b net: phy: Add new read ethernet phy id function by Michal Simek · 2 years, 9 months ago
  23. 9ee52fb dm: pinctrl: Use explicit values for enums by Ashok Reddy Soma · 2 years, 9 months ago
  24. 912b6f5 dm: Use parenthesis for the device_get_ops macro argument by Sughosh Ganu · 2 years, 10 months ago
  25. 877205e acpi: Collect tables in the acpi_item list by Simon Glass · 3 years ago
  26. 83c3cb5 x86: Move DSDT table to a writer function by Simon Glass · 3 years ago
  27. f53f57d x86: Move FACS table to a writer function by Simon Glass · 3 years ago
  28. e9f6e6a x86: Move base tables to a writer function by Simon Glass · 3 years ago
  29. 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
  30. 4ecb97e acpi: Add a linker list for ACPI tables by Simon Glass · 3 years ago
  31. f93b904 acpi: Add a table start by Simon Glass · 3 years ago
  32. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 11 months ago
  33. d17a679 doc: add include/dm/fdtaddr.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  34. 92c1c5c doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  35. cb3d6d6 doc: add include/dm/read.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  36. a104e59 doc: add include/dm/devres.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  37. 4b8c70c doc: add include/dm/device.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  38. 6750bb3 doc: add include/dm/platdata.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  39. d869565 doc: add include/dm/lists.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  40. 3df46be doc: add include/dm/root.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  41. efbbdf6 doc: add include/dm/uclass.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  42. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · 3 years ago
  43. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  44. 4874c4d dm: fix an 'undefined' error in some macros by AKASHI Takahiro · 3 years ago
  45. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  46. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 3 years ago
  47. e8e001e pinctrl: change result for unsupported API by Patrick Delaunay · 3 years ago
  48. dab7e0d dm: core: Add a way to count the devices in a uclass by Simon Glass · 3 years, 1 month ago
  49. 4b23e45 dm: core: Allow finding children / uclasses by partial name by Simon Glass · 3 years, 1 month ago
  50. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · 3 years, 1 month ago
  51. 7a3a167 dm: core: Fix up string-function documentation by Simon Glass · 3 years, 1 month ago
  52. ce15bfb dm: core: Fix handling of uclass pre_unbind method by Simon Glass · 3 years, 1 month ago
  53. c0c35a0 net: introduce a helper to determine whether to use in-band autoneg by Vladimir Oltean · 3 years, 2 months ago
  54. a7b9df2 dm: core: add ofnode_for_each_compatible_node() by Michael Walle · 3 years, 2 months ago
  55. e1311b6 iommu: Add IOMMU uclass by Mark Kettenis · 3 years, 1 month ago
  56. fe51fb9 dm: Fix util.h's broken include guard by Pierre-Clément Tosi · 3 years, 2 months ago
  57. 21cdfea dm: Provide dev_read_addr_index_ptr() wrapper by Bin Meng · 3 years, 3 months ago
  58. a44397f dm: core: Add a new API devfdt_get_addr_index_ptr() by Bin Meng · 3 years, 3 months ago
  59. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 2 months ago
  60. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 3 months ago
  61. 2154876 Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 2 months ago
  62. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  63. 9838538 mtd: spi: nor: force mtd name to "nor%d" by Patrick Delaunay · 3 years, 2 months ago
  64. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
  65. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  66. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  67. c44d5ab dm: core: Fix a few incorrect comments on first/next functions by Simon Glass · 3 years, 3 months ago
  68. 6e84474 dm: hash: Add new UCLASS_HASH support by Chia-Wei Wang · 3 years, 4 months ago
  69. 9819883 dm: crypto: Define UCLASS API for ECDSA signature verification by Alexandru Gagniuc · 3 years, 4 months ago
  70. 8e9eacf dm: core: Don't allow uclass use before ready by Simon Glass · 3 years, 4 months ago
  71. 8690ce9 dm: migrate the dm_warn to use the log macro by Patrick Delaunay · 3 years, 4 months ago
  72. d6388f2 dm: core: Add helper to compare node names by Kishon Vijay Abraham I · 3 years, 4 months ago
  73. ca6d5ad reboot-mode: add support for reboot mode control by Nandor Han · 3 years, 6 months ago
  74. da45368 cmd: pinmux: update result of do_status by Patrick Delaunay · 3 years, 6 months ago
  75. fc8b2cd remove struct uclass_driver::ops by Rasmus Villemoes · 3 years, 7 months ago
  76. e897e3c dm: core: add ofnode_get_path() by Marek Behún · 3 years, 6 months ago
  77. 177ab7f dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 6 months ago
  78. 223f17d dm: core: Add size operations on device tree references by Chen Guanqiao · 3 years, 8 months ago
  79. 1a43b23 dm: core: Correctly read <ranges> of simple-bus by Bin Meng · 3 years, 9 months ago
  80. 72deec0 of: extra: Introduce ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 9 months ago
  81. 4ffa95d x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 9 months ago
  82. a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 8 months ago
  83. a34b3eb test: Add udevice declaration to avoid build error by Simon Glass · 3 years, 8 months ago
  84. c8bc62d dm: core: Add CBFS support to flashmap by Simon Glass · 3 years, 9 months ago
  85. 2238594 dm: core: Add warnings to private / platform setters by Simon Glass · 3 years, 9 months ago
  86. 781aa3e dm: core: Use separate priv/plat data region by Simon Glass · 3 years, 9 months ago
  87. b5660c4 dm: core: Move flags to device-runtime info by Simon Glass · 3 years, 9 months ago
  88. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 9 months ago
  89. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 9 months ago
  90. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 9 months ago
  91. 6f15653 dm: core: Adjust uclass setup with of-platdata by Simon Glass · 3 years, 9 months ago
  92. 7074354 dm: core: Add macros to access the new linker lists by Simon Glass · 3 years, 9 months ago
  93. c7b4b83 dtoc: Generate uclass devices by Simon Glass · 3 years, 10 months ago
  94. a7b1c77 dtoc: Support headers needed for drivers by Simon Glass · 3 years, 10 months ago
  95. f303ee7 dtoc: Support tracking the phase of U-Boot by Simon Glass · 3 years, 10 months ago
  96. b98bfbc test: Drop struct dm_test_state by Simon Glass · 3 years, 9 months ago
  97. 0f8f677 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 9 months ago
  98. ab1fca0 test: Mark all driver model tests with a flag by Simon Glass · 3 years, 9 months ago
  99. a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · 3 years, 11 months ago
  100. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 11 months ago