* [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
@ 2024-01-30 1:40 Inochi Amaoto
2024-01-30 2:03 ` Chen Wang
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Inochi Amaoto @ 2024-01-30 1:40 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou, Chen Wang, Conor Dooley,
Chao Wei, Inochi Amaoto
Cc: linux-kernel, linux-riscv
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(-)
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
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
2024-01-30 1:40 [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support Inochi Amaoto
@ 2024-01-30 2:03 ` Chen Wang
2024-01-31 14:39 ` Conor Dooley
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Chen Wang @ 2024-01-30 2:03 UTC (permalink / raw)
To: Inochi Amaoto, Paul Walmsley, Palmer Dabbelt, Albert Ou,
Conor Dooley, Chao Wei
Cc: linux-kernel, linux-riscv
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
>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
2024-01-30 1:40 [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support Inochi Amaoto
2024-01-30 2:03 ` Chen Wang
@ 2024-01-31 14:39 ` Conor Dooley
2024-02-23 6:22 ` Inochi Amaoto
2024-03-25 4:42 ` patchwork-bot+linux-riscv
3 siblings, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2024-01-31 14:39 UTC (permalink / raw)
To: Inochi Amaoto
Cc: Paul Walmsley, Palmer Dabbelt, Albert Ou, Chen Wang, Chao Wei,
linux-kernel, linux-riscv
[-- Attachment #1.1: Type: text/plain, Size: 1584 bytes --]
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
>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 161 bytes --]
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
2024-01-30 1:40 [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support Inochi Amaoto
2024-01-30 2:03 ` Chen Wang
2024-01-31 14:39 ` Conor Dooley
@ 2024-02-23 6:22 ` Inochi Amaoto
2024-03-25 4:42 ` patchwork-bot+linux-riscv
3 siblings, 0 replies; 5+ messages in thread
From: Inochi Amaoto @ 2024-02-23 6:22 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou, Chen Wang, Conor Dooley,
Chao Wei, Inochi Amaoto
Cc: linux-kernel, linux-riscv
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
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
2024-01-30 1:40 [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support Inochi Amaoto
` (2 preceding siblings ...)
2024-02-23 6:22 ` Inochi Amaoto
@ 2024-03-25 4:42 ` patchwork-bot+linux-riscv
3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-riscv @ 2024-03-25 4:42 UTC (permalink / raw)
To: Inochi Amaoto
Cc: linux-riscv, paul.walmsley, palmer, aou, unicorn_wang, conor,
chao.wei, linux-kernel
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-25 4:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30 1:40 [PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support Inochi Amaoto
2024-01-30 2:03 ` Chen Wang
2024-01-31 14:39 ` Conor Dooley
2024-02-23 6:22 ` Inochi Amaoto
2024-03-25 4:42 ` patchwork-bot+linux-riscv
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox