Re: [U-Boot] [PATCH v3 16/29] dm: Avoid activating devices in 'dm uclass' command

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass wrote: > 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 Applied to dm/master. __

[U-Boot] [PATCH v3 16/29] dm: Avoid activating devices in 'dm uclass' command

2014-07-23 Thread Simon Glass
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 --- Changes in v3: None Changes in v2: None test/dm/cmd_dm.c | 6 +++--- 1 fil