Re: [U-Boot] [PATCH v3 07/14] log: Add an implemention of logging

2017-11-23 Thread Simon Glass
Hi Lukasz, On 21 November 2017 at 02:55, Lukasz Majewski wrote: > > On Mon, 20 Nov 2017 15:33:28 -0700 > Simon Glass wrote: > > > Add the logging header file and implementation with some configuration > > options to control it. > > Despite one question - > > Reviewed-by: Lukasz Majewski Thanks

Re: [U-Boot] [PATCH v3 07/14] log: Add an implemention of logging

2017-11-21 Thread Lukasz Majewski
On Mon, 20 Nov 2017 15:33:28 -0700 Simon Glass wrote: > Add the logging header file and implementation with some configuration > options to control it. Despite one question - Reviewed-by: Lukasz Majewski > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Add

[U-Boot] [PATCH v3 07/14] log: Add an implemention of logging

2017-11-20 Thread Simon Glass
Add the logging header file and implementation with some configuration options to control it. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Add a comment as to why CONFIG_LOG_MAX_LEVEL is not defined - Drop MAINTAINERS entries for files not added by this patch - Drop the us