1. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  2. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  3. 5d5388d dm: core: Add a function to bind child devices by Simon Glass · 8 years ago
  4. 32d8ab6 dm: core: Add a way to find a device by its driver by Simon Glass · 8 years ago
  5. b611433 dm: core: Add an implementation of regmap_init_mem_platdata() by Simon Glass · 8 years ago
  6. 30d73e8 dm: core: Move regmap allocation into a separate function by Simon Glass · 8 years ago
  7. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  8. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · 8 years ago
  9. 73dd069 dm: syscon: Add support for of-platdata by Simon Glass · 8 years ago
  10. b944345 dm: regmap: Add a dummy implementation for of-platdata by Simon Glass · 8 years ago
  11. 8d7e816 dm: core: Don't use device tree with of-platdata by Simon Glass · 8 years ago
  12. 0dff370 dm: core: implement dev_map_physmem() by Vignesh R · 8 years ago
  13. f4d193b dm: add manual relocation for devices by Angelo Dureghello · 9 years ago
  14. 8c93df1 dm: allow setting driver_data before/during bind by Stephen Warren · 9 years ago
  15. dbef2f0 fdt: Support for ISA busses by Paul Burton · 9 years ago
  16. 4666bd9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · 9 years ago
  17. 7760ba2 dm: core: Allow device names to be freed automatically by Simon Glass · 9 years ago
  18. 38b82d5 fdt: fix dev_get_addr_name node offset by Stephen Warren · 9 years ago
  19. dcc161c dm: core: allow drivers to refuse to bind by Stephen Warren · 9 years ago
  20. d8fc5ff dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address by Stefan Roese · 9 years ago
  21. 1807907 fdt: implement dev_get_addr_name() by Stephen Warren · 9 years ago
  22. 9d4ce6b dm: device.c: Minor coding-style fix by Stefan Roese · 9 years ago
  23. 7cf58dd dm: core: device: set pinctrl state for pinctrl device by Peng Fan · 9 years ago
  24. 36ab8e3 syscon: Avoid returning a device on failure by Simon Glass · 9 years ago
  25. 4fe976c dm: core: make simple-bus compatible to simple-mfd by Masahiro Yamada · 9 years ago
  26. 832c3f0 dm: core: Add uclass_first_device_err() to return a valid device by Simon Glass · 9 years ago
  27. 6142d75 dm: Remove device_probe_child() by Simon Glass · 9 years ago
  28. 6d5579c dm: syscon: Allow finding devices by driver data by Simon Glass · 9 years ago
  29. cb2bc54 dm: core: Display the error number when driver binding fails by Simon Glass · 9 years ago
  30. 96f0444 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · 9 years ago
  31. 27ce962 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · 9 years ago
  32. 286863d dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  33. 359c487 dm: core: Provide uclass_find_device_by_phandle() only when needed by Simon Glass · 9 years ago
  34. f4d480b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  35. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  36. 7fa6ff4 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  37. a0ea0f9 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  38. f05eeb2 dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE by Stefan Roese · 9 years ago
  39. b32467f dm: core: Enable SPL_SIMPLE_BUS by default by Michal Simek · 9 years ago
  40. dd8515e dm: core: Add SPL Kconfig for REGMAP and SYSCON by huang lin · 9 years ago
  41. 7e7573c Revert "dm: Export device_remove_children / device_unbind_children" by Simon Glass · 9 years ago
  42. 61809f5 dm: core: Add missing entries for manual relocation by Michal Simek · 9 years ago
  43. d5987a9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  44. c3944fd dm: core: Remove unnecessary codes in uclass_pre_remove_device() by Bin Meng · 9 years ago
  45. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  46. adc0905 dm: core: Enable optional use of fdt_translate_address() by Stefan Roese · 9 years ago
  47. bb53bda dm: core: Don't use pinctrl for the root device by Simon Glass · 9 years ago
  48. 6dfe618 fdt: add new fdt address parsing functions by Stephen Warren · 9 years ago
  49. c90b917 dm: Provide better debugging when a device fails to bind by Simon Glass · 9 years ago
  50. 43313de dm: Improve handling of a missing uclass by Simon Glass · 9 years ago
  51. f8efa63 pinctrl: add pin control uclass support by Masahiro Yamada · 9 years ago
  52. e1cc1f0 dm: core: allow device_bind() to not return a device pointer by Masahiro Yamada · 9 years ago
  53. 298e608 dm: core: Add Kconfig for simple bus driver by Marek Vasut · 9 years ago
  54. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  55. 82cdd78 dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · 9 years ago
  56. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  57. 04aa00d dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  58. cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  59. e3b23e2 dm: core: Add a way to set a device name by Simon Glass · 9 years ago
  60. f929c0b devres: add debug command to dump device resources by Masahiro Yamada · 9 years ago
  61. 029bfca devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  62. b475e1f devres: add devm_kmalloc() and friends (managed memory allocators) by Masahiro Yamada · 9 years ago
  63. 8b15b16 devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  64. bdbb5dd dm: add DM_FLAG_BOUND flag by Masahiro Yamada · 9 years ago
  65. 59b6196 dm: Support address translation for simple-bus by Simon Glass · 9 years ago
  66. 8e5efa0 dm: Make regmap and syscon optional by Simon Glass · 9 years ago
  67. 75f00df dm: core: Support finding a device by phandle by Simon Glass · 9 years ago
  68. 46766df dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  69. cdfc505 dm: core: Add \n to two dm_warn() messages by Simon Glass · 9 years ago
  70. 246ba26 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea by Hans de Goede · 9 years ago
  71. a608ba6 dm: Export device_remove_children / device_unbind_children by Hans de Goede · 9 years ago
  72. cb11031 dm: remove redundant CONFIG_DM from driver/core/Makefile by Masahiro Yamada · 9 years ago
  73. 7ea9395 dm: do not set DM_FLAG_ACTIVATED twice by Masahiro Yamada · 9 years ago
  74. 1d06ced dm: change dm_warn() message into debug() in uclass_add() by Masahiro Yamada · 9 years ago
  75. ead6497 dm: core: Add device checking to syscon_get_regmap() by Simon Glass · 9 years ago
  76. 6a84aaf dm: Add support for generic system controllers (syscon) by Simon Glass · 9 years ago
  77. ad8f8ab dm: Add support for register maps (regmap) by Simon Glass · 9 years ago
  78. 861bc9f dm: core: Correct device_get_child_by_of_offset() parameter by Simon Glass · 9 years ago
  79. ae2efac dm: core: Add a function to find any device from device tree by Simon Glass · 9 years ago
  80. f204ff7 dm: core: Use debug() instead of printf() for failures by Simon Glass · 9 years ago
  81. d9f9a89 dm: Move the tree/uclass dump code into its own file by Simon Glass · 9 years ago
  82. 7f62c01 Remove SPL undefine of CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  83. 3d217f6 dm: core: Add a function to bind a driver for a device tree node by Simon Glass · 10 years ago
  84. 46cc8ba9 dm: core: Correct bug introduced in uclass_first/next_device() by Simon Glass · 10 years ago
  85. ce4021b dm: core: drop device removal error path correctly by Masahiro Yamada · 10 years ago
  86. 0704b85 dm: core: Select device tree control correctly for SPL by Simon Glass · 10 years ago
  87. e70a4f4 dm: core: Drop device removal error path when not supported by Simon Glass · 10 years ago
  88. 8914c8a dm: core: Remove unbind operations when not required by Simon Glass · 10 years ago
  89. 1bd3deb dm: core: Allow sequence alias support to be removed for SPL by Simon Glass · 10 years ago
  90. f33663d dm: core: Handle recursive unbinding of uclass devices by Simon Glass · 10 years ago
  91. fa277fc dm: core: remove type 'static' of function uclass_get_device_tail() by Przemyslaw Marczak · 10 years ago
  92. 5ed2e42 dm: core: device: add function: dev_get_uclass_name() by Przemyslaw Marczak · 10 years ago
  93. d3ef0d7 dm: core: device: add function: dev_get_driver_ops() by Przemyslaw Marczak · 10 years ago
  94. a12a1f5 dm: core: uclass: add function: uclass_get_device_by_name() by Przemyslaw Marczak · 10 years ago
  95. 2ffdf14 dm: core: uclass: add function: uclass_find_device_by_name() by Przemyslaw Marczak · 10 years ago
  96. d850e67 dm: core: Extend struct udevice by '.uclass_platdata' field. by Przemyslaw Marczak · 10 years ago
  97. f9d156e dm: core: add internal functions for getting the device without probe by Przemyslaw Marczak · 10 years ago
  98. 40f829a dm: core: Add device children and sibling functions by Simon Glass · 10 years ago
  99. 8b04e73 dm: core: Mark device as active before calling uclass probe() methods by Simon Glass · 10 years ago
  100. 46227bd dm: core: Rename driver data function to dev_get_driver_data() by Simon Glass · 10 years ago