1. 9dd430d dm: test: Add a Kconfig file by Simon Glass · 10 years ago
  2. e4e8ff2 dm: i2c: Add a dm_ prefix to driver model bus speed functions by Simon Glass · 10 years ago
  3. 5d2ee05 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  4. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  5. f4c9b3e dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  6. c23b428 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  7. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  8. 98fd5d1 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  9. a4a51a0 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  10. 57f9540 dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  11. 11b6173 dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  12. ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  13. 4fb0817 dm: Don't run tests if U-Boot cannot be built by Simon Glass · 10 years ago
  14. a2723ae dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
  15. 7d72276 dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
  16. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  17. 73a0445 sandbox: Correct ordering of 'sb save' commands by Simon Glass · 10 years ago
  18. 7df766e dm: i2c: Add tests for I2C by Simon Glass · 10 years ago
  19. ee7637b dm_test: improve the appearance shown by "dm tree" command by Masahiro Yamada · 10 years ago
  20. b4463db test: dm: Add additional GPIO tests by Simon Glass · 10 years ago
  21. 0927a6f test: dm: Support memory leak checking as a core feature by Simon Glass · 10 years ago
  22. 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  23. 96f7d60 test: dm: Update GPIO tests for new gpio_request() method by Simon Glass · 10 years ago
  24. 25348a4 dm: sf: Add tests for SPI flash by Simon Glass · 10 years ago
  25. abae56d dm: spi: Add tests by Simon Glass · 10 years ago
  26. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  27. d45560d dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · 10 years ago
  28. 60d971b dm: Introduce per-child data for devices by Simon Glass · 10 years ago
  29. 48d4e29 dm: Add functions to access a device's children by Simon Glass · 10 years ago
  30. 4071742 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  31. de70867 dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  32. c1464ab dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  33. bda99b5 dm: Display the sequence number for each device by Simon Glass · 10 years ago
  34. db6f020 dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  35. 64bb92a dm: Avoid activating devices in 'dm uclass' command by Simon Glass · 10 years ago
  36. ae48d20 dm: Move device display into its own function by Simon Glass · 10 years ago
  37. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  38. 6d3b3e2 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  39. a7bb08a dm: Use an explicit expect value in core tests by Simon Glass · 10 years ago
  40. 5a95c65 dm: Use '*' to indicate a device is activated by Simon Glass · 11 years ago
  41. 39f98ba dm: Fix printf() strings in the 'dm' command by Simon Glass · 10 years ago
  42. 17e9c78 dm: Allow driver model tests only for sandbox by Simon Glass · 10 years ago
  43. 767827a dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  44. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  45. e821d18 dm: Add GPIO support and tests by Simon Glass · 11 years ago
  46. c267cf7 dm: Add a 'dm' command for testing by Simon Glass · 11 years ago
  47. b2c1cac dm: Add basic tests by Simon Glass · 11 years ago