Re: [PATCH] dm: migrate the dm_warn to use the log macro

2021-08-08 Thread Simon Glass
On Fri, 30 Jul 2021 at 04:13, Patrick Delaunay wrote: > > Migrate the dm_warn function to log macro with > LOGC_DM category and LOGL_WARNING level. > > This macro allows filtering with log command and allows > output on all log backend. > > Signed-off-by: Patrick Delaunay > --- > > drivers/core/

Re: [PATCH] dm: migrate the dm_warn to use the log macro

2021-07-31 Thread Simon Glass
On Fri, 30 Jul 2021 at 04:13, Patrick Delaunay wrote: > > Migrate the dm_warn function to log macro with > LOGC_DM category and LOGL_WARNING level. > > This macro allows filtering with log command and allows > output on all log backend. > > Signed-off-by: Patrick Delaunay > --- > > drivers/core/

[PATCH] dm: migrate the dm_warn to use the log macro

2021-07-30 Thread Patrick Delaunay
Migrate the dm_warn function to log macro with LOGC_DM category and LOGL_WARNING level. This macro allows filtering with log command and allows output on all log backend. Signed-off-by: Patrick Delaunay --- drivers/core/util.c | 11 --- include/dm/util.h | 2 +- 2 files changed, 1 i