Re: [PATCH 02/16] dm: syscon: Set LOG_CATEGORY

2020-10-16 Thread Tom Rini
On Sun, Oct 04, 2020 at 09:39:43PM -0400, Sean Anderson wrote: > We call log_debug, but do not have a category set. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 02/16] dm: syscon: Set LOG_CATEGORY

2020-10-11 Thread Simon Glass
On Sun, 4 Oct 2020 at 19:40, Sean Anderson wrote: > > We call log_debug, but do not have a category set. > > Signed-off-by: Sean Anderson > --- > > drivers/core/syscon-uclass.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass

[PATCH 02/16] dm: syscon: Set LOG_CATEGORY

2020-10-04 Thread Sean Anderson
We call log_debug, but do not have a category set. Signed-off-by: Sean Anderson --- drivers/core/syscon-uclass.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/core/syscon-uclass.c b/drivers/core/syscon-uclass.c index 5be1d527a0..509b09845a 100644 ---