1. 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
  2. f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
  3. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  4. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · 3 years ago
  5. 8e9eacf dm: core: Don't allow uclass use before ready by Simon Glass · 3 years, 4 months ago
  6. ae93e8a dm: test: Add test case to check node name ignoring unit address by Kishon Vijay Abraham I · 3 years, 4 months ago
  7. 2697425 test: Add DM_DMA to be disabled by Simon Glass · 3 years, 5 months ago
  8. b98bfbc test: Drop struct dm_test_state by Simon Glass · 3 years, 9 months ago
  9. 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 11 months ago
  10. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  11. abbdbbd dm: core: Add late driver remove option by Marek Vasut · 3 years, 10 months ago
  12. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  13. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  14. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  15. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
  16. 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
  17. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
  18. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  19. 6a109b3 dm: test: Check all devices have a sequence numbers by Simon Glass · 4 years ago
  20. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  21. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  22. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  23. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
  24. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  25. bf5b823 dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 3 months ago
  26. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
  27. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
  28. 6c2a871 test/dm: check if devices exist by Heinrich Schuchardt · 4 years, 5 months ago
  29. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  30. 8ed6e11 test/dm: check if devices exist by Heinrich Schuchardt · 4 years, 5 months ago
  31. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  32. 0bb4427 dm: core: Correct the return value for uclass_find_first_device() by Simon Glass · 5 years ago
  33. 75ec16f dm: device: fail uclass_find_first_device() if list_empty by Marcel Ziswiler · 6 years ago
  34. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  35. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  36. 70e35b4 dm: core: Add a function to look up a uclass by name by Simon Glass · 7 years ago
  37. eaffda7 dm: test: Add test for device removal by Stefan Roese · 8 years ago
  38. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  39. e75c02d test/dm/core.c: Make pre-reloc test use pre-reloc struct by Tom Rini · 9 years ago
  40. 94d2218 dm: test: Show the amount of leaked memory on error by Simon Glass · 9 years ago
  41. 3a77be5 test: Generalize the unit test framework by Joe Hershberger · 10 years ago
  42. 51a0eac dm: test: Don't clear global_data in dm_test_uclass_before_ready() by Simon Glass · 10 years ago
  43. 2eff02f dm: test: Add tests for get/find uclass's device by name by Przemyslaw Marczak · 10 years ago
  44. 1e0a7f2 dm: test: Add tests for get/find uclass devices by Przemyslaw Marczak · 10 years ago
  45. 34cbe31 dm: test: Add tests for device's uclass platform data by Przemyslaw Marczak · 10 years ago
  46. 9c1f382 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  47. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  48. 98fd5d1 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  49. 0927a6f test: dm: Support memory leak checking as a core feature by Simon Glass · 10 years ago
  50. de70867 dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  51. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  52. 6d3b3e2 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  53. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  54. b2c1cac dm: Add basic tests by Simon Glass · 11 years ago