Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | test: dm: Move the dm tests over to the ut command | Joe Hershberger | 2015-05-21 | -11/+0 |
* | test: Generalize the unit test framework | Joe Hershberger | 2015-05-21 | -28/+7 |
* | dm: test: Add tests for device's uclass platform data | Przemyslaw Marczak | 2015-04-22 | -0/+20 |
* | dm: test: Allow 'dm test' to select a particular test to run | Simon Glass | 2015-04-18 | -3/+4 |
* | dm: core: Add a uclass pre_probe() method for devices | Simon Glass | 2015-04-16 | -0/+1 |
* | dm: core: Allow uclass to set up a device's child before it is probed | Simon Glass | 2015-01-29 | -0/+3 |
* | test: dm: Support memory leak checking as a core feature | Simon Glass | 2014-10-23 | -0/+23 |
* | dm: Add child_pre_probe() and child_post_remove() methods | Simon Glass | 2014-07-23 | -0/+4 |
* | dm: Introduce per-child data for devices | Simon Glass | 2014-07-23 | -0/+9 |
* | dm: Provide a function to scan child FDT nodes | Simon Glass | 2014-07-23 | -0/+9 |
* | dm: rename device struct to udevice | Heiko Schocher | 2014-05-27 | -6/+6 |
* | dm: Add basic tests | Simon Glass | 2014-03-04 | -0/+167 |