1. d1f12cf dm: core: Support accessing core tags by Simon Glass · 2 years, 7 months ago
  2. f69a330 dm: core: Use device_foreach_child where possible by Sean Anderson · 2 years, 8 months ago
  3. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 5 months ago
  4. 9782f08 microblaze: cache: introduce flush_dcache_range() by Ovidiu Panait · 2 years, 6 months ago
  5. c5574ea dm: core: convert of_machine_is_compatible to livetree by Patrick Delaunay · 2 years, 6 months ago
  6. 308d91b dm: core: Deal with a wrinkle with linker lists by Simon Glass · 2 years, 8 months ago
  7. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 8 months ago
  8. 3ee337a event: Add events for device probe/remove by Simon Glass · 2 years, 9 months ago
  9. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  10. c5190ed dm: core: Switch order of pinctrl and power domain calls by Michal Simek · 2 years, 11 months ago
  11. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · 3 years ago
  12. 99f0cd2 dm: add debug message when failed to select the default pinctrl by Patrick Delaunay · 3 years ago
  13. 4b23e45 dm: core: Allow finding children / uclasses by partial name by Simon Glass · 3 years, 1 month ago
  14. e1311b6 iommu: Add IOMMU uclass by Mark Kettenis · 3 years, 1 month ago
  15. 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
  16. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 3 months ago
  17. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  18. 28823e3 dm: core: Add logging for DM_SEQ_ALIAS by Simon Glass · 3 years, 5 months ago
  19. 08d531c clk: Allow force setting clock defaults before relocation by Sean Anderson · 3 years, 6 months ago
  20. 781aa3e dm: core: Use separate priv/plat data region by Simon Glass · 3 years, 9 months ago
  21. b5660c4 dm: core: Move flags to device-runtime info by Simon Glass · 3 years, 9 months ago
  22. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 9 months ago
  23. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 9 months ago
  24. 47fd4a2 dm: core: Allow dropping run-time binding of devices by Simon Glass · 3 years, 9 months ago
  25. d6206a5 dm: core: Add DM_DEVICE_REMOVE condition to all exit paths by Simon Glass · 3 years, 10 months ago
  26. e07434b dm: core: Fix allocation of empty of-platdata by Simon Glass · 3 years, 10 months ago
  27. a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · 3 years, 11 months ago
  28. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  29. 303c3c2 dm: core: Add a comment about pinctrl_select_state() by Simon Glass · 3 years, 10 months ago
  30. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
  31. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  32. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  33. 07c1777 dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 4 years ago
  34. 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
  35. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
  36. ad337e6 dm: core: Split out alloc code into a new function by Simon Glass · 4 years ago
  37. 541f62c dm: core: Rename the priv/plat members by Simon Glass · 4 years ago
  38. 2543b16 dm: core: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  39. d4f0c94 dm: core: Add functions to set priv/plat by Simon Glass · 4 years ago
  40. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
  41. b941f56 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years ago
  42. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  43. 784c1fb dm: Drop uclass_resolve_seq() by Simon Glass · 4 years ago
  44. 3a9d5f1 dm: core: Allow manual sequence numbering by Simon Glass · 4 years ago
  45. 437ed82 dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years ago
  46. 7272e92 dm: core: Add a new sequence number for devices by Simon Glass · 4 years ago
  47. 1ae093f dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 4 years ago
  48. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  49. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  50. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  51. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years ago
  52. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  53. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  54. 16b4f94 dm: core: Drop device_bind_offset() by Simon Glass · 4 years ago
  55. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  56. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
  57. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
  58. cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 2 months ago
  59. d825ea7 dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 2 months ago
  60. bf5b823 dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 3 months ago
  61. e422f8c dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 5 months ago
  62. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  63. e2438dd dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 5 months ago
  64. ffc41b0 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 5 months ago
  65. 95282d6 core: drop const for struct driver_info by Walter Lozano · 4 years, 5 months ago
  66. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  67. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  68. 44c4789 dm: core: Read parent ofdata before children by Simon Glass · 4 years, 8 months ago
  69. 5246b37 dm: core: remove redundant if statement by Heinrich Schuchardt · 4 years, 10 months ago
  70. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 10 months ago
  71. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
  72. 2a58088 dm: core: Use const where possible in device.h by Simon Glass · 4 years, 10 months ago
  73. d3c9d30 dm: core: Add a new flag to track platform data by Simon Glass · 5 years ago
  74. 4a26385 dm: core: Export a new function to read platdata by Simon Glass · 5 years ago
  75. a8d8f16 dm: core: Allocate parent data separate from probing parent by Simon Glass · 5 years ago
  76. 924c383 dm: core: Move ofdata_to_platdata() call earlier by Simon Glass · 5 years ago
  77. 9046dec dm: core: Don't clear active flag twice when probe() fails by Simon Glass · 5 years ago
  78. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  79. 9601f32 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · 5 years ago
  80. c10e52b dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · 5 years ago
  81. d220111 core: device: use dev_power_domain_on by Peng Fan · 5 years ago
  82. f327ecb dm: device: Request next sequence number by Thomas Fitzsimmons · 5 years ago
  83. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · 5 years ago
  84. a91e48b dm: core: Call ofdata_to_platdata() with of-platdata by Simon Glass · 5 years ago
  85. 7f18c34 dm: core: Decouple DM from DT by Marek Vasut · 5 years ago
  86. 63a3467 dm: device: make power domain calls optional by Anatolij Gustschin · 5 years ago
  87. 513cf40 dm: core: Call clk_set_defaults() during probe() only for a valid ofnode by Bin Meng · 5 years ago
  88. a5da300 dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL by Jean-Jacques Hiblot · 6 years ago
  89. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · 6 years ago
  90. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  91. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  92. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · 6 years ago
  93. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · 6 years ago
  94. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · 6 years ago
  95. a7b0d6a dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() by Jean-Jacques Hiblot · 6 years ago
  96. 6fba32d dm: core: device: enable power domain in probe by Peng Fan · 6 years ago
  97. 9eb151e dm: core: Add a way to bind a device by ofnode by Simon Glass · 6 years ago
  98. 9349bcc dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · 7 years ago
  99. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  100. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago