1. 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 2 months ago
  2. 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 2 months ago
  3. be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 2 months ago
  4. 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 2 months ago
  5. 72b338a dm: core: Add a note about how livetree updates work by Simon Glass · 2 years, 2 months ago
  6. 5063ced dm: core: Split out the declaration of ofnode by Simon Glass · 2 years, 2 months ago
  7. a1de103 pinctrl: Add third argument label for pinctrl_gpio_request() function by Pali Rohár · 2 years, 2 months ago
  8. 92c4a95 pinctrl: Add new function pinctrl_generic_set_state_prefix() by Pali Rohár · 2 years, 2 months ago
  9. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 3 months ago
  10. a457ebd arm: Remove PXA architecture support by Tom Rini · 2 years, 3 months ago
  11. 2cb4ddb dm: core: Add a command to show driver model statistics by Simon Glass · 2 years, 5 months ago
  12. 0dfda34 dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 5 months ago
  13. 930a3dd dm: core: Support accessing core tags by Simon Glass · 2 years, 5 months ago
  14. 53c20be dm: core: Switch the testbus driver to use a new struct by Simon Glass · 2 years, 5 months ago
  15. 1452870 dm: core: Rename dm_dump_all() by Simon Glass · 2 years, 5 months ago
  16. 8b52f23 dm: core: Provide fallbacks for ofnode_conf_read_... by Sean Anderson · 2 years, 6 months ago
  17. 3f807c6 fuzzing_engine: Add fuzzing engine uclass by Andrew Scull · 2 years, 4 months ago
  18. 3135ba6 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 4 months ago
  19. 9cc32bf dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag by Marek Vasut · 2 years, 5 months ago
  20. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 5 months ago
  21. a950d31 bootstd: Add the bootmeth uclass and helpers by Simon Glass · 2 years, 5 months ago
  22. 201417d bootstd: Add the bootdev uclass by Simon Glass · 2 years, 5 months ago
  23. ef5e389 bootstd: Add the bootstd uclass and core implementation by Simon Glass · 2 years, 5 months ago
  24. 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 5 months ago
  25. 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 5 months ago
  26. 43855fd dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 5 months ago
  27. cdd73e7 dm: core: Deal with a wrinkle with linker lists by Simon Glass · 2 years, 6 months ago
  28. 092d5c2 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 6 months ago
  29. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 5 months ago
  30. ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 6 months ago
  31. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 6 months ago
  32. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 6 months ago
  33. 6b7a621 dm: add tag support by AKASHI Takahiro · 2 years, 7 months ago
  34. e86b6f7 dm: core: Tidy up comments in uclass headers by Simon Glass · 2 years, 7 months ago
  35. bb36b9a dm: core: Add a required struct declaration by Simon Glass · 2 years, 7 months ago
  36. d23f290 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · 2 years, 6 months ago
  37. 297e6eb 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, 6 months ago
  38. e19b8dd pinctrl: Increase length of pinmux status buffer by Ashok Reddy Soma · 2 years, 7 months ago
  39. 5b896ed event: Add events for device probe/remove by Simon Glass · 2 years, 7 months ago
  40. db681d4 net: phy: Add new read ethernet phy id function by Michal Simek · 2 years, 7 months ago
  41. 4173a42 dm: pinctrl: Use explicit values for enums by Ashok Reddy Soma · 2 years, 7 months ago
  42. 82ee8bf dm: Use parenthesis for the device_get_ops macro argument by Sughosh Ganu · 2 years, 8 months ago
  43. 2d7c738 acpi: Collect tables in the acpi_item list by Simon Glass · 2 years, 10 months ago
  44. eacb6d0 x86: Move DSDT table to a writer function by Simon Glass · 2 years, 10 months ago
  45. a53d38f x86: Move FACS table to a writer function by Simon Glass · 2 years, 10 months ago
  46. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 10 months ago
  47. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 10 months ago
  48. 6afa63a acpi: Add a linker list for ACPI tables by Simon Glass · 2 years, 10 months ago
  49. fb746fd acpi: Add a table start by Simon Glass · 2 years, 10 months ago
  50. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  51. 5ebb527 doc: add include/dm/fdtaddr.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  52. be74f71 doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  53. 6de6a61 doc: add include/dm/read.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  54. 494bc8e doc: add include/dm/devres.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  55. 9fb1c77 doc: add include/dm/device.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  56. ca4ca43 doc: add include/dm/platdata.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  57. cbb14ac doc: add include/dm/lists.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  58. 0cdd7de doc: add include/dm/root.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  59. 797b2a2 doc: add include/dm/uclass.h to the HTML documentation by Patrick Delaunay · 2 years, 8 months ago
  60. 6476c4d dm: core: Allow getting some basic stats by Simon Glass · 2 years, 9 months ago
  61. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 9 months ago
  62. 3cfc042 dm: fix an 'undefined' error in some macros by AKASHI Takahiro · 2 years, 10 months ago
  63. 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 2 years, 10 months ago
  64. 2abd8d1 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 2 years, 10 months ago
  65. 1c01712 pinctrl: change result for unsupported API by Patrick Delaunay · 2 years, 10 months ago
  66. 29fe555 dm: core: Add a way to count the devices in a uclass by Simon Glass · 2 years, 11 months ago
  67. 4b03017 dm: core: Allow finding children / uclasses by partial name by Simon Glass · 2 years, 11 months ago
  68. 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 2 years, 11 months ago
  69. 32c6a8e dm: core: Fix up string-function documentation by Simon Glass · 2 years, 11 months ago
  70. 8044318 dm: core: Fix handling of uclass pre_unbind method by Simon Glass · 2 years, 11 months ago
  71. 2dd6acb net: introduce a helper to determine whether to use in-band autoneg by Vladimir Oltean · 3 years ago
  72. b8ec945 dm: core: add ofnode_for_each_compatible_node() by Michael Walle · 3 years ago
  73. 40dbf03 iommu: Add IOMMU uclass by Mark Kettenis · 2 years, 11 months ago
  74. 3610970 dm: Fix util.h's broken include guard by Pierre-Clément Tosi · 3 years ago
  75. bdce903 dm: Provide dev_read_addr_index_ptr() wrapper by Bin Meng · 3 years ago
  76. fb9bec8 dm: core: Add a new API devfdt_get_addr_index_ptr() by Bin Meng · 3 years ago
  77. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  78. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years ago
  79. 8bef036 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 ago
  80. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  81. a4f2d83 mtd: spi: nor: force mtd name to "nor%d" by Patrick Delaunay · 3 years ago
  82. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 2 months ago
  83. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  84. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  85. 79b3f36 dm: core: Fix a few incorrect comments on first/next functions by Simon Glass · 3 years, 1 month ago
  86. 4deaff7 dm: hash: Add new UCLASS_HASH support by Chia-Wei Wang · 3 years, 2 months ago
  87. 1d54af1 dm: crypto: Define UCLASS API for ECDSA signature verification by Alexandru Gagniuc · 3 years, 2 months ago
  88. 1e9ced2 dm: core: Don't allow uclass use before ready by Simon Glass · 3 years, 2 months ago
  89. b18b38f dm: migrate the dm_warn to use the log macro by Patrick Delaunay · 3 years, 2 months ago
  90. 77cbaf8 dm: core: Add helper to compare node names by Kishon Vijay Abraham I · 3 years, 2 months ago
  91. 2541ce2 reboot-mode: add support for reboot mode control by Nandor Han · 3 years, 3 months ago
  92. 4c60fd9 cmd: pinmux: update result of do_status by Patrick Delaunay · 3 years, 4 months ago
  93. 98c14ff remove struct uclass_driver::ops by Rasmus Villemoes · 3 years, 4 months ago
  94. 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 4 months ago
  95. 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 4 months ago
  96. aa351a1 dm: core: Add size operations on device tree references by Chen Guanqiao · 3 years, 5 months ago
  97. 80279fa dm: core: Correctly read <ranges> of simple-bus by Bin Meng · 3 years, 6 months ago
  98. 173c66b of: extra: Introduce ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 6 months ago
  99. 5b0b43e x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 6 months ago
  100. 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 6 months ago