1. cc469b7 dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 7 months ago
  2. 6ba46a0 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 7 months ago
  3. 1ef3af3 dm: core: Allow dropping run-time binding of devices by Simon Glass · 3 years, 7 months ago
  4. 15421b7 dm: core: Add DM_DEVICE_REMOVE condition to all exit paths by Simon Glass · 3 years, 9 months ago
  5. 24fd7e3 dm: core: Fix allocation of empty of-platdata by Simon Glass · 3 years, 9 months ago
  6. 4abf68d dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · 3 years, 9 months ago
  7. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago WIP/2021-02-02-drop-asm_global_data-when-unused
  8. 017d421 dm: core: Add a comment about pinctrl_select_state() by Simon Glass · 3 years, 9 months ago
  9. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 3 years, 10 months ago
  10. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 10 months ago
  11. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  12. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 10 months ago
  13. 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 10 months ago
  14. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 3 years, 10 months ago
  15. 82021e3 dm: core: Split out alloc code into a new function by Simon Glass · 3 years, 10 months ago
  16. fb8c9fb dm: core: Rename the priv/plat members by Simon Glass · 3 years, 10 months ago
  17. 89ba6d5 dm: core: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  18. 12559f5 dm: core: Add functions to set priv/plat by Simon Glass · 3 years, 10 months ago
  19. 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 3 years, 10 months ago
  20. a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 3 years, 10 months ago
  21. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 10 months ago
  22. b5b1155 dm: Drop uclass_resolve_seq() by Simon Glass · 3 years, 10 months ago
  23. 15a1196 dm: core: Allow manual sequence numbering by Simon Glass · 3 years, 10 months ago
  24. ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 3 years, 10 months ago
  25. cd53e5b dm: core: Add a new sequence number for devices by Simon Glass · 3 years, 10 months ago
  26. d03adb4 dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 3 years, 10 months ago
  27. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 10 months ago
  28. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  29. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  30. 4f50086 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 3 years, 11 months ago
  31. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  32. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  33. e80be74 dm: core: Drop device_bind_offset() by Simon Glass · 3 years, 11 months ago
  34. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 11 months ago
  35. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 3 years, 11 months ago
  36. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
  37. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 1 month ago
  38. 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 1 month ago
  39. cfecbaf dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 2 months ago
  40. 6d65ac3 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 4 months ago
  41. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  42. 5d9dc91 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 4 months ago
  43. fed0f89 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 4 months ago
  44. 908d024 core: drop const for struct driver_info by Walter Lozano · 4 years, 4 months ago
  45. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  46. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  47. b0dcc87 dm: core: Read parent ofdata before children by Simon Glass · 4 years, 7 months ago
  48. f93a07d dm: core: remove redundant if statement by Heinrich Schuchardt · 4 years, 8 months ago
  49. 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 9 months ago
  50. f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 9 months ago
  51. fc347fb dm: core: Use const where possible in device.h by Simon Glass · 4 years, 9 months ago
  52. 153851d dm: core: Add a new flag to track platform data by Simon Glass · 4 years, 10 months ago
  53. bcd90cb dm: core: Export a new function to read platdata by Simon Glass · 4 years, 10 months ago
  54. 82de42f dm: core: Allocate parent data separate from probing parent by Simon Glass · 4 years, 10 months ago
  55. 29f7d05 dm: core: Move ofdata_to_platdata() call earlier by Simon Glass · 4 years, 10 months ago
  56. a41e6da dm: core: Don't clear active flag twice when probe() fails by Simon Glass · 4 years, 10 months ago
  57. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  58. fd1ba29 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · 5 years ago
  59. af94ad4 dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · 5 years ago
  60. f0cc4ea core: device: use dev_power_domain_on by Peng Fan · 5 years ago
  61. 7f3289b dm: device: Request next sequence number by Thomas Fitzsimmons · 5 years ago
  62. 240b932 dm: core: Add a function to count the children of a device by Lokesh Vutla · 5 years ago
  63. ea14778 dm: core: Call ofdata_to_platdata() with of-platdata by Simon Glass · 5 years ago
  64. d7677bf dm: core: Decouple DM from DT by Marek Vasut · 5 years ago
  65. 44e02e3 dm: device: make power domain calls optional by Anatolij Gustschin · 5 years ago
  66. a1f99e4 dm: core: Call clk_set_defaults() during probe() only for a valid ofnode by Bin Meng · 5 years ago
  67. 3542ff2 dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL by Jean-Jacques Hiblot · 6 years ago
  68. 3abe111 dm: core: Add a few more specific child-finding functions by Simon Glass · 6 years ago
  69. 8d773c4 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  70. cdb6aa0 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  71. 9f15cc1 dm: core: Update some functions to use const by Simon Glass · 6 years ago
  72. c7a3acc dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · 6 years ago
  73. e4c98a5 core: Add dev_{disable,enable}_by_path by Mario Six · 6 years ago
  74. 7ec9181 dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() by Jean-Jacques Hiblot · 6 years ago
  75. 3ad3077 dm: core: device: enable power domain in probe by Peng Fan · 6 years ago
  76. d677b00 dm: core: Add a way to bind a device by ofnode by Simon Glass · 6 years ago
  77. 5ccc2c2 dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · 7 years ago
  78. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  79. f4fcba5 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  80. 29d11b8 core: Make device_is_compatible live-tree compatible by Mario Six · 7 years ago
  81. 5924da1 dm: core: Round up size when allocating so that it is cache line aligned by Faiz Abbas · 7 years ago
  82. ceb9190 dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · 7 years ago
  83. 396e343 dm: core: Allow binding a device from a live tree by Simon Glass · 7 years ago
  84. 911f3ae dm: core: Rename of_device_is_compatible() by Simon Glass · 7 years ago
  85. 7a61b0b dm: core: Adjust device_bind_common() to take an ofnode by Simon Glass · 7 years ago
  86. 4984de2 dm: core: Add ofnode to represent device tree nodes by Simon Glass · 7 years ago
  87. d6ffb00 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · 7 years ago
  88. 5a8a804 dm: core: Ensure DMA regions start up with the cache clean by Simon Glass · 8 years ago
  89. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  90. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  91. 13f3fca dm: core: Add dev_get_addr_size_index() to retrieve addr and size by Stefan Roese · 8 years ago
  92. 6e67f17 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  93. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  94. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  95. 9fa2819 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  96. fd1c2d9 dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · 8 years ago
  97. 29629eb dm: core: Don't use device tree with of-platdata by Simon Glass · 8 years ago
  98. 7c61686 dm: core: implement dev_map_physmem() by Vignesh R · 8 years ago
  99. daac3bf dm: allow setting driver_data before/during bind by Stephen Warren · 8 years ago
  100. 73443b9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · 8 years ago