summaryrefslogtreecommitdiff
path: root/test/dm/bus.c
Commit message (Expand)AuthorAgeLines
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+46
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-29-0/+26
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-29-2/+29
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-1/+2
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-29-0/+35
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-29-2/+30
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-29-0/+81
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-22-0/+31
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-0/+68
* dm: Introduce per-child data for devicesSimon Glass2014-07-23-0/+65
* dm: Add functions to access a device's childrenSimon Glass2014-07-23-0/+46
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-0/+63