aboutsummaryrefslogtreecommitdiff
path: root/test/dm/bus.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass1-0/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-15dm: core: parse chosen nodeRob Clark1-1/+1
2017-06-12test: bus: Add a check that dev is not NULLSimon Glass1-0/+3
2017-06-01dm: test: Separate out the bus DT offset testSimon Glass1-1/+15
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-4/+4
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-13/+13
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-19/+20
2015-04-18dm: test: bus: Use a local variable to simplify codeSimon Glass1-6/+10
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+46
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-0/+26
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-2/+29
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-1/+2
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+35
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-2/+30
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass1-0/+81
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+31
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-0/+68
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+65
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+46
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-0/+63