1. 3abe111 dm: core: Add a few more specific child-finding functions by Simon Glass · 6 years ago
  2. 8d773c4 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  3. cdb6aa0 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  4. 9f15cc1 dm: core: Update some functions to use const by Simon Glass · 6 years ago
  5. c7a3acc dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · 6 years ago
  6. e4c98a5 core: Add dev_{disable,enable}_by_path by Mario Six · 6 years ago
  7. 7ec9181 dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() by Jean-Jacques Hiblot · 6 years ago
  8. 3ad3077 dm: core: device: enable power domain in probe by Peng Fan · 6 years ago
  9. d677b00 dm: core: Add a way to bind a device by ofnode by Simon Glass · 6 years ago
  10. 5ccc2c2 dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · 7 years ago
  11. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  12. f4fcba5 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  13. 29d11b8 core: Make device_is_compatible live-tree compatible by Mario Six · 7 years ago
  14. 5924da1 dm: core: Round up size when allocating so that it is cache line aligned by Faiz Abbas · 7 years ago
  15. ceb9190 dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · 7 years ago
  16. 396e343 dm: core: Allow binding a device from a live tree by Simon Glass · 7 years ago
  17. 911f3ae dm: core: Rename of_device_is_compatible() by Simon Glass · 7 years ago
  18. 7a61b0b dm: core: Adjust device_bind_common() to take an ofnode by Simon Glass · 7 years ago
  19. 4984de2 dm: core: Add ofnode to represent device tree nodes by Simon Glass · 7 years ago
  20. d6ffb00 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · 7 years ago
  21. 5a8a804 dm: core: Ensure DMA regions start up with the cache clean by Simon Glass · 8 years ago
  22. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  23. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  24. 13f3fca dm: core: Add dev_get_addr_size_index() to retrieve addr and size by Stefan Roese · 8 years ago
  25. 6e67f17 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  26. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  27. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  28. 9fa2819 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  29. fd1c2d9 dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · 8 years ago
  30. 29629eb dm: core: Don't use device tree with of-platdata by Simon Glass · 8 years ago
  31. 7c61686 dm: core: implement dev_map_physmem() by Vignesh R · 8 years ago
  32. daac3bf dm: allow setting driver_data before/during bind by Stephen Warren · 8 years ago
  33. 73443b9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · 8 years ago
  34. a2040fa dm: core: Allow device names to be freed automatically by Simon Glass · 8 years ago
  35. 3573209 fdt: fix dev_get_addr_name node offset by Stephen Warren · 8 years ago
  36. 2802752 dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address by Stefan Roese · 9 years ago
  37. 43c4d44 fdt: implement dev_get_addr_name() by Stephen Warren · 9 years ago
  38. 770eb30 dm: device.c: Minor coding-style fix by Stefan Roese · 9 years ago
  39. c3ab985 dm: core: device: set pinctrl state for pinctrl device by Peng Fan · 9 years ago
  40. c6db965 dm: Remove device_probe_child() by Simon Glass · 9 years ago
  41. 0379597 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · 9 years ago
  42. 20af3c0 dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  43. 20d08f5 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  44. 69b4138 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  45. 4f627c5 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  46. 66eaea6 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  47. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  48. ef5cd33 dm: core: Enable optional use of fdt_translate_address() by Stefan Roese · 9 years ago
  49. 84d26e2 dm: core: Don't use pinctrl for the root device by Simon Glass · 9 years ago
  50. 02464e3 fdt: add new fdt address parsing functions by Stephen Warren · 9 years ago
  51. 3346c87 dm: Improve handling of a missing uclass by Simon Glass · 9 years ago
  52. d90a5a3 pinctrl: add pin control uclass support by Masahiro Yamada · 9 years ago
  53. e6cabe4 dm: core: allow device_bind() to not return a device pointer by Masahiro Yamada · 9 years ago
  54. 628d792 dm: core: Add Kconfig for simple bus driver by Marek Vasut · 9 years ago
  55. 4e9838c dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  56. cdeb2ba dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · 9 years ago
  57. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  58. 0a5804b dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  59. f5c67ea dm: core: Add a way to set a device name by Simon Glass · 9 years ago
  60. e2282d7 devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  61. 608f26c devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  62. aed1a4d dm: add DM_FLAG_BOUND flag by Masahiro Yamada · 9 years ago
  63. f330177 dm: Support address translation for simple-bus by Simon Glass · 9 years ago
  64. 36d7cc1 dm: core: Add \n to two dm_warn() messages by Simon Glass · 9 years ago
  65. 1f5dd47 dm: do not set DM_FLAG_ACTIVATED twice by Masahiro Yamada · 9 years ago
  66. 132f9bf dm: core: Correct device_get_child_by_of_offset() parameter by Simon Glass · 9 years ago
  67. 2693047 dm: core: Add a function to find any device from device tree by Simon Glass · 9 years ago
  68. f0f932d dm: core: drop device removal error path correctly by Masahiro Yamada · 10 years ago
  69. 5a87c41 dm: core: Drop device removal error path when not supported by Simon Glass · 10 years ago
  70. 36fa61d dm: core: Allow sequence alias support to be removed for SPL by Simon Glass · 10 years ago
  71. f9c370d dm: core: device: add function: dev_get_uclass_name() by Przemyslaw Marczak · 10 years ago
  72. cc73d37 dm: core: device: add function: dev_get_driver_ops() by Przemyslaw Marczak · 10 years ago
  73. 5eaed88 dm: core: Extend struct udevice by '.uclass_platdata' field. by Przemyslaw Marczak · 10 years ago
  74. c578567 dm: core: Add device children and sibling functions by Simon Glass · 10 years ago
  75. 206d4d2 dm: core: Mark device as active before calling uclass probe() methods by Simon Glass · 10 years ago
  76. 39de843 dm: core: Rename driver data function to dev_get_driver_data() by Simon Glass · 10 years ago
  77. 3479253 dm: core: Convert driver_bind() to use const by Simon Glass · 10 years ago
  78. 2c03c46 dm: core: Support allocating driver-private data for DMA by Simon Glass · 10 years ago
  79. 02c07b3 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  80. 02eeb1b dm: core: Mark device as active before calling its probe() method by Simon Glass · 10 years ago
  81. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  82. c9cac3f dm: introduce dev_get_addr interface by Peng Fan · 10 years ago
  83. 83c7e43 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  84. dac8db2 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  85. 9cc36a2 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  86. b367053 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  87. 0118ce7 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  88. ba8da9d dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  89. cdc133b dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  90. f8a8544 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  91. 72ebfe8 dm: core: Tidy up error handling in device_bind() by Simon Glass · 10 years ago
  92. 964d153 dm: device: Add newline to debug() messages by Simon Glass · 10 years ago
  93. 479728c dm: core: Add functions to find parent and OF data by Simon Glass · 10 years ago
  94. 2ef249b dm: core: Allow access to the device's driver_id data by Simon Glass · 10 years ago
  95. 3ac435d dm: Allow device removal features to be dropped by Simon Glass · 10 years ago
  96. accd4b1 dm: core: Allow parents to pass data to children during probe by Simon Glass · 10 years ago
  97. a8981d4 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  98. cae025a dm: avoid dev->req_seq overflow by Robert Baldyga · 10 years ago
  99. 91cbd79 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  100. a327dee dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · 10 years ago