summaryrefslogtreecommitdiffstats
path: root/test/dm/bus.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-13/+13
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-19/+20
* dm: test: bus: Use a local variable to simplify codeSimon Glass2015-04-181-6/+10
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-291-0/+46
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-291-0/+26
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-291-2/+29
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-1/+2
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-291-0/+35
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-291-2/+30
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-291-0/+81
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-221-0/+31
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-0/+68
* dm: Introduce per-child data for devicesSimon Glass2014-07-231-0/+65
* dm: Add functions to access a device's childrenSimon Glass2014-07-231-0/+46
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-231-0/+63
OpenPOWER on IntegriCloud