1. 6ac319d dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 2 months ago
  2. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 3 months ago
  3. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 3 months ago
  4. c63ffd7 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 3 months ago
  5. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 3 months ago
  6. f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 3 months ago
  7. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 3 months ago
  8. 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 3 months ago
  9. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 3 months ago
  10. 2b9b1458 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 3 months ago
  11. 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 3 months ago
  12. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 3 months ago
  13. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · 2 years, 3 months ago
  14. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 3 months ago
  15. 4caa79a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 3 months ago
  16. 91d89a8 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 3 months ago
  17. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
  18. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
  19. cb12c9f dm: core: Reduce code size with dev_of_offset() by Simon Glass · 2 years, 3 months ago
  20. 9036c5c dm: core: Drop the const from ofnode by Simon Glass · 2 years, 3 months ago
  21. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 3 months ago
  22. ef5ca00 dm: core: Document the livetree structures properly by Simon Glass · 2 years, 3 months ago
  23. 176dd43 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 3 months ago
  24. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 6 months ago
  25. d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 4 months ago
  26. 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 4 months ago
  27. 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 4 months ago
  28. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 4 months ago
  29. 1817f71 dm: core: Add a note about how livetree updates work by Simon Glass · 2 years, 4 months ago
  30. 9693c1d dm: core: Split out the declaration of ofnode by Simon Glass · 2 years, 4 months ago
  31. 69cee50 pinctrl: Add third argument label for pinctrl_gpio_request() function by Pali Rohár · 2 years, 4 months ago
  32. d80ed17 pinctrl: Add new function pinctrl_generic_set_state_prefix() by Pali Rohár · 2 years, 4 months ago
  33. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 5 months ago
  34. 1e56de0 arm: Remove PXA architecture support by Tom Rini · 2 years, 5 months ago
  35. c8b5e22 dm: core: Add a command to show driver model statistics by Simon Glass · 2 years, 7 months ago
  36. be1621b dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 7 months ago
  37. d1f12cf dm: core: Support accessing core tags by Simon Glass · 2 years, 7 months ago
  38. e330447 dm: core: Switch the testbus driver to use a new struct by Simon Glass · 2 years, 7 months ago
  39. d94d743 dm: core: Rename dm_dump_all() by Simon Glass · 2 years, 7 months ago
  40. 9b3a639 dm: core: Provide fallbacks for ofnode_conf_read_... by Sean Anderson · 2 years, 8 months ago
  41. d1d2c57 fuzzing_engine: Add fuzzing engine uclass by Andrew Scull · 2 years, 6 months ago
  42. 56bf6a8 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 6 months ago
  43. 11a6f58 dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag by Marek Vasut · 2 years, 7 months ago
  44. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
  45. 4b508b8 bootstd: Add the bootmeth uclass and helpers by Simon Glass · 2 years, 7 months ago
  46. 017656e bootstd: Add the bootdev uclass by Simon Glass · 2 years, 7 months ago
  47. 08ad13e bootstd: Add the bootstd uclass and core implementation by Simon Glass · 2 years, 7 months ago
  48. 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
  49. f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
  50. efb9a9d dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 7 months ago
  51. 308d91b dm: core: Deal with a wrinkle with linker lists by Simon Glass · 2 years, 8 months ago
  52. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 8 months ago
  53. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
  54. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
  55. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  56. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
  57. e04f4fb dm: add tag support by AKASHI Takahiro · 2 years, 9 months ago
  58. ebec3a7 dm: core: Tidy up comments in uclass headers by Simon Glass · 2 years, 9 months ago
  59. 6ddadd6 dm: core: Add a required struct declaration by Simon Glass · 2 years, 9 months ago
  60. c9ae4a8 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · 2 years, 8 months ago
  61. 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
  62. f3a8cbb pinctrl: Increase length of pinmux status buffer by Ashok Reddy Soma · 2 years, 9 months ago
  63. 3ee337a event: Add events for device probe/remove by Simon Glass · 2 years, 9 months ago
  64. a253c3b net: phy: Add new read ethernet phy id function by Michal Simek · 2 years, 9 months ago
  65. 9ee52fb dm: pinctrl: Use explicit values for enums by Ashok Reddy Soma · 2 years, 9 months ago
  66. 912b6f5 dm: Use parenthesis for the device_get_ops macro argument by Sughosh Ganu · 2 years, 10 months ago
  67. 877205e acpi: Collect tables in the acpi_item list by Simon Glass · 3 years ago
  68. 83c3cb5 x86: Move DSDT table to a writer function by Simon Glass · 3 years ago
  69. f53f57d x86: Move FACS table to a writer function by Simon Glass · 3 years ago
  70. e9f6e6a x86: Move base tables to a writer function by Simon Glass · 3 years ago
  71. 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
  72. 4ecb97e acpi: Add a linker list for ACPI tables by Simon Glass · 3 years ago
  73. f93b904 acpi: Add a table start by Simon Glass · 3 years ago
  74. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  75. d17a679 doc: add include/dm/fdtaddr.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  76. 92c1c5c doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  77. cb3d6d6 doc: add include/dm/read.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  78. a104e59 doc: add include/dm/devres.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  79. 4b8c70c doc: add include/dm/device.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  80. 6750bb3 doc: add include/dm/platdata.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  81. d869565 doc: add include/dm/lists.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  82. 3df46be doc: add include/dm/root.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  83. efbbdf6 doc: add include/dm/uclass.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  84. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · 3 years ago
  85. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  86. 4874c4d dm: fix an 'undefined' error in some macros by AKASHI Takahiro · 3 years ago
  87. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  88. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 3 years ago
  89. e8e001e pinctrl: change result for unsupported API by Patrick Delaunay · 3 years ago
  90. dab7e0d dm: core: Add a way to count the devices in a uclass by Simon Glass · 3 years, 1 month ago
  91. 4b23e45 dm: core: Allow finding children / uclasses by partial name by Simon Glass · 3 years, 1 month ago
  92. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · 3 years, 1 month ago
  93. 7a3a167 dm: core: Fix up string-function documentation by Simon Glass · 3 years, 1 month ago
  94. ce15bfb dm: core: Fix handling of uclass pre_unbind method by Simon Glass · 3 years, 1 month ago
  95. c0c35a0 net: introduce a helper to determine whether to use in-band autoneg by Vladimir Oltean · 3 years, 2 months ago
  96. a7b9df2 dm: core: add ofnode_for_each_compatible_node() by Michael Walle · 3 years, 1 month ago
  97. e1311b6 iommu: Add IOMMU uclass by Mark Kettenis · 3 years, 1 month ago
  98. fe51fb9 dm: Fix util.h's broken include guard by Pierre-Clément Tosi · 3 years, 2 months ago
  99. 21cdfea dm: Provide dev_read_addr_index_ptr() wrapper by Bin Meng · 3 years, 3 months ago
  100. a44397f dm: core: Add a new API devfdt_get_addr_index_ptr() by Bin Meng · 3 years, 3 months ago