1. 7254473 dm: core: implement ofnode_options helpers by Christian Marangi · 8 weeks ago
  2. 11fcfa3 test: Rename UTF_CONSOLE_REC to UTF_CONSOLE by Simon Glass · 3 months ago
  3. 1a92f83 test: Rename unit-test flags by Simon Glass · 3 months ago
  4. 6012c1e dm: use list_count_nodes() for counting list nodes by Sughosh Ganu · 4 months ago
  5. 257a52e include: dm: Remove duplicate newlines by Marek Vasut · 4 months ago
  6. 550b6de dm: use newly added linux/compat alloc functions by Maxim Moskalets · 7 months ago
  7. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  8. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  9. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · 7 months ago
  10. d22d069 test: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  11. 0e226eb headers: don't depend on errno.h being available by Max Krummenacher · 10 months ago
  12. 3d65653 dm: Do not enable debug messages by default by Heinrich Schuchardt · 1 year, 1 month ago
  13. df17899 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · 1 year, 2 months ago
  14. 7a657e0 rockchip: dm: prepare rkmtd UCLASS by Johan Jonker · 1 year, 1 month ago
  15. 2c2d1d8 Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 1 year, 1 month ago
  16. 6ee101a drivers: introduce Secure Monitor uclass by Alexey Romanov · 1 year, 2 months ago
  17. b964b72 Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 2 months ago
  18. d1ce56a firmware: scmi: implement SCMI base protocol by AKASHI Takahiro · 1 year, 2 months ago
  19. 5e90d4e core: introduce dev_read_addr_name[_size]_ptr() functions by Matthias Schiffer · 1 year, 2 months ago
  20. bc2b85d core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errors by Matthias Schiffer · 1 year, 2 months ago
  21. 7c238d0 core: fix doc comments of dev_read_addr*() and related functions by Matthias Schiffer · 1 year, 2 months ago
  22. 0b9d992 pinctrl: Increase size of pinmux status buffer by Venkatesh Yadav Abbarapu · 1 year, 2 months ago
  23. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 2 months ago
  24. 219d2d1 dm: core: Tweak device_is_on_pci_bus() for code size by Simon Glass · 1 year, 2 months ago
  25. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · 1 year, 2 months ago
  26. 86ef399 dm: core: Support writing a boolean by Simon Glass · 1 year, 2 months ago
  27. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · 1 year, 2 months ago
  28. 4544877 dm: core: Add a way to delete a node by Simon Glass · 1 year, 2 months ago
  29. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · 1 year, 2 months ago
  30. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · 1 year, 2 months ago
  31. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 2 months ago
  32. 8b04c4d Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 1 year, 2 months ago
  33. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  34. f06f082 cmd: dm: allow for selecting uclass and device by AKASHI Takahiro · 1 year, 3 months ago
  35. c43411b dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation by Jonas Karlman · 1 year, 3 months ago
  36. 6a7c1ce dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · 1 year, 3 months ago
  37. 43c42bd dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · 1 year, 3 months ago
  38. 08a194e dm: core: support reading a single indexed u64 value by Michal Simek · 1 year, 3 months ago
  39. 4970d5b arm_ffa: introduce sandbox FF-A support by Abdellatif El Khlifi · 1 year, 4 months ago
  40. 2f403d1 arm_ffa: introduce Arm FF-A support by Abdellatif El Khlifi · 1 year, 4 months ago
  41. 09bc9aa dm: Correct DM_FLAG_ comment by Bin Meng · 1 year, 4 months ago
  42. 3b00730 core: read: add dev_read_addr_size_index_ptr function by Jonas Karlman · 1 year, 4 months ago
  43. 74aad48 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · 1 year, 4 months ago
  44. 4af9c8e arm_ffa: introduce sandbox FF-A support by Abdellatif El Khlifi · 1 year, 5 months ago
  45. bbb82b4 arm_ffa: introduce Arm FF-A support by Abdellatif El Khlifi · 1 year, 5 months ago
  46. ab62d0b core: read: fix dev_read_addr_size() by John Keeping · 1 year, 6 months ago
  47. 722281b fdt: Allow more general use of livetree by Simon Glass · 1 year, 6 months ago
  48. e88e2fe fdt: Align the start of the livetree by Simon Glass · 1 year, 6 months ago
  49. 2d552e7 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 1 year, 5 months ago
  50. 2ed5d78 spi: pl022: Remove platform data header by Stefan Herbrechtsmeier · 1 year, 7 months ago
  51. 58aec3f serial: pl01x: Prepare the driver to support SPL_OF_PLATDATA by Lukasz Majewski · 1 year, 6 months ago
  52. ef6769f core: fdtaddr: add devfdt_get_addr_size_index_ptr function by Johan Jonker · 1 year, 7 months ago
  53. 9f6971f include: dm: ofnode: fix headers by Johan Jonker · 1 year, 9 months ago
  54. afb174a dm: core: fix introduce uclass_get_device_by_of_path by Heinrich Schuchardt · 1 year, 7 months ago
  55. 0852386 dm: extcon: add an uclass for extcon by Svyatoslav Ryhel · 1 year, 7 months ago
  56. 4b876e3 dm: core: introduce uclass_get_device_by_of_path() by Rasmus Villemoes · 1 year, 8 months ago
  57. 857360c drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · 1 year, 8 months ago
  58. 19923d8 serial: sh: Add HSCIF support for R-Car SoC by Hai Pham · 1 year, 9 months ago
  59. 4f76dd3 blk: blkmap: Add basic infrastructure by Tobias Waldekranz · 1 year, 10 months ago
  60. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 10 months ago
  61. ff40706 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · 1 year, 10 months ago
  62. 1c653ac iommu: Add DMA mapping operations by Mark Kettenis · 1 year, 10 months ago
  63. e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · 1 year, 10 months ago
  64. 4834e04 dm: core: Correct ordering of uclasses IDs by Simon Glass · 1 year, 10 months ago
  65. 0d81b9a net: ethoc: Remove non-DM_ETH code by Tom Rini · 2 years ago
  66. e4e9bb6 arm: lpc32xx: Remove unused hsuart driver by Tom Rini · 2 years ago
  67. 884c2f8 dm: sandbox: Create a new HOST uclass by Simon Glass · 2 years, 1 month ago
  68. 0f9399a FWU: Add FWU metadata structure and driver for accessing metadata by Sughosh Ganu · 2 years, 1 month ago
  69. 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years, 2 months ago
  70. b4416e0 dm: core: Add note about device_probe idempotence by Michal Suchanek · 2 years, 2 months ago
  71. 51000ee dm: core: Document return value of device bind functions by Michal Suchanek · 2 years, 2 months ago
  72. 4cd455e dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 2 months ago
  73. b0679a7 dm: memory: Introduce new uclass by Roger Quadros · 2 years, 1 month ago
  74. e6a211c dm: core: Update docs about oftree_from_fdt() by Simon Glass · 2 years, 2 months ago
  75. 93a85dc dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 2 months ago
  76. 53beee9 dm: core: Switch uclass_foreach_dev_probe to use simple iterator by Michal Suchanek · 2 years, 2 months ago
  77. 6ac319d dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 2 months ago
  78. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 3 months ago
  79. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 3 months ago
  80. c63ffd7 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 3 months ago
  81. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 3 months ago
  82. f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 3 months ago
  83. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 3 months ago
  84. 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 3 months ago
  85. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 3 months ago
  86. 2b9b1458 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 3 months ago
  87. 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 3 months ago
  88. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 3 months ago
  89. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · 2 years, 3 months ago
  90. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 3 months ago
  91. 4caa79a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 3 months ago
  92. 91d89a8 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 3 months ago
  93. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
  94. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
  95. cb12c9f dm: core: Reduce code size with dev_of_offset() by Simon Glass · 2 years, 3 months ago
  96. 9036c5c dm: core: Drop the const from ofnode by Simon Glass · 2 years, 3 months ago
  97. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 3 months ago
  98. ef5ca00 dm: core: Document the livetree structures properly by Simon Glass · 2 years, 3 months ago
  99. 176dd43 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 3 months ago
  100. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 6 months ago