1. c6db965 dm: Remove device_probe_child() by Simon Glass · 9 years ago
  2. ac94b7b dm: syscon: Allow finding devices by driver data by Simon Glass · 9 years ago
  3. d062482 dm: core: Display the error number when driver binding fails by Simon Glass · 9 years ago
  4. 1b30d61 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · 9 years ago
  5. 0379597 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · 9 years ago
  6. 20af3c0 dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  7. c275dfe dm: core: Provide uclass_find_device_by_phandle() only when needed by Simon Glass · 9 years ago
  8. 20d08f5 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  9. 69b4138 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  10. 4f627c5 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  11. 66eaea6 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  12. 7b98a3b dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE by Stefan Roese · 9 years ago
  13. 8bebf03 dm: core: Enable SPL_SIMPLE_BUS by default by Michal Simek · 9 years ago
  14. 41c7f66 dm: core: Add SPL Kconfig for REGMAP and SYSCON by huang lin · 9 years ago
  15. 79725ca Revert "dm: Export device_remove_children / device_unbind_children" by Simon Glass · 9 years ago
  16. 31e1029 dm: core: Add missing entries for manual relocation by Michal Simek · 9 years ago
  17. 0eb4cf9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  18. 50dae85 dm: core: Remove unnecessary codes in uclass_pre_remove_device() by Bin Meng · 9 years ago
  19. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  20. ef5cd33 dm: core: Enable optional use of fdt_translate_address() by Stefan Roese · 9 years ago
  21. 84d26e2 dm: core: Don't use pinctrl for the root device by Simon Glass · 9 years ago
  22. 02464e3 fdt: add new fdt address parsing functions by Stephen Warren · 9 years ago
  23. bc7b2f4 dm: Provide better debugging when a device fails to bind by Simon Glass · 9 years ago
  24. 3346c87 dm: Improve handling of a missing uclass by Simon Glass · 9 years ago
  25. d90a5a3 pinctrl: add pin control uclass support by Masahiro Yamada · 9 years ago
  26. e6cabe4 dm: core: allow device_bind() to not return a device pointer by Masahiro Yamada · 9 years ago
  27. 628d792 dm: core: Add Kconfig for simple bus driver by Marek Vasut · 9 years ago
  28. 4e9838c dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  29. cdeb2ba dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · 9 years ago
  30. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  31. 0a5804b dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  32. 0b11dbf drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  33. f5c67ea dm: core: Add a way to set a device name by Simon Glass · 9 years ago
  34. 40b6f2d devres: add debug command to dump device resources by Masahiro Yamada · 9 years ago
  35. e2282d7 devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  36. 2b07f68 devres: add devm_kmalloc() and friends (managed memory allocators) by Masahiro Yamada · 9 years ago
  37. 608f26c devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  38. aed1a4d dm: add DM_FLAG_BOUND flag by Masahiro Yamada · 9 years ago
  39. f330177 dm: Support address translation for simple-bus by Simon Glass · 9 years ago
  40. 12dc8e7 dm: Make regmap and syscon optional by Simon Glass · 9 years ago
  41. d82ba4c dm: core: Support finding a device by phandle by Simon Glass · 9 years ago
  42. 2fda14a dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  43. 36d7cc1 dm: core: Add \n to two dm_warn() messages by Simon Glass · 9 years ago
  44. e5c4564 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea by Hans de Goede · 9 years ago
  45. bb52b36 dm: Export device_remove_children / device_unbind_children by Hans de Goede · 9 years ago
  46. 04c5ee4 dm: remove redundant CONFIG_DM from driver/core/Makefile by Masahiro Yamada · 9 years ago
  47. 1f5dd47 dm: do not set DM_FLAG_ACTIVATED twice by Masahiro Yamada · 9 years ago
  48. 643e690 dm: change dm_warn() message into debug() in uclass_add() by Masahiro Yamada · 9 years ago
  49. 9f4629b dm: core: Add device checking to syscon_get_regmap() by Simon Glass · 9 years ago
  50. 5725128 dm: Add support for generic system controllers (syscon) by Simon Glass · 9 years ago
  51. 6f98b75 dm: Add support for register maps (regmap) by Simon Glass · 9 years ago
  52. 132f9bf dm: core: Correct device_get_child_by_of_offset() parameter by Simon Glass · 9 years ago
  53. 2693047 dm: core: Add a function to find any device from device tree by Simon Glass · 9 years ago
  54. 3039811 dm: core: Use debug() instead of printf() for failures by Simon Glass · 9 years ago
  55. 304fbef dm: Move the tree/uclass dump code into its own file by Simon Glass · 9 years ago
  56. a59abd1 Remove SPL undefine of CONFIG_OF_CONTROL by Simon Glass · 9 years ago
  57. 5b9000d dm: core: Add a function to bind a driver for a device tree node by Simon Glass · 9 years ago
  58. f66529f dm: core: Correct bug introduced in uclass_first/next_device() by Simon Glass · 9 years ago
  59. f0f932d dm: core: drop device removal error path correctly by Masahiro Yamada · 9 years ago
  60. b2b0d3e dm: core: Select device tree control correctly for SPL by Simon Glass · 10 years ago
  61. 5a87c41 dm: core: Drop device removal error path when not supported by Simon Glass · 10 years ago
  62. 7f9875e dm: core: Remove unbind operations when not required by Simon Glass · 10 years ago
  63. 36fa61d dm: core: Allow sequence alias support to be removed for SPL by Simon Glass · 10 years ago
  64. 07d260e dm: core: Handle recursive unbinding of uclass devices by Simon Glass · 9 years ago
  65. 794d521 dm: core: remove type 'static' of function uclass_get_device_tail() by Przemyslaw Marczak · 9 years ago
  66. f9c370d dm: core: device: add function: dev_get_uclass_name() by Przemyslaw Marczak · 9 years ago
  67. cc73d37 dm: core: device: add function: dev_get_driver_ops() by Przemyslaw Marczak · 9 years ago
  68. b7af1a2 dm: core: uclass: add function: uclass_get_device_by_name() by Przemyslaw Marczak · 9 years ago
  69. e0735a4 dm: core: uclass: add function: uclass_find_device_by_name() by Przemyslaw Marczak · 9 years ago
  70. 5eaed88 dm: core: Extend struct udevice by '.uclass_platdata' field. by Przemyslaw Marczak · 9 years ago
  71. c1d6f91 dm: core: add internal functions for getting the device without probe by Przemyslaw Marczak · 9 years ago
  72. c578567 dm: core: Add device children and sibling functions by Simon Glass · 10 years ago
  73. 206d4d2 dm: core: Mark device as active before calling uclass probe() methods by Simon Glass · 10 years ago
  74. 39de843 dm: core: Rename driver data function to dev_get_driver_data() by Simon Glass · 10 years ago
  75. 3479253 dm: core: Convert driver_bind() to use const by Simon Glass · 10 years ago
  76. 2c03c46 dm: core: Support allocating driver-private data for DMA by Simon Glass · 10 years ago
  77. 02c07b3 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  78. 02eeb1b dm: core: Mark device as active before calling its probe() method by Simon Glass · 10 years ago
  79. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  80. d648964 kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · 10 years ago
  81. 484fdf5 dm: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 10 years ago
  82. c9cac3f dm: introduce dev_get_addr interface by Peng Fan · 10 years ago
  83. 91a91ff dm: Add Kconfig options for driver model SPL support by Simon Glass · 10 years ago
  84. f94a1be dm: Expand and complete Kconfig in drivers/ by Simon Glass · 10 years ago
  85. 94f7afd dm: core: Ignore disabled devices when binding by Simon Glass · 10 years ago
  86. 83c7e43 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  87. 081f2fc dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  88. dac8db2 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  89. 9cc36a2 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  90. b367053 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  91. 0118ce7 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  92. ba8da9d dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  93. cdc133b dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  94. f8a8544 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  95. 72ebfe8 dm: core: Tidy up error handling in device_bind() by Simon Glass · 10 years ago
  96. 2f3b95d dm: core: Set device tree node for root device by Simon Glass · 10 years ago
  97. 964d153 dm: device: Add newline to debug() messages by Simon Glass · 10 years ago
  98. 17b28ed dm: core: remove unnecessary return condition in uclass lookup by Masahiro Yamada · 10 years ago
  99. f724e0b dm: core: remove unnecessary return condition in driver lookup by Masahiro Yamada · 10 years ago
  100. 84a7153 dm: core: remove meaningless if conditional by Masahiro Yamada · 10 years ago