Re: [U-Boot] [PATCH v2 15/29] dm: Move device display into its own function

2014-07-10 Thread Simon Glass
Hi Marek, On 10 July 2014 17:33, Marek Vasut wrote: > On Wednesday, July 09, 2014 at 05:38:05 AM, Simon Glass wrote: >> The device display for 'dm tree' and 'dm uclass' is mostly the same, so >> move it into a common function. > > Is this going to become a dev_{info/warn/err/crit/...}() kind of o

Re: [U-Boot] [PATCH v2 15/29] dm: Move device display into its own function

2014-07-10 Thread Marek Vasut
On Wednesday, July 09, 2014 at 05:38:05 AM, Simon Glass wrote: > The device display for 'dm tree' and 'dm uclass' is mostly the same, so > move it into a common function. Is this going to become a dev_{info/warn/err/crit/...}() kind of output function eventually ? Best regards, Marek Vasut

[U-Boot] [PATCH v2 15/29] dm: Move device display into its own function

2014-07-08 Thread Simon Glass
The device display for 'dm tree' and 'dm uclass' is mostly the same, so move it into a common function. Signed-off-by: Simon Glass --- Changes in v2: None test/dm/cmd_dm.c | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/test/dm/cmd_dm.c b/test/d