All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] reset: scmi: define LOG_CATEGORY
@ 2021-10-28 13:01 Patrick Delaunay
  2021-10-28 13:01 ` [PATCH 2/5] clk: " Patrick Delaunay
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Patrick Delaunay @ 2021-10-28 13:01 UTC (permalink / raw)
  To: u-boot; +Cc: Etienne Carriere, Etienne Carriere, Patrick Delaunay, U-Boot STM32

Define LOG_CATEGORY to allow filtering with log command.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

 drivers/reset/reset-scmi.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/reset/reset-scmi.c b/drivers/reset/reset-scmi.c
index 1bff8075ee..ca0135a420 100644
--- a/drivers/reset/reset-scmi.c
+++ b/drivers/reset/reset-scmi.c
@@ -2,6 +2,9 @@
 /*
  * Copyright (C) 2019-2020 Linaro Limited
  */
+
+#define LOG_CATEGORY UCLASS_RESET
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-28 14:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-28 13:01 [PATCH 1/5] reset: scmi: define LOG_CATEGORY Patrick Delaunay
2021-10-28 13:01 ` [PATCH 2/5] clk: " Patrick Delaunay
2021-10-28 13:01 ` [PATCH 3/5] power: regulator: " Patrick Delaunay
2021-10-28 13:01 ` [PATCH 4/5] firmware: scmi: add configs to select the supported agents Patrick Delaunay
2021-10-28 14:18   ` Etienne Carriere
2021-10-28 13:01 ` [PATCH 5/5] stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOX Patrick Delaunay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.