diff mbox series

[v2] MAINTAINERS: Setup proper info for SOPHGO vendor support

Message ID IA1PR20MB4953B158F6F575840F3D4267BB7D2@IA1PR20MB4953.namprd20.prod.outlook.com (mailing list archive)
State Accepted
Commit 0f46e1339ef113f0dedf7ad376452cc722dbcfe6
Headers show
Series [v2] 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. 30, 2024, 1:40 a.m. UTC
Add git tree that maintaines sophgo vendor code.
Also replace Chao Wei with myself, since he does not have enough time.
Since sophgo vendor code is maintained, remove itself from
`RISC-V MISC SOC`

Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
Acked-by: Chao Wei <chao.wei@sophgo.com>
---
 MAINTAINERS | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

--
2.43.0

Comments

Chen Wang Jan. 30, 2024, 2:03 a.m. UTC | #1
On 2024/1/30 9:40, Inochi Amaoto wrote:
> Add git tree that maintaines sophgo vendor code.
> Also replace Chao Wei with myself, since he does not have enough time.
> Since sophgo vendor code is maintained, remove itself from
> `RISC-V MISC SOC`
>
> Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
> Acked-by: Chao Wei <chao.wei@sophgo.com>

Reviewed-by: Chen Wang <unicorn_wang@outlook.com>

Thanks,

Chen

> ---
>   MAINTAINERS | 10 ++++++----
>   1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 39219b144c23..125debc7d755 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18848,6 +18848,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>
> @@ -20446,12 +20447,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>
> --
> 2.43.0
>
Conor Dooley Jan. 31, 2024, 2:39 p.m. UTC | #2
On Tue, Jan 30, 2024 at 09:40:42AM +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.
> Since sophgo vendor code is maintained, remove itself from
> `RISC-V MISC SOC`
> 
> Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
> Acked-by: Chao Wei <chao.wei@sophgo.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

I assume you guys will take this in your tree.

Cheers,
Conor.

> ---
>  MAINTAINERS | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 39219b144c23..125debc7d755 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18848,6 +18848,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>
> @@ -20446,12 +20447,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>
> --
> 2.43.0
>
Inochi Amaoto Feb. 23, 2024, 6:22 a.m. UTC | #3
On Tue, 30 Jan 2024 09:40:42 +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.
> Since sophgo vendor code is maintained, remove itself from
> `RISC-V MISC SOC`
> 
> 

Applied to sophgo/for-next, thanks!

[1/1] MAINTAINERS: Setup proper info for SOPHGO vendor support
      https://github.com/sophgo/linux/commit/0f46e1339ef113f0dedf7ad376452cc722dbcfe6

Thanks,
Inochi
patchwork-bot+linux-riscv@kernel.org March 25, 2024, 4:42 a.m. UTC | #4
Hello:

This patch was applied to riscv/linux.git (fixes)
by Inochi Amaoto <inochiama@outlook.com>:

On Tue, 30 Jan 2024 09:40:42 +0800 you wrote:
> Add git tree that maintaines sophgo vendor code.
> Also replace Chao Wei with myself, since he does not have enough time.
> Since sophgo vendor code is maintained, remove itself from
> `RISC-V MISC SOC`
> 
> Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
> Acked-by: Chao Wei <chao.wei@sophgo.com>
> 
> [...]

Here is the summary with links:
  - [v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
    https://git.kernel.org/riscv/c/0f46e1339ef1

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 39219b144c23..125debc7d755 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18848,6 +18848,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>
@@ -20446,12 +20447,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>