1. c57f806 dm: core: Add a way to find a device by its driver by Simon Glass · 8 years ago
  2. b067505 dm: core: Add uclass_first_device_err() to return a valid device by Simon Glass · 9 years ago
  3. 1b30d61 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · 9 years ago
  4. 20af3c0 dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  5. c275dfe dm: core: Provide uclass_find_device_by_phandle() only when needed by Simon Glass · 9 years ago
  6. 50dae85 dm: core: Remove unnecessary codes in uclass_pre_remove_device() by Bin Meng · 9 years ago
  7. 3346c87 dm: Improve handling of a missing uclass by Simon Glass · 9 years ago
  8. 0a5804b dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  9. d82ba4c dm: core: Support finding a device by phandle by Simon Glass · 9 years ago
  10. 2fda14a dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  11. 643e690 dm: change dm_warn() message into debug() in uclass_add() by Masahiro Yamada · 9 years ago
  12. f66529f dm: core: Correct bug introduced in uclass_first/next_device() by Simon Glass · 9 years ago
  13. 7f9875e dm: core: Remove unbind operations when not required by Simon Glass · 10 years ago
  14. 07d260e dm: core: Handle recursive unbinding of uclass devices by Simon Glass · 10 years ago
  15. 794d521 dm: core: remove type 'static' of function uclass_get_device_tail() by Przemyslaw Marczak · 10 years ago
  16. b7af1a2 dm: core: uclass: add function: uclass_get_device_by_name() by Przemyslaw Marczak · 10 years ago
  17. e0735a4 dm: core: uclass: add function: uclass_find_device_by_name() by Przemyslaw Marczak · 10 years ago
  18. c1d6f91 dm: core: add internal functions for getting the device without probe by Przemyslaw Marczak · 10 years ago
  19. 02c07b3 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  20. 83c7e43 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  21. 081f2fc dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  22. 29a1bed dm: do not check the existence of uclass operation by Masahiro Yamada · 10 years ago
  23. c910e2e dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  24. f4cdead dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  25. 5a66a8f dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  26. 9ca296a dm: Move uclass error checking/probing into a function by Simon Glass · 10 years ago
  27. 89876a5 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  28. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  29. 6494d70 dm: Add base driver model support by Simon Glass · 11 years ago