Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: core: Allow uclass to set up a device's child before it is probed | Simon Glass | 2015-01-29 | -0/+7 |
* | dm: core: Add a flag to control sequence numbering | Simon Glass | 2015-01-29 | -4/+5 |
* | dm: core: Allocate platform data when binding a device | Simon Glass | 2015-01-29 | -2/+2 |
* | dm: Provide a function to scan child FDT nodes | Simon Glass | 2014-07-23 | -25/+38 |
* | dm: Allow a device to be found by its FDT offset | Simon Glass | 2014-07-23 | -0/+30 |
* | dm: Introduce device sequence numbering | Simon Glass | 2014-07-23 | -1/+53 |
* | dm: Allow drivers to be marked 'before relocation' | Simon Glass | 2014-07-23 | -1/+19 |
* | dm: Use an explicit expect value in core tests | Simon Glass | 2014-07-23 | -5/+8 |
* | dm: Rename struct device_id to udevice_id | Simon Glass | 2014-06-20 | -1/+1 |
* | dm: rename device struct to udevice | Heiko Schocher | 2014-05-27 | -5/+5 |
* | dm: Add basic tests | Simon Glass | 2014-03-04 | -0/+144 |