Message ID | 20230718034937.92999-4-hal.feng@starfivetech.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Delegated to: | Conor Dooley |
Headers | show |
Series | riscv: dts: starfive: jh71x0: Add temperature sensor nodes and thermal-zones | expand |
Context | Check | Description |
---|---|---|
conchuod/cover_letter | success | Series has a cover letter |
conchuod/tree_selection | success | Guessed tree name to be for-next at HEAD 471aba2e4760 |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 4 and now 4 |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/build_rv64_clang_allmodconfig | success | Errors and warnings before: 9 this patch: 9 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/build_rv64_gcc_allmodconfig | success | Errors and warnings before: 9 this patch: 9 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 3 this patch: 3 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
On Tue, Jul 18, 2023 at 11:49:37AM +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. > > Signed-off-by: Hal Feng <hal.feng@starfivetech.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index aee340630eca..5056079ade77 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19256,6 +19256,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 Whatever about the other patches in this series, this one certainly needs an Ack from Emil. Thanks, Conor.
On Tue, 18 Jul 2023 15:20:15 +0100, Conor Dooley wrote: > On Tue, Jul 18, 2023 at 11:49:37AM +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. >> >> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index aee340630eca..5056079ade77 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -19256,6 +19256,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 > > Whatever about the other patches in this series, this one certainly > needs an Ack from Emil. Hi @Emil, Would you mind adding me as one of the maintainers of this driver? Within StarFive, I was appointed to maintain this driver. Best regards, Hal
On Fri, 21 Jul 2023 at 05:24, Hal Feng <hal.feng@starfivetech.com> wrote: > On Tue, 18 Jul 2023 15:20:15 +0100, Conor Dooley wrote: > > On Tue, Jul 18, 2023 at 11:49:37AM +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. > >> > >> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> > >> --- > >> MAINTAINERS | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index aee340630eca..5056079ade77 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -19256,6 +19256,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 > > > > Whatever about the other patches in this series, this one certainly > > needs an Ack from Emil. > > Hi @Emil, > > Would you mind adding me as one of the maintainers of this driver? > Within StarFive, I was appointed to maintain this driver. Hey, sorry about the late reply. That's absolutely fine by me. /Emil > Best regards, > Hal
On Tue, 18 Jul 2023 at 05:49, Hal Feng <hal.feng@starfivetech.com> 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> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index aee340630eca..5056079ade77 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19256,6 +19256,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 > -- > 2.38.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index aee340630eca..5056079ade77 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19256,6 +19256,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
As he is the submitter of this driver, add his mail so he can maintain the driver and easily reply in the mailing list. Signed-off-by: Hal Feng <hal.feng@starfivetech.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)