All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Hal Feng <hal.feng@starfivetech.com>
Cc: Conor Dooley <conor@kernel.org>,
	Emil Renner Berthing <emil.renner.berthing@canonical.com>,
	linux-hwmon@vger.kernel.org, linux-riscv@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
Date: Thu, 28 Sep 2023 04:43:33 -0700	[thread overview]
Message-ID: <dc5e9253-5d82-4def-b6ff-038b29bf99ab@roeck-us.net> (raw)
In-Reply-To: <20230928075249.109459-1-hal.feng@starfivetech.com>

On Thu, Sep 28, 2023 at 03:52:49PM +0800, Hal Feng wrote:
> As he is the submitter of this driver, add his mail so he can
> maintain the driver and easily reply in the mailing list.
> 
> Acked-by: Emil Renner Berthing <kernel@esmil.dk>
> Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
> ---
> 
> History:
> v1: https://lore.kernel.org/all/20230718034937.92999-4-hal.feng@starfivetech.com/

The change log should describe your changes, not just point to earlier
versions of your patch. Please do not expect maintainers to fetch old
versions of your patches and compare them manually.

Did anything change besides the Acked-by: ?

Guenter

> 
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b19995690904..2376272bbe20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19402,6 +19402,7 @@ F:	drivers/net/ethernet/sfc/
>  
>  SFCTEMP HWMON DRIVER
>  M:	Emil Renner Berthing <kernel@esmil.dk>
> +M:	Hal Feng <hal.feng@starfivetech.com>
>  L:	linux-hwmon@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/hwmon/starfive,jh71x0-temp.yaml
> 
> base-commit: 6465e260f48790807eef06b583b38ca9789b6072
> -- 
> 2.38.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Hal Feng <hal.feng@starfivetech.com>
Cc: Conor Dooley <conor@kernel.org>,
	Emil Renner Berthing <emil.renner.berthing@canonical.com>,
	linux-hwmon@vger.kernel.org, linux-riscv@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
Date: Thu, 28 Sep 2023 04:43:33 -0700	[thread overview]
Message-ID: <dc5e9253-5d82-4def-b6ff-038b29bf99ab@roeck-us.net> (raw)
In-Reply-To: <20230928075249.109459-1-hal.feng@starfivetech.com>

On Thu, Sep 28, 2023 at 03:52:49PM +0800, Hal Feng wrote:
> As he is the submitter of this driver, add his mail so he can
> maintain the driver and easily reply in the mailing list.
> 
> Acked-by: Emil Renner Berthing <kernel@esmil.dk>
> Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
> ---
> 
> History:
> v1: https://lore.kernel.org/all/20230718034937.92999-4-hal.feng@starfivetech.com/

The change log should describe your changes, not just point to earlier
versions of your patch. Please do not expect maintainers to fetch old
versions of your patches and compare them manually.

Did anything change besides the Acked-by: ?

Guenter

> 
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b19995690904..2376272bbe20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19402,6 +19402,7 @@ F:	drivers/net/ethernet/sfc/
>  
>  SFCTEMP HWMON DRIVER
>  M:	Emil Renner Berthing <kernel@esmil.dk>
> +M:	Hal Feng <hal.feng@starfivetech.com>
>  L:	linux-hwmon@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/hwmon/starfive,jh71x0-temp.yaml
> 
> base-commit: 6465e260f48790807eef06b583b38ca9789b6072
> -- 
> 2.38.1
> 

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2023-09-28 11:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-28  7:52 [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER Hal Feng
2023-09-28  7:52 ` Hal Feng
2023-09-28 11:43 ` Guenter Roeck [this message]
2023-09-28 11:43   ` Guenter Roeck
2023-09-28 12:33   ` Hal Feng
2023-09-28 12:33     ` Hal Feng
2023-10-25 20:13 ` Guenter Roeck
2023-10-25 20:13   ` Guenter Roeck

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=dc5e9253-5d82-4def-b6ff-038b29bf99ab@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=conor@kernel.org \
    --cc=emil.renner.berthing@canonical.com \
    --cc=hal.feng@starfivetech.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    /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.