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