Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: core: Allow parents to pass data to children during probe | Simon Glass | 2014-10-22 | -1/+8 |
* | dm: core: Add functions for iterating through device children | Simon Glass | 2014-10-22 | -0/+27 |
* | dm: avoid dev->req_seq overflow | Robert Baldyga | 2014-09-23 | -0/+2 |
* | dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL | Simon Glass | 2014-09-23 | -2/+5 |
* | dm: Add child_pre_probe() and child_post_remove() methods | Simon Glass | 2014-07-23 | -1/+15 |
* | dm: Introduce per-child data for devices | Simon Glass | 2014-07-23 | -0/+26 |
* | dm: Add functions to access a device's children | Simon Glass | 2014-07-23 | -0/+93 |
* | dm: Introduce device sequence numbering | Simon Glass | 2014-07-23 | -0/+28 |
* | dm: Allow drivers to be marked 'before relocation' | Simon Glass | 2014-07-23 | -2/+4 |
* | dm: rename device struct to udevice | Heiko Schocher | 2014-05-27 | -16/+16 |
* | dm: Add base driver model support | Simon Glass | 2014-03-04 | -0/+348 |