diff mbox series

MAINTAINERS: Setup proper info for SOPHGO vendor support

Message ID IA1PR20MB49534A5DE79A6CEE57301737BB792@IA1PR20MB4953.namprd20.prod.outlook.com (mailing list archive)
State Superseded
Headers show
Series MAINTAINERS: Setup proper info for SOPHGO vendor support | expand

Checks

Context Check Description
conchuod/vmtest-for-next-PR success PR summary
conchuod/patch-1-test-1 success .github/scripts/patches/tests/build_rv32_defconfig.sh
conchuod/patch-1-test-2 success .github/scripts/patches/tests/build_rv64_clang_allmodconfig.sh
conchuod/patch-1-test-3 success .github/scripts/patches/tests/build_rv64_gcc_allmodconfig.sh
conchuod/patch-1-test-4 success .github/scripts/patches/tests/build_rv64_nommu_k210_defconfig.sh
conchuod/patch-1-test-5 success .github/scripts/patches/tests/build_rv64_nommu_virt_defconfig.sh
conchuod/patch-1-test-6 success .github/scripts/patches/tests/checkpatch.sh
conchuod/patch-1-test-7 success .github/scripts/patches/tests/dtb_warn_rv64.sh
conchuod/patch-1-test-8 success .github/scripts/patches/tests/header_inline.sh
conchuod/patch-1-test-9 success .github/scripts/patches/tests/kdoc.sh
conchuod/patch-1-test-10 success .github/scripts/patches/tests/module_param.sh
conchuod/patch-1-test-11 success .github/scripts/patches/tests/verify_fixes.sh
conchuod/patch-1-test-12 success .github/scripts/patches/tests/verify_signedoff.sh

Commit Message

Inochi Amaoto Jan. 26, 2024, 6:04 a.m. UTC
Add git tree that maintaines sophgo vendor code.
Also replace Chao Wei with myself, since he does not have enough time.

Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
---
 MAINTAINERS | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

--
2.43.0

Comments

Conor Dooley Jan. 26, 2024, 11:03 a.m. UTC | #1
On Fri, Jan 26, 2024 at 02:04:50PM +0800, Inochi Amaoto wrote:
> Add git tree that maintaines sophgo vendor code.
> Also replace Chao Wei with myself, since he does not have enough time.

Ideally Chao Wei can spare some time to ack the patch though?

> 
> Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
> ---
>  MAINTAINERS | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 39219b144c23..0dbf2882afbf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20446,12 +20446,13 @@ F:	drivers/char/sonypi.c
>  F:	drivers/platform/x86/sony-laptop.c
>  F:	include/linux/sony-laptop.h
> 
> -SOPHGO DEVICETREES
> -M:	Chao Wei <chao.wei@sophgo.com>
> +SOPHGO DEVICETREES and DRIVERS
>  M:	Chen Wang <unicorn_wang@outlook.com>
> +M:	Inochi Amaoto <inochiama@outlook.com>
> +T:	git https://github.com/sophgo/linux.git
>  S:	Maintained
> -F:	arch/riscv/boot/dts/sophgo/
> -F:	Documentation/devicetree/bindings/riscv/sophgo.yaml
> +N:	sophgo
> +K:	[^@]sophgo

There's a single instance of this "[^@] business in the whole file,
is it really needed?

Also, you can fold in

diff --git a/MAINTAINERS b/MAINTAINERS
index bf107c5343d3..cc8e240ba3e2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18859,6 +18859,7 @@ F:	Documentation/devicetree/bindings/riscv/
 F:	arch/riscv/boot/dts/
 X:	arch/riscv/boot/dts/allwinner/
 X:	arch/riscv/boot/dts/renesas/
+X:	arch/riscv/boot/dts/sophgo/
 
 RISC-V PMU DRIVERS
 M:	Atish Patra <atishp@atishpatra.org>


if you want. I get CC'ed on everything under the sun anyway from the DT
MAINTAINERS entry, so this at least might reduce some confusion about
who is applying what.

Cheers,
Conor.
Inochi Amaoto Jan. 26, 2024, 11:32 a.m. UTC | #2
From: Conor Dooley <conor.dooley@microchip.com>

>On Fri, Jan 26, 2024 at 02:04:50PM +0800, Inochi Amaoto wrote:
>> Add git tree that maintaines sophgo vendor code.
>> Also replace Chao Wei with myself, since he does not have enough time.
>
>Ideally Chao Wei can spare some time to ack the patch though?
>

I have asked them about acking. But sadly, he seems to have no time.
And he agreed to remove himself from the maintainer file.

>>
>> Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
>> ---
>>  MAINTAINERS | 9 +++++----
>>  1 file changed, 5 insertions(+), 4 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 39219b144c23..0dbf2882afbf 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -20446,12 +20446,13 @@ F:	drivers/char/sonypi.c
>>  F:	drivers/platform/x86/sony-laptop.c
>>  F:	include/linux/sony-laptop.h
>>
>> -SOPHGO DEVICETREES
>> -M:	Chao Wei <chao.wei@sophgo.com>
>> +SOPHGO DEVICETREES and DRIVERS
>>  M:	Chen Wang <unicorn_wang@outlook.com>
>> +M:	Inochi Amaoto <inochiama@outlook.com>
>> +T:	git https://github.com/sophgo/linux.git
>>  S:	Maintained
>> -F:	arch/riscv/boot/dts/sophgo/
>> -F:	Documentation/devicetree/bindings/riscv/sophgo.yaml
>> +N:	sophgo
>> +K:	[^@]sophgo
>
>There's a single instance of this "[^@] business in the whole file,
>is it really needed?
>
>Also, you can fold in
>

It looks like I have made a mistake. "[^@]" is not necessary. I will
remove this.

>diff --git a/MAINTAINERS b/MAINTAINERS
>index bf107c5343d3..cc8e240ba3e2 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -18859,6 +18859,7 @@ F:	Documentation/devicetree/bindings/riscv/
> F:	arch/riscv/boot/dts/
> X:	arch/riscv/boot/dts/allwinner/
> X:	arch/riscv/boot/dts/renesas/
>+X:	arch/riscv/boot/dts/sophgo/
>
> RISC-V PMU DRIVERS
> M:	Atish Patra <atishp@atishpatra.org>
>
>
>if you want. I get CC'ed on everything under the sun anyway from the DT
>MAINTAINERS entry, so this at least might reduce some confusion about
>who is applying what.
>
>Cheers,
>Conor.
>
>

Thanks for reminder, it is better to reduce confusion.
I will take care of this.

Regards,
Inochi.
Chen Wang Jan. 26, 2024, 11:37 a.m. UTC | #3
On 2024/1/26 19:03, Conor Dooley wrote:
> On Fri, Jan 26, 2024 at 02:04:50PM +0800, Inochi Amaoto wrote:
>> Add git tree that maintaines sophgo vendor code.
>> Also replace Chao Wei with myself, since he does not have enough time.
> Ideally Chao Wei can spare some time to ack the patch though?

Adding Chao wei.


>> Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
>> ---
>>   MAINTAINERS | 9 +++++----
>>   1 file changed, 5 insertions(+), 4 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 39219b144c23..0dbf2882afbf 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -20446,12 +20446,13 @@ F:	drivers/char/sonypi.c
>>   F:	drivers/platform/x86/sony-laptop.c
>>   F:	include/linux/sony-laptop.h
>>
>> -SOPHGO DEVICETREES
>> -M:	Chao Wei <chao.wei@sophgo.com>
>> +SOPHGO DEVICETREES and DRIVERS
>>   M:	Chen Wang <unicorn_wang@outlook.com>
>> +M:	Inochi Amaoto <inochiama@outlook.com>
>> +T:	git https://github.com/sophgo/linux.git
>>   S:	Maintained
>> -F:	arch/riscv/boot/dts/sophgo/
>> -F:	Documentation/devicetree/bindings/riscv/sophgo.yaml
>> +N:	sophgo
>> +K:	[^@]sophgo
> There's a single instance of this "[^@] business in the whole file,
> is it really needed?
>
> Also, you can fold in
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bf107c5343d3..cc8e240ba3e2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18859,6 +18859,7 @@ F:	Documentation/devicetree/bindings/riscv/
>   F:	arch/riscv/boot/dts/
>   X:	arch/riscv/boot/dts/allwinner/
>   X:	arch/riscv/boot/dts/renesas/
> +X:	arch/riscv/boot/dts/sophgo/
>   
>   RISC-V PMU DRIVERS
>   M:	Atish Patra <atishp@atishpatra.org>
>
>
> if you want. I get CC'ed on everything under the sun anyway from the DT
> MAINTAINERS entry, so this at least might reduce some confusion about
> who is applying what.
>
> Cheers,
> Conor.
>
chao.wei 魏超 Jan. 29, 2024, 8:32 a.m. UTC | #4
> On 2024/1/26 19:03, Conor Dooley wrote:
>> On Fri, Jan 26, 2024 at 02:04:50PM +0800, Inochi Amaoto wrote:
>>> Add git tree that maintaines sophgo vendor code.
>>> Also replace Chao Wei with myself, since he does not have enough time.
>> Ideally Chao Wei can spare some time to ack the patch though?
>
> Adding Chao wei.

Acked-by: Chao Wei <chao.wei@sophgo.com>

>>> Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
>>> ---
>>>   MAINTAINERS | 9 +++++----
>>>   1 file changed, 5 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 39219b144c23..0dbf2882afbf 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -20446,12 +20446,13 @@ F: drivers/char/sonypi.c
>>>   F: drivers/platform/x86/sony-laptop.c
>>>   F: include/linux/sony-laptop.h
>>>
>>> -SOPHGO DEVICETREES
>>> -M:  Chao Wei <chao.wei@sophgo.com>
>>> +SOPHGO DEVICETREES and DRIVERS
>>>   M: Chen Wang <unicorn_wang@outlook.com>
>>> +M:  Inochi Amaoto <inochiama@outlook.com>
>>> +T:  git https://github.com/sophgo/linux.git
>>>   S: Maintained
>>> -F:  arch/riscv/boot/dts/sophgo/
>>> -F:  Documentation/devicetree/bindings/riscv/sophgo.yaml
>>> +N:  sophgo
>>> +K:  [^@]sophgo
>> There's a single instance of this "[^@] business in the whole file,
>> is it really needed?
>>
>> Also, you can fold in
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index bf107c5343d3..cc8e240ba3e2 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -18859,6 +18859,7 @@ F:    Documentation/devicetree/bindings/riscv/
>>   F:  arch/riscv/boot/dts/
>>   X:  arch/riscv/boot/dts/allwinner/
>>   X:  arch/riscv/boot/dts/renesas/
>> +X:   arch/riscv/boot/dts/sophgo/
>>
>>   RISC-V PMU DRIVERS
>>   M:  Atish Patra <atishp@atishpatra.org>
>>
>>
>> if you want. I get CC'ed on everything under the sun anyway from the DT
>> MAINTAINERS entry, so this at least might reduce some confusion about
>> who is applying what.
>>
>> Cheers,
>> Conor.
>>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 39219b144c23..0dbf2882afbf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20446,12 +20446,13 @@  F:	drivers/char/sonypi.c
 F:	drivers/platform/x86/sony-laptop.c
 F:	include/linux/sony-laptop.h

-SOPHGO DEVICETREES
-M:	Chao Wei <chao.wei@sophgo.com>
+SOPHGO DEVICETREES and DRIVERS
 M:	Chen Wang <unicorn_wang@outlook.com>
+M:	Inochi Amaoto <inochiama@outlook.com>
+T:	git https://github.com/sophgo/linux.git
 S:	Maintained
-F:	arch/riscv/boot/dts/sophgo/
-F:	Documentation/devicetree/bindings/riscv/sophgo.yaml
+N:	sophgo
+K:	[^@]sophgo

 SOUND
 M:	Jaroslav Kysela <perex@perex.cz>