summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeLines
* test: dm: Add additional GPIO testsSimon Glass2014-10-23-0/+38
* test: dm: Support memory leak checking as a core featureSimon Glass2014-10-23-16/+32
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-23-0/+18
* test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-23-22/+33
* dm: sf: Add tests for SPI flashSimon Glass2014-10-22-1/+60
* dm: spi: Add testsSimon Glass2014-10-22-0/+130
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-22-0/+31
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-0/+68
* dm: Introduce per-child data for devicesSimon Glass2014-07-23-0/+65
* dm: Add functions to access a device's childrenSimon Glass2014-07-23-0/+46
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-26/+117
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-23-0/+14
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-0/+30
* dm: Display the sequence number for each deviceSimon Glass2014-07-23-0/+2
* dm: Introduce device sequence numberingSimon Glass2014-07-23-2/+63
* dm: Avoid activating devices in 'dm uclass' commandSimon Glass2014-07-23-3/+3
* dm: Move device display into its own functionSimon Glass2014-07-23-8/+19
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-13/+80
* dm: Make sure that the root device is probedSimon Glass2014-07-23-1/+1
* dm: Use an explicit expect value in core testsSimon Glass2014-07-23-6/+12
* dm: Use '*' to indicate a device is activatedSimon Glass2014-06-21-5/+6
* dm: Fix printf() strings in the 'dm' commandSimon Glass2014-06-20-4/+4
* dm: Allow driver model tests only for sandboxSimon Glass2014-06-20-2/+11
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-20-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-45/+46
* dm: Add GPIO support and testsSimon Glass2014-03-04-0/+111
* dm: Add a 'dm' command for testingSimon Glass2014-03-04-0/+134
* dm: Add basic testsSimon Glass2014-03-04-0/+1162