u-boot/test/dm
Simon Glass 4e8bc21170 dm: Avoid activating devices in 'dm uclass' command
This command currently activates devices as it lists them. This is not
desirable since it changes the system state. Fix it and avoid printing
a newline if there are no devices in a uclass.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-07-23 14:07:25 +01:00
..
.gitignore dm: Add basic tests 2014-03-04 12:15:29 -05:00
cmd_dm.c dm: Avoid activating devices in 'dm uclass' command 2014-07-23 14:07:25 +01:00
core.c dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
gpio.c dm: rename device struct to udevice 2014-05-27 10:21:32 -04:00
Makefile dm: Allow driver model tests only for sandbox 2014-06-20 11:55:52 -06:00
test-dm.sh dm: Add basic tests 2014-03-04 12:15:29 -05:00
test-driver.c dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
test-fdt.c dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
test-main.c dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
test-uclass.c dm: rename device struct to udevice 2014-05-27 10:21:32 -04:00
test.dts dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
ut.c dm: Add basic tests 2014-03-04 12:15:29 -05:00