summaryrefslogtreecommitdiff
path: root/test/dm/bus.c
AgeCommit message (Expand)Author
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-04-18dm: test: bus: Use a local variable to simplify codeSimon Glass
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass
2014-07-23dm: Introduce per-child data for devicesSimon Glass
2014-07-23dm: Add functions to access a device's childrenSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass