summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
AgeCommit message (Expand)Author
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-30dm: core: Allocate platform data when binding a deviceSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23dm: Use an explicit expect value in core testsSimon Glass
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add basic testsSimon Glass