summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-15dm: core: parse chosen nodeRob Clark1-1/+1
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+80
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass1-0/+72
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass1-1/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-4/+4
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-8/+8
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+7
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass1-4/+5
2015-01-30dm: core: Allocate platform data when binding a deviceSimon Glass1-2/+2
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-25/+38
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+30
2014-07-23dm: Introduce device sequence numberingSimon Glass1-1/+53
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-1/+19
2014-07-23dm: Use an explicit expect value in core testsSimon Glass1-5/+8
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-5/+5
2014-03-04dm: Add basic testsSimon Glass1-0/+144