summaryrefslogtreecommitdiff
path: root/test/dm/cmd_dm.c
Commit message (Expand)AuthorAgeLines
* CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini2015-12-07-0/+1
* dm: cmd: Relocate subcommands when MANUAL_RELOCMichal Simek2015-12-07-0/+14
* devres: add debug command to dump device resourcesMasahiro Yamada2015-08-06-1/+11
* dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-21-79/+3
* test: dm: Move the dm tests over to the ut commandJoe Hershberger2015-05-21-21/+0
* dm: test: Allow 'dm test' to select a particular test to runSimon Glass2015-04-18-3/+8
* dm: test: Correct printf() output nit in 'dm uclass'Simon Glass2015-04-18-1/+1
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* dm: Show both allocated and requested seq numbers in 'dm uclass'Simon Glass2015-04-16-2/+2
* dm_test: improve the appearance shown by "dm tree" commandMasahiro Yamada2014-12-11-51/+52
* dm: Display the sequence number for each deviceSimon Glass2014-07-23-0/+2
* 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: 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/+9
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-5/+5
* dm: Add a 'dm' command for testingSimon Glass2014-03-04-0/+133