1. be1a6e9 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 5 months ago
  2. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  3. ced1080 dm: core: Add a way to skip powering down power domains by Simon Glass · 4 years, 7 months ago
  4. 8474da9 dm: core: Add logging on unbind failure by Simon Glass · 4 years, 7 months ago
  5. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  6. 5016234 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 9 months ago
  7. 9ff5e04 dm: core: Drop uclass_find_next_free_req_seq() conditions by Simon Glass · 4 years, 9 months ago
  8. 97b5f9d dm: core: Update log method for uclass_find_device_by_seq by Kever Yang · 5 years ago
  9. 7f3289b dm: device: Request next sequence number by Thomas Fitzsimmons · 5 years ago
  10. 4805a7a dm: core: Correct the return value for uclass_find_first_device() by Simon Glass · 5 years ago
  11. c8b31cc dm: core: Drop a few early returns by Simon Glass · 5 years ago
  12. 4213609 drivers: core: use strcmp when find device by name by Peng Fan · 5 years ago
  13. 07e3371 dm: Add a No-op uclass by Jean-Jacques Hiblot · 5 years ago
  14. f388564 dm: device: fail uclass_find_first_device() if list_empty by Marcel Ziswiler · 6 years ago
  15. 3542ff2 dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL by Jean-Jacques Hiblot · 6 years ago
  16. d0b4f68 dm: core: Export uclass_find_device_by_phandle() by Simon Glass · 6 years ago
  17. f6abd53 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · 6 years ago
  18. 81f351d uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · 6 years ago
  19. 651d0c0 dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · 6 years ago
  20. e7c8656 uclass: Add dev_get_uclass_index() to get the uclass/index of a device by Jean-Jacques Hiblot · 6 years ago
  21. 31e60ff dm: core: Add logging of some common errors by Simon Glass · 6 years ago
  22. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  23. d255fad core: add uclass_get_device_by_phandle_id() api by Kever Yang · 7 years ago
  24. 6e43d1b dm: core: Add a function to look up a uclass by name by Simon Glass · 7 years ago
  25. 95ce385 dm: core: Add uclass_first/next_device_check() by Simon Glass · 8 years ago
  26. 30a570a dm: core: Clarify uclass_first/next_device() comments by Simon Glass · 8 years ago
  27. a40cc8e dm: core: Update uclass_find_device_by_phandle() for livetree by Simon Glass · 7 years ago
  28. 40bb637 dm: core: Add a way to find a device by ofnode by Simon Glass · 7 years ago
  29. ea168e3 core/uclass: Print name of device in uclass_find_device_by_seq() by Alexandru Gagniuc · 8 years ago
  30. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  31. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  32. 0a5f6f8 dm: core: Add a function to get a uclass name by Simon Glass · 8 years ago
  33. c57f806 dm: core: Add a way to find a device by its driver by Simon Glass · 8 years ago
  34. b067505 dm: core: Add uclass_first_device_err() to return a valid device by Simon Glass · 9 years ago
  35. 1b30d61 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · 9 years ago
  36. 20af3c0 dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  37. c275dfe dm: core: Provide uclass_find_device_by_phandle() only when needed by Simon Glass · 9 years ago
  38. 50dae85 dm: core: Remove unnecessary codes in uclass_pre_remove_device() by Bin Meng · 9 years ago
  39. 3346c87 dm: Improve handling of a missing uclass by Simon Glass · 9 years ago
  40. 0a5804b dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 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. 643e690 dm: change dm_warn() message into debug() in uclass_add() by Masahiro Yamada · 9 years ago
  44. f66529f dm: core: Correct bug introduced in uclass_first/next_device() by Simon Glass · 10 years ago
  45. 7f9875e dm: core: Remove unbind operations when not required by Simon Glass · 10 years ago
  46. 07d260e dm: core: Handle recursive unbinding of uclass devices by Simon Glass · 10 years ago
  47. 794d521 dm: core: remove type 'static' of function uclass_get_device_tail() by Przemyslaw Marczak · 10 years ago
  48. b7af1a2 dm: core: uclass: add function: uclass_get_device_by_name() by Przemyslaw Marczak · 10 years ago
  49. e0735a4 dm: core: uclass: add function: uclass_find_device_by_name() by Przemyslaw Marczak · 10 years ago
  50. c1d6f91 dm: core: add internal functions for getting the device without probe by Przemyslaw Marczak · 10 years ago
  51. 02c07b3 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  52. 83c7e43 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  53. 081f2fc dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  54. 29a1bed dm: do not check the existence of uclass operation by Masahiro Yamada · 10 years ago
  55. c910e2e dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  56. f4cdead dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  57. 5a66a8f dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  58. 9ca296a dm: Move uclass error checking/probing into a function by Simon Glass · 10 years ago
  59. 89876a5 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  60. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  61. 6494d70 dm: Add base driver model support by Simon Glass · 11 years ago