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