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