summaryrefslogtreecommitdiffstats
path: root/test/dm/bus.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-111-26/+15
* test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng2018-11-141-0/+45
* test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng2018-11-141-1/+1
* sandbox: Unprotect DATA regions in bus testsSimon Glass2018-10-081-0/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: parse chosen nodeRob Clark2018-01-151-1/+1
* test: bus: Add a check that dev is not NULLSimon Glass2017-06-121-0/+3
* dm: test: Separate out the bus DT offset testSimon Glass2017-06-011-1/+15
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-4/+4
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-2/+1
* 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