All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ramon Fried <rfried.dev@gmail.com>
To: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Joe Hershberger <joe.hershberger@ni.com>,
	 U-Boot STM32 <uboot-stm32@st-md-mailman.stormreply.com>
Subject: Re: [RESEND PATCH 2/3] net: dwc_eth_qos: define LOG_CATEGORY
Date: Thu, 22 Jul 2021 22:10:27 +0300	[thread overview]
Message-ID: <CAGi-RULKGFgfbDVTT5jtnDTjx3Y+c9kuxwTidUawUmR3frkP3A@mail.gmail.com> (raw)
In-Reply-To: <20210720181530.2949296-2-patrick.delaunay@foss.st.com>

On Tue, Jul 20, 2021 at 9:15 PM Patrick Delaunay
<patrick.delaunay@foss.st.com> wrote:
>
> Define LOG_CATEGORY to allow filtering with log command.
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
> ---
>
>  drivers/net/dwc_eth_qos.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c
> index f048e9d585..3358dc3514 100644
> --- a/drivers/net/dwc_eth_qos.c
> +++ b/drivers/net/dwc_eth_qos.c
> @@ -27,6 +27,8 @@
>   *    all clock and reset signals to the HW block.
>   */
>
> +#define LOG_CATEGORY UCLASS_ETH
> +
>  #include <common.h>
>  #include <clk.h>
>  #include <cpu_func.h>
> --
> 2.25.1
>

Applied to u-boot-net/network-master
Thanks,
Ramon.

  reply	other threads:[~2021-07-22 19:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-20 18:15 [RESEND PATCH 1/3] net: eth-phy: define LOG_CATEGORY Patrick Delaunay
2021-07-20 18:15 ` [RESEND PATCH 2/3] net: dwc_eth_qos: " Patrick Delaunay
2021-07-22 19:10   ` Ramon Fried [this message]
2021-07-20 18:15 ` [RESEND PATCH 3/3] net: " Patrick Delaunay
2021-07-22 19:10   ` Ramon Fried
2021-07-22 19:10 ` [RESEND PATCH 1/3] net: eth-phy: " Ramon Fried

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=CAGi-RULKGFgfbDVTT5jtnDTjx3Y+c9kuxwTidUawUmR3frkP3A@mail.gmail.com \
    --to=rfried.dev@gmail.com \
    --cc=joe.hershberger@ni.com \
    --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.