1. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  2. 1f1c1ec core: Make device_is_compatible live-tree compatible by Mario Six · 7 years ago
  3. 03020a9 dm: core: Round up size when allocating so that it is cache line aligned by Faiz Abbas · 7 years ago
  4. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · 7 years ago
  5. 322b290 dm: core: Allow binding a device from a live tree by Simon Glass · 8 years ago
  6. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · 8 years ago
  7. b0cf4b3 dm: core: Adjust device_bind_common() to take an ofnode by Simon Glass · 8 years ago
  8. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · 8 years ago
  9. aadfaf0 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · 8 years ago
  10. 27bc9b1 dm: core: Ensure DMA regions start up with the cache clean by Simon Glass · 8 years ago
  11. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  12. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  13. 27367b2 dm: core: Add dev_get_addr_size_index() to retrieve addr and size by Stefan Roese · 8 years ago
  14. db090a2 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  15. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  16. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  17. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  18. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · 8 years ago
  19. 8d7e816 dm: core: Don't use device tree with of-platdata by Simon Glass · 8 years ago
  20. 0dff370 dm: core: implement dev_map_physmem() by Vignesh R · 8 years ago
  21. 8c93df1 dm: allow setting driver_data before/during bind by Stephen Warren · 9 years ago
  22. 4666bd9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · 9 years ago
  23. 7760ba2 dm: core: Allow device names to be freed automatically by Simon Glass · 9 years ago
  24. 38b82d5 fdt: fix dev_get_addr_name node offset by Stephen Warren · 9 years ago
  25. d8fc5ff dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address by Stefan Roese · 9 years ago
  26. 1807907 fdt: implement dev_get_addr_name() by Stephen Warren · 9 years ago
  27. 9d4ce6b dm: device.c: Minor coding-style fix by Stefan Roese · 9 years ago
  28. 7cf58dd dm: core: device: set pinctrl state for pinctrl device by Peng Fan · 9 years ago
  29. 6142d75 dm: Remove device_probe_child() by Simon Glass · 9 years ago
  30. 27ce962 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · 9 years ago
  31. 286863d dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  32. f4d480b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  33. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  34. 7fa6ff4 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  35. a0ea0f9 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  36. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  37. adc0905 dm: core: Enable optional use of fdt_translate_address() by Stefan Roese · 9 years ago
  38. bb53bda dm: core: Don't use pinctrl for the root device by Simon Glass · 9 years ago
  39. 6dfe618 fdt: add new fdt address parsing functions by Stephen Warren · 9 years ago
  40. 43313de dm: Improve handling of a missing uclass by Simon Glass · 9 years ago
  41. f8efa63 pinctrl: add pin control uclass support by Masahiro Yamada · 9 years ago
  42. e1cc1f0 dm: core: allow device_bind() to not return a device pointer by Masahiro Yamada · 9 years ago
  43. 298e608 dm: core: Add Kconfig for simple bus driver by Marek Vasut · 9 years ago
  44. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  45. 82cdd78 dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · 9 years ago
  46. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  47. 04aa00d dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  48. e3b23e2 dm: core: Add a way to set a device name by Simon Glass · 9 years ago
  49. 029bfca devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  50. 8b15b16 devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  51. bdbb5dd dm: add DM_FLAG_BOUND flag by Masahiro Yamada · 9 years ago
  52. 59b6196 dm: Support address translation for simple-bus by Simon Glass · 9 years ago
  53. cdfc505 dm: core: Add \n to two dm_warn() messages by Simon Glass · 9 years ago
  54. 7ea9395 dm: do not set DM_FLAG_ACTIVATED twice by Masahiro Yamada · 9 years ago
  55. 861bc9f dm: core: Correct device_get_child_by_of_offset() parameter by Simon Glass · 9 years ago
  56. ae2efac dm: core: Add a function to find any device from device tree by Simon Glass · 9 years ago
  57. ce4021b dm: core: drop device removal error path correctly by Masahiro Yamada · 10 years ago
  58. e70a4f4 dm: core: Drop device removal error path when not supported by Simon Glass · 10 years ago
  59. 1bd3deb dm: core: Allow sequence alias support to be removed for SPL by Simon Glass · 10 years ago
  60. 5ed2e42 dm: core: device: add function: dev_get_uclass_name() by Przemyslaw Marczak · 10 years ago
  61. d3ef0d7 dm: core: device: add function: dev_get_driver_ops() by Przemyslaw Marczak · 10 years ago
  62. d850e67 dm: core: Extend struct udevice by '.uclass_platdata' field. by Przemyslaw Marczak · 10 years ago
  63. 40f829a dm: core: Add device children and sibling functions by Simon Glass · 10 years ago
  64. 8b04e73 dm: core: Mark device as active before calling uclass probe() methods by Simon Glass · 10 years ago
  65. 46227bd dm: core: Rename driver data function to dev_get_driver_data() by Simon Glass · 10 years ago
  66. a626dff dm: core: Convert driver_bind() to use const by Simon Glass · 10 years ago
  67. 825d3f9 dm: core: Support allocating driver-private data for DMA by Simon Glass · 10 years ago
  68. 9c1f382 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  69. d02009d dm: core: Mark device as active before calling its probe() method by Simon Glass · 10 years ago
  70. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  71. 99b7235 dm: introduce dev_get_addr interface by Peng Fan · 10 years ago
  72. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  73. c23b428 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  74. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  75. 98fd5d1 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  76. a4a51a0 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  77. 57f9540 dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  78. 11b6173 dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  79. ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  80. 4ebe01b dm: core: Tidy up error handling in device_bind() by Simon Glass · 10 years ago
  81. df1e072 dm: device: Add newline to debug() messages by Simon Glass · 10 years ago
  82. 43f488a dm: core: Add functions to find parent and OF data by Simon Glass · 10 years ago
  83. 70c3a0e dm: core: Allow access to the device's driver_id data by Simon Glass · 10 years ago
  84. b38ea5a dm: Allow device removal features to be dropped by Simon Glass · 10 years ago
  85. 1586a84 dm: core: Allow parents to pass data to children during probe by Simon Glass · 10 years ago
  86. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  87. 2e9edbf dm: avoid dev->req_seq overflow by Robert Baldyga · 10 years ago
  88. c2ac141 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  89. d45560d dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · 10 years ago
  90. 60d971b dm: Introduce per-child data for devices by Simon Glass · 10 years ago
  91. 48d4e29 dm: Add functions to access a device's children by Simon Glass · 10 years ago
  92. db6f020 dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  93. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  94. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  95. dd6ab88 dm: Add base driver model support by Simon Glass · 11 years ago