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