summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
Commit message (Expand)AuthorAgeLines
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08-4/+4
* test: Generalize the unit test frameworkJoe Hershberger2015-05-21-8/+8
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+7
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-4/+5
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-29-2/+2
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-25/+38
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-0/+30
* dm: Introduce device sequence numberingSimon Glass2014-07-23-1/+53
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-1/+19
* dm: Use an explicit expect value in core testsSimon Glass2014-07-23-5/+8
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-20-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-5/+5
* dm: Add basic testsSimon Glass2014-03-04-0/+144