* [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
@ 2023-09-28 7:52 Hal Feng
2023-09-28 11:43 ` Guenter Roeck
2023-10-25 20:13 ` Guenter Roeck
0 siblings, 2 replies; 4+ messages in thread
From: Hal Feng @ 2023-09-28 7:52 UTC (permalink / raw)
To: Guenter Roeck, Conor Dooley, Emil Renner Berthing, Hal Feng
Cc: linux-hwmon, linux-riscv, linux-kernel
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/
---
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
2023-09-28 7:52 [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER Hal Feng
@ 2023-09-28 11:43 ` Guenter Roeck
2023-09-28 12:33 ` Hal Feng
2023-10-25 20:13 ` Guenter Roeck
1 sibling, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2023-09-28 11:43 UTC (permalink / raw)
To: Hal Feng
Cc: Conor Dooley, Emil Renner Berthing, linux-hwmon, linux-riscv,
linux-kernel
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
2023-09-28 11:43 ` Guenter Roeck
@ 2023-09-28 12:33 ` Hal Feng
0 siblings, 0 replies; 4+ messages in thread
From: Hal Feng @ 2023-09-28 12:33 UTC (permalink / raw)
To: Guenter Roeck
Cc: Conor Dooley, Emil Renner Berthing, linux-hwmon, linux-riscv,
linux-kernel
On Thu, 28 Sep 2023 04:43:33 -0700, Guenter Roeck wrote:
> 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: ?
The commit title was reworded in v2.
There are no other changes besides this. Thanks.
Best regards,
Hal
>
>>
>> ---
>> 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
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
2023-09-28 7:52 [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER Hal Feng
2023-09-28 11:43 ` Guenter Roeck
@ 2023-10-25 20:13 ` Guenter Roeck
1 sibling, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2023-10-25 20:13 UTC (permalink / raw)
To: Hal Feng
Cc: Conor Dooley, Emil Renner Berthing, linux-hwmon, linux-riscv,
linux-kernel
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>
Applied.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-25 20:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28 7:52 [PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER Hal Feng
2023-09-28 11:43 ` Guenter Roeck
2023-09-28 12:33 ` Hal Feng
2023-10-25 20:13 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox