1. 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
  2. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · Sun Nov 18 08:14:31 2018 -0700
  3. 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
  4. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  5. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  6. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  7. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · Tue Jun 26 08:46:50 2018 +0200
  8. 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
  9. 6fba32d dm: core: device: enable power domain in probe by Peng Fan · Fri Jul 27 10:20:38 2018 +0800
  10. 9eb151e dm: core: Add a way to bind a device by ofnode by Simon Glass · Mon Jun 11 13:07:15 2018 -0600
  11. 9349bcc dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · Thu Apr 19 12:14:02 2018 +0900
  12. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  13. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · Mon Jan 08 13:59:18 2018 +0100
  14. 1f1c1ec core: Make device_is_compatible live-tree compatible by Mario Six · Mon Jan 15 11:07:20 2018 +0100
  15. 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
  16. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · Fri Sep 29 12:31:20 2017 +0900
  17. 322b290 dm: core: Allow binding a device from a live tree by Simon Glass · Thu May 18 20:09:05 2017 -0600
  18. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · Thu May 18 20:08:57 2017 -0600
  19. b0cf4b3 dm: core: Adjust device_bind_common() to take an ofnode by Simon Glass · Wed May 17 17:18:11 2017 -0600
  20. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · Wed May 17 17:18:10 2017 -0600
  21. aadfaf0 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · Wed May 17 17:18:04 2017 -0600
  22. 27bc9b1 dm: core: Ensure DMA regions start up with the cache clean by Simon Glass · Tue Apr 04 13:00:19 2017 -0600
  23. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  24. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  25. 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
  26. db090a2 Fix codying style broken by recent libfdt sync by Masahiro Yamada · Mon Oct 17 20:43:01 2016 +0900
  27. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  28. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · Fri Aug 05 09:47:51 2016 -0600
  29. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · Mon Jul 04 11:58:18 2016 -0600
  30. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · Mon Jul 04 11:58:15 2016 -0600
  31. 8d7e816 dm: core: Don't use device tree with of-platdata by Simon Glass · Mon Jul 04 11:57:58 2016 -0600
  32. 0dff370 dm: core: implement dev_map_physmem() by Vignesh R · Wed Jul 06 09:58:55 2016 +0530
  33. 8c93df1 dm: allow setting driver_data before/during bind by Stephen Warren · Wed May 11 15:26:24 2016 -0600
  34. 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
  35. 7760ba2 dm: core: Allow device names to be freed automatically by Simon Glass · Sun May 01 13:52:23 2016 -0600
  36. 38b82d5 fdt: fix dev_get_addr_name node offset by Stephen Warren · Thu Apr 28 16:04:15 2016 -0600
  37. 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
  38. 1807907 fdt: implement dev_get_addr_name() by Stephen Warren · Wed Apr 06 12:49:19 2016 -0600
  39. 9d4ce6b dm: device.c: Minor coding-style fix by Stefan Roese · Wed Mar 16 09:58:01 2016 +0100
  40. 7cf58dd dm: core: device: set pinctrl state for pinctrl device by Peng Fan · Sat Mar 12 13:17:38 2016 +0800
  41. 6142d75 dm: Remove device_probe_child() by Simon Glass · Mon Jan 25 14:58:42 2016 -0700
  42. 27ce962 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · Thu Jan 21 19:43:25 2016 -0700
  43. 286863d dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · Tue Jan 05 09:30:59 2016 -0700
  44. f4d480b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Wed Jan 13 18:27:40 2016 -0500
  45. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · Wed Dec 23 20:39:36 2015 +0530
  46. 7fa6ff4 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · Fri Jan 08 03:00:45 2016 +1000
  47. a0ea0f9 dm: core: Add option to configure an offset for the address translation by Stefan Roese · Mon Dec 14 16:18:15 2015 +0100
  48. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  49. adc0905 dm: core: Enable optional use of fdt_translate_address() by Stefan Roese · Wed Sep 02 07:41:12 2015 +0200
  50. bb53bda dm: core: Don't use pinctrl for the root device by Simon Glass · Sat Sep 12 08:45:19 2015 -0600
  51. 6dfe618 fdt: add new fdt address parsing functions by Stephen Warren · Thu Aug 06 15:31:02 2015 -0600
  52. 43313de dm: Improve handling of a missing uclass by Simon Glass · Sun Aug 30 16:55:16 2015 -0600
  53. f8efa63 pinctrl: add pin control uclass support by Masahiro Yamada · Thu Aug 27 12:44:29 2015 +0900
  54. e1cc1f0 dm: core: allow device_bind() to not return a device pointer by Masahiro Yamada · Thu Aug 27 12:44:28 2015 +0900
  55. 298e608 dm: core: Add Kconfig for simple bus driver by Marek Vasut · Mon Aug 03 01:15:48 2015 +0200
  56. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · Tue Aug 11 08:33:29 2015 -0600
  57. 82cdd78 dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · Mon Aug 24 01:14:02 2015 -0700
  58. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  59. 04aa00d dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · Wed Aug 12 07:31:52 2015 +0900
  60. e3b23e2 dm: core: Add a way to set a device name by Simon Glass · Thu Jul 30 13:40:39 2015 -0600
  61. 029bfca devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · Sat Jul 25 21:52:37 2015 +0900
  62. 8b15b16 devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · Sat Jul 25 21:52:35 2015 +0900
  63. bdbb5dd dm: add DM_FLAG_BOUND flag by Masahiro Yamada · Sat Jul 25 21:52:34 2015 +0900
  64. 59b6196 dm: Support address translation for simple-bus by Simon Glass · Tue Jul 07 20:53:44 2015 -0600
  65. cdfc505 dm: core: Add \n to two dm_warn() messages by Simon Glass · Mon Jul 06 16:47:40 2015 -0600
  66. 7ea9395 dm: do not set DM_FLAG_ACTIVATED twice by Masahiro Yamada · Thu Jul 09 22:11:49 2015 +0900
  67. 861bc9f dm: core: Correct device_get_child_by_of_offset() parameter by Simon Glass · Tue Jun 23 15:38:38 2015 -0600
  68. ae2efac dm: core: Add a function to find any device from device tree by Simon Glass · Tue Jun 23 15:38:37 2015 -0600
  69. ce4021b dm: core: drop device removal error path correctly by Masahiro Yamada · Fri Apr 24 17:28:40 2015 +0900
  70. e70a4f4 dm: core: Drop device removal error path when not supported by Simon Glass · Fri Feb 27 22:06:33 2015 -0700
  71. 1bd3deb dm: core: Allow sequence alias support to be removed for SPL by Simon Glass · Fri Feb 27 22:06:30 2015 -0700
  72. 5ed2e42 dm: core: device: add function: dev_get_uclass_name() by Przemyslaw Marczak · Wed Apr 15 13:07:25 2015 +0200
  73. d3ef0d7 dm: core: device: add function: dev_get_driver_ops() by Przemyslaw Marczak · Wed Apr 15 13:07:24 2015 +0200
  74. d850e67 dm: core: Extend struct udevice by '.uclass_platdata' field. by Przemyslaw Marczak · Wed Apr 15 13:07:18 2015 +0200
  75. 40f829a dm: core: Add device children and sibling functions by Simon Glass · Wed Mar 25 12:21:57 2015 -0600
  76. 8b04e73 dm: core: Mark device as active before calling uclass probe() methods by Simon Glass · Wed Mar 25 12:21:56 2015 -0600
  77. 46227bd dm: core: Rename driver data function to dev_get_driver_data() by Simon Glass · Wed Mar 25 12:21:55 2015 -0600
  78. a626dff dm: core: Convert driver_bind() to use const by Simon Glass · Wed Mar 25 12:21:54 2015 -0600
  79. 825d3f9 dm: core: Support allocating driver-private data for DMA by Simon Glass · Wed Mar 25 12:21:53 2015 -0600
  80. 9c1f382 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · Thu Mar 05 12:25:22 2015 -0700
  81. d02009d dm: core: Mark device as active before calling its probe() method by Simon Glass · Thu Mar 05 12:25:21 2015 -0700
  82. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · Thu Mar 05 12:25:20 2015 -0700
  83. 99b7235 dm: introduce dev_get_addr interface by Peng Fan · Tue Feb 10 14:46:32 2015 +0800
  84. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · Sun Jan 25 08:27:10 2015 -0700
  85. c23b428 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · Sun Jan 25 08:27:06 2015 -0700
  86. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · Sun Jan 25 08:27:05 2015 -0700
  87. 98fd5d1 dm: core: Add a function to get a device's uclass ID by Simon Glass · Sun Jan 25 08:27:04 2015 -0700
  88. a4a51a0 dm: core: Add a post_bind method for parents by Simon Glass · Sun Jan 25 08:27:03 2015 -0700
  89. 57f9540 dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · Sun Jan 25 08:27:02 2015 -0700
  90. 11b6173 dm: core: Allow parents to have platform data for their children by Simon Glass · Sun Jan 25 08:27:01 2015 -0700
  91. ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · Sun Jan 25 08:27:00 2015 -0700
  92. 4ebe01b dm: core: Tidy up error handling in device_bind() by Simon Glass · Sun Jan 25 08:26:59 2015 -0700
  93. df1e072 dm: device: Add newline to debug() messages by Simon Glass · Wed Dec 10 08:55:56 2014 -0700
  94. 43f488a dm: core: Add functions to find parent and OF data by Simon Glass · Tue Nov 11 10:46:19 2014 -0700
  95. 70c3a0e dm: core: Allow access to the device's driver_id data by Simon Glass · Tue Nov 11 10:46:18 2014 -0700
  96. b38ea5a dm: Allow device removal features to be dropped by Simon Glass · Mon Nov 10 17:16:47 2014 -0700
  97. 1586a84 dm: core: Allow parents to pass data to children during probe by Simon Glass · Mon Oct 13 23:41:50 2014 -0600
  98. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · Mon Oct 13 23:41:49 2014 -0600
  99. 2e9edbf dm: avoid dev->req_seq overflow by Robert Baldyga · Thu Sep 18 17:13:07 2014 +0200
  100. c2ac141 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL by Simon Glass · Wed Sep 17 09:02:38 2014 -0600