summaryrefslogtreecommitdiff
path: root/test/dm/bus.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: core: Access device flags through functionsSimon Glass1-5/+5
2021-01-05test: Move some test drivers into their own fileSimon Glass1-101/+4
2021-01-05test: Use a simple variable to record removed deviceSimon Glass1-8/+6
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-8/+8
2020-12-19dm: core: Switch binding to use new sequence numbersSimon Glass1-1/+2
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-28/+28
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-14/+14
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot1-1/+1
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-13/+13
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla1-26/+15
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng1-0/+45
2018-11-14test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng1-1/+1
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-05dm: 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-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+46
2015-01-30dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-0/+26
2015-01-30dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-2/+29
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass1-1/+2
2015-01-30dm: core: Add a post_bind method for parentsSimon Glass1-0/+35
2015-01-30dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-2/+30
2015-01-30dm: 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