1. c3944fd dm: core: Remove unnecessary codes in uclass_pre_remove_device() by Bin Meng · 9 years ago
  2. 43313de dm: Improve handling of a missing uclass by Simon Glass · 9 years ago
  3. 04aa00d dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  4. 75f00df dm: core: Support finding a device by phandle by Simon Glass · 9 years ago
  5. 46766df dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  6. 1d06ced dm: change dm_warn() message into debug() in uclass_add() by Masahiro Yamada · 9 years ago
  7. 46cc8ba9 dm: core: Correct bug introduced in uclass_first/next_device() by Simon Glass · 10 years ago
  8. 8914c8a dm: core: Remove unbind operations when not required by Simon Glass · 10 years ago
  9. f33663d dm: core: Handle recursive unbinding of uclass devices by Simon Glass · 10 years ago
  10. fa277fc dm: core: remove type 'static' of function uclass_get_device_tail() by Przemyslaw Marczak · 10 years ago
  11. a12a1f5 dm: core: uclass: add function: uclass_get_device_by_name() by Przemyslaw Marczak · 10 years ago
  12. 2ffdf14 dm: core: uclass: add function: uclass_find_device_by_name() by Przemyslaw Marczak · 10 years ago
  13. f9d156e dm: core: add internal functions for getting the device without probe by Przemyslaw Marczak · 10 years ago
  14. 9c1f382 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  15. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  16. f4c9b3e dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  17. 892e38c dm: do not check the existence of uclass operation by Masahiro Yamada · 10 years ago
  18. de70867 dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  19. c1464ab dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  20. db6f020 dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  21. 4b67cef dm: Move uclass error checking/probing into a function by Simon Glass · 10 years ago
  22. 34a1d35 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  23. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  24. dd6ab88 dm: Add base driver model support by Simon Glass · 11 years ago