1. 6211d76 dm: core: Access device flags through functions by Simon Glass · Sat Dec 19 10:40:10 2020 -0700
  2. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · Sat Dec 19 10:40:09 2020 -0700
  3. ad337e6 dm: core: Split out alloc code into a new function by Simon Glass · Sat Dec 19 10:40:08 2020 -0700
  4. 541f62c dm: core: Rename the priv/plat members by Simon Glass · Tue Dec 22 19:30:30 2020 -0700
  5. 2543b16 dm: core: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:29 2020 -0700
  6. d4f0c94 dm: core: Add functions to set priv/plat by Simon Glass · Tue Dec 22 19:30:27 2020 -0700
  7. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · Wed Dec 16 21:20:32 2020 -0700
  8. b941f56 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · Wed Dec 16 21:20:30 2020 -0700
  9. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · Wed Dec 16 21:20:29 2020 -0700
  10. 784c1fb dm: Drop uclass_resolve_seq() by Simon Glass · Wed Dec 16 21:20:28 2020 -0700
  11. 3a9d5f1 dm: core: Allow manual sequence numbering by Simon Glass · Wed Dec 16 21:20:17 2020 -0700
  12. 437ed82 dm: core: Switch binding to use new sequence numbers by Simon Glass · Wed Dec 16 21:20:11 2020 -0700
  13. 7272e92 dm: core: Add a new sequence number for devices by Simon Glass · Wed Dec 16 21:20:09 2020 -0700
  14. 1ae093f dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · Wed Dec 16 21:20:08 2020 -0700
  15. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  16. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  17. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  18. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · Thu Dec 03 16:55:19 2020 -0700
  19. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  20. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  21. 16b4f94 dm: core: Drop device_bind_offset() by Simon Glass · Sat Nov 28 17:50:06 2020 -0700
  22. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  23. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · Sat Nov 28 17:50:00 2020 -0700
  24. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · Sat Oct 03 11:31:40 2020 -0600
  25. cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · Sat Oct 03 11:31:33 2020 -0600
  26. d825ea7 dm: test: Add a check that all devices have a dev value by Simon Glass · Sat Oct 03 11:31:31 2020 -0600
  27. bf5b823 dm: core: add support for device re-parenting by Claudiu Beznea · Mon Sep 07 17:46:33 2020 +0300
  28. e422f8c dm: core Fix long line in device_bind_common() by Simon Glass · Thu Jul 09 18:39:24 2020 -0600
  29. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  30. e2438dd dm: core Fix long line in device_bind_common() by Simon Glass · Thu Jul 09 18:39:24 2020 -0600
  31. ffc41b0 core: extend struct driver_info to point to device by Walter Lozano · Thu Jun 25 01:10:11 2020 -0300
  32. 95282d6 core: drop const for struct driver_info by Walter Lozano · Thu Jun 25 01:10:10 2020 -0300
  33. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  34. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  35. 44c4789 dm: core: Read parent ofdata before children by Simon Glass · Sun Apr 05 15:38:19 2020 -0600
  36. 5246b37 dm: core: remove redundant if statement by Heinrich Schuchardt · Sat Feb 15 21:38:48 2020 +0100
  37. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · Mon Jan 27 08:49:48 2020 -0700
  38. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · Mon Jan 27 08:49:47 2020 -0700
  39. 2a58088 dm: core: Use const where possible in device.h by Simon Glass · Mon Jan 27 08:49:36 2020 -0700
  40. d3c9d30 dm: core: Add a new flag to track platform data by Simon Glass · Sun Dec 29 21:19:21 2019 -0700
  41. 4a26385 dm: core: Export a new function to read platdata by Simon Glass · Sun Dec 29 21:19:20 2019 -0700
  42. a8d8f16 dm: core: Allocate parent data separate from probing parent by Simon Glass · Sun Dec 29 21:19:18 2019 -0700
  43. 924c383 dm: core: Move ofdata_to_platdata() call earlier by Simon Glass · Sun Dec 29 21:19:17 2019 -0700
  44. 9046dec dm: core: Don't clear active flag twice when probe() fails by Simon Glass · Sun Dec 29 21:19:16 2019 -0700
  45. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  46. 9601f32 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · Tue Oct 22 14:00:06 2019 +0200
  47. c10e52b dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · Fri Sep 27 13:48:12 2019 +0530
  48. d220111 core: device: use dev_power_domain_on by Peng Fan · Tue Sep 17 09:29:22 2019 +0000
  49. f327ecb dm: device: Request next sequence number by Thomas Fitzsimmons · Fri Sep 06 07:51:18 2019 -0400
  50. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · Wed Sep 04 16:01:26 2019 +0530
  51. a91e48b dm: core: Call ofdata_to_platdata() with of-platdata by Simon Glass · Wed Sep 25 08:55:53 2019 -0600
  52. 7f18c34 dm: core: Decouple DM from DT by Marek Vasut · Sat Aug 31 18:03:28 2019 +0200
  53. 63a3467 dm: device: make power domain calls optional by Anatolij Gustschin · Sun Jul 14 21:11:01 2019 +0200
  54. 513cf40 dm: core: Call clk_set_defaults() during probe() only for a valid ofnode by Bin Meng · Fri Jul 05 09:23:16 2019 -0700
  55. a5da300 dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL by Jean-Jacques Hiblot · Fri Dec 07 14:50:39 2018 +0100
  56. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · Sun Nov 18 08:14:31 2018 -0700
  57. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · Wed Oct 10 22:06:58 2018 -0700
  58. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  59. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  60. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  61. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · Tue Jun 26 08:46:50 2018 +0200
  62. a7b0d6a dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() by Jean-Jacques Hiblot · Thu Aug 09 16:17:44 2018 +0200
  63. 6fba32d dm: core: device: enable power domain in probe by Peng Fan · Fri Jul 27 10:20:38 2018 +0800
  64. 9eb151e dm: core: Add a way to bind a device by ofnode by Simon Glass · Mon Jun 11 13:07:15 2018 -0600
  65. 9349bcc dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · Thu Apr 19 12:14:02 2018 +0900
  66. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  67. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · Mon Jan 08 13:59:18 2018 +0100
  68. 1f1c1ec core: Make device_is_compatible live-tree compatible by Mario Six · Mon Jan 15 11:07:20 2018 +0100
  69. 03020a9 dm: core: Round up size when allocating so that it is cache line aligned by Faiz Abbas · Tue Sep 19 16:53:50 2017 +0530
  70. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · Fri Sep 29 12:31:20 2017 +0900
  71. 322b290 dm: core: Allow binding a device from a live tree by Simon Glass · Thu May 18 20:09:05 2017 -0600
  72. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · Thu May 18 20:08:57 2017 -0600
  73. b0cf4b3 dm: core: Adjust device_bind_common() to take an ofnode by Simon Glass · Wed May 17 17:18:11 2017 -0600
  74. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · Wed May 17 17:18:10 2017 -0600
  75. aadfaf0 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · Wed May 17 17:18:04 2017 -0600
  76. 27bc9b1 dm: core: Ensure DMA regions start up with the cache clean by Simon Glass · Tue Apr 04 13:00:19 2017 -0600
  77. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  78. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  79. 27367b2 dm: core: Add dev_get_addr_size_index() to retrieve addr and size by Stefan Roese · Wed Nov 30 07:24:47 2016 +0100
  80. db090a2 Fix codying style broken by recent libfdt sync by Masahiro Yamada · Mon Oct 17 20:43:01 2016 +0900
  81. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  82. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · Fri Aug 05 09:47:51 2016 -0600
  83. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · Mon Jul 04 11:58:18 2016 -0600
  84. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · Mon Jul 04 11:58:15 2016 -0600
  85. 8d7e816 dm: core: Don't use device tree with of-platdata by Simon Glass · Mon Jul 04 11:57:58 2016 -0600
  86. 0dff370 dm: core: implement dev_map_physmem() by Vignesh R · Wed Jul 06 09:58:55 2016 +0530
  87. 8c93df1 dm: allow setting driver_data before/during bind by Stephen Warren · Wed May 11 15:26:24 2016 -0600
  88. 4666bd9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · Thu Apr 28 15:36:02 2016 +0530
  89. 7760ba2 dm: core: Allow device names to be freed automatically by Simon Glass · Sun May 01 13:52:23 2016 -0600
  90. 38b82d5 fdt: fix dev_get_addr_name node offset by Stephen Warren · Thu Apr 28 16:04:15 2016 -0600
  91. d8fc5ff dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address by Stefan Roese · Thu Apr 21 07:11:34 2016 +0200
  92. 1807907 fdt: implement dev_get_addr_name() by Stephen Warren · Wed Apr 06 12:49:19 2016 -0600
  93. 9d4ce6b dm: device.c: Minor coding-style fix by Stefan Roese · Wed Mar 16 09:58:01 2016 +0100
  94. 7cf58dd dm: core: device: set pinctrl state for pinctrl device by Peng Fan · Sat Mar 12 13:17:38 2016 +0800
  95. 6142d75 dm: Remove device_probe_child() by Simon Glass · Mon Jan 25 14:58:42 2016 -0700
  96. 27ce962 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · Thu Jan 21 19:43:25 2016 -0700
  97. 286863d dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · Tue Jan 05 09:30:59 2016 -0700
  98. f4d480b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Wed Jan 13 18:27:40 2016 -0500
  99. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · Wed Dec 23 20:39:36 2015 +0530
  100. 7fa6ff4 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · Fri Jan 08 03:00:45 2016 +1000