Re: [U-Boot] [PATCH v3 18/29] dm: Display the sequence number for each device

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass wrote: > Add this information to 'dm tree' and 'dm uclass' commands. > > Signed-off-by: Simon Glass Applied to dm/master. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 18/29] dm: Display the sequence number for each device

2014-07-23 Thread Simon Glass
Add this information to 'dm tree' and 'dm uclass' commands. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None test/dm/cmd_dm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/dm/cmd_dm.c b/test/dm/cmd_dm.c index 93e5255..26980d2 100644 --- a/test/dm/cmd_dm.c +++