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