summaryrefslogtreecommitdiffstats
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* 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-234-26/+117
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-231-0/+14
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-231-0/+30
* dm: Display the sequence number for each deviceSimon Glass2014-07-231-0/+2
* dm: Introduce device sequence numberingSimon Glass2014-07-232-2/+63
* dm: Avoid activating devices in 'dm uclass' commandSimon Glass2014-07-231-3/+3
* dm: Move device display into its own functionSimon Glass2014-07-231-8/+19
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-235-13/+80
* dm: Make sure that the root device is probedSimon Glass2014-07-231-1/+1
* dm: Use an explicit expect value in core testsSimon Glass2014-07-232-6/+12
* dm: Use '*' to indicate a device is activatedSimon Glass2014-06-211-5/+6
* dm: Fix printf() strings in the 'dm' commandSimon Glass2014-06-201-4/+4
* dm: Allow driver model tests only for sandboxSimon Glass2014-06-202-2/+11
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-201-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-277-45/+46
* dm: Add GPIO support and testsSimon Glass2014-03-041-0/+111
* dm: Add a 'dm' command for testingSimon Glass2014-03-042-0/+134
* dm: Add basic testsSimon Glass2014-03-0410-0/+1162
OpenPOWER on IntegriCloud