All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: Patrick Delaunay <patrick.delaunay@foss.st.com>, u-boot@lists.denx.de
Cc: Etienne Carriere <etienne.carriere@foss.st.com>,
	Etienne Carriere <etienne.carriere@linaro.org>,
	U-Boot STM32 <uboot-stm32@st-md-mailman.stormreply.com>
Subject: Re: [PATCH v3 3/5] power: regulator: scmi: define LOG_CATEGORY
Date: Fri, 29 Oct 2021 07:47:32 +0900	[thread overview]
Message-ID: <2b39a565-3991-3ea2-612e-1ad7cdf5ef7d@samsung.com> (raw)
In-Reply-To: <20211028191222.v3.3.I8edf9d3b9867194e233bba15ce32a1477ce4bbef@changeid>

On 10/29/21 2:13 AM, Patrick Delaunay wrote:
> Define LOG_CATEGORY to allow filtering with log command.
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

Best Regards,
Jaehoon Chung

> ---
> 
> (no changes since v1)
> 
>  drivers/power/regulator/scmi_regulator.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/power/regulator/scmi_regulator.c b/drivers/power/regulator/scmi_regulator.c
> index b3142bf4e1..3ddeaf4adc 100644
> --- a/drivers/power/regulator/scmi_regulator.c
> +++ b/drivers/power/regulator/scmi_regulator.c
> @@ -2,6 +2,9 @@
>  /*
>   * Copyright (C) 2020-2021 Linaro Limited
>   */
> +
> +#define LOG_CATEGORY UCLASS_REGULATOR
> +
>  #include <common.h>
>  #include <dm.h>
>  #include <errno.h>
> 


  reply	other threads:[~2021-10-28 22:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-28 17:13 [PATCH v3 1/5] reset: scmi: define LOG_CATEGORY Patrick Delaunay
2021-10-28 17:13 ` [PATCH v3 2/5] clk: " Patrick Delaunay
2021-10-28 17:13 ` [PATCH v3 3/5] power: regulator: " Patrick Delaunay
2021-10-28 22:47   ` Jaehoon Chung [this message]
2021-10-28 17:13 ` [PATCH v3 4/5] firmware: scmi: add configs to select the supported agents Patrick Delaunay
2021-10-28 17:13 ` [PATCH v3 5/5] stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOX Patrick Delaunay
2021-11-23 22:17 ` [PATCH v3 1/5] reset: scmi: define LOG_CATEGORY Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2b39a565-3991-3ea2-612e-1ad7cdf5ef7d@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=etienne.carriere@foss.st.com \
    --cc=etienne.carriere@linaro.org \
    --cc=patrick.delaunay@foss.st.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.