diff mbox series

[2/4] MAINTAINERS: Add entries to cover MIPS CPS / GIC hardware

Message ID 20211004092515.3819836-3-f4bug@amsat.org
State New
Headers show
Series MAINTAINERS: Sanitize 'MIPS TCG CPUs' section | expand

Commit Message

Philippe Mathieu-Daudé Oct. 4, 2021, 9:25 a.m. UTC
MIPS CPS and GIC models are unrelated to the TCG frontend.
Move them as new sections under the 'Devices' group.

Cc: Paul Burton <paulburton@kernel.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

Comments

Jiaxun Yang Oct. 4, 2021, 8:07 p.m. UTC | #1
在 2021/10/4 10:25, Philippe Mathieu-Daudé 写道:
> MIPS CPS and GIC models are unrelated to the TCG frontend.
> Move them as new sections under the 'Devices' group.
>
> Cc: Paul Burton <paulburton@kernel.org>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

Thanks.
- Jiaxun
> ---
>   MAINTAINERS | 22 ++++++++++++++++------
>   1 file changed, 16 insertions(+), 6 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cfee52a3046..a5268ad0651 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -239,14 +239,8 @@ F: target/mips/
>   F: configs/devices/mips*/*
>   F: disas/mips.c
>   F: docs/system/cpu-models-mips.rst.inc
> -F: hw/intc/mips_gic.c
>   F: hw/mips/
> -F: hw/misc/mips_*
> -F: hw/timer/mips_gictimer.c
> -F: include/hw/intc/mips_gic.h
>   F: include/hw/mips/
> -F: include/hw/misc/mips_*
> -F: include/hw/timer/mips_gictimer.h
>   F: tests/tcg/mips/
>   
>   MIPS TCG CPUs (nanoMIPS ISA)
> @@ -2271,6 +2265,22 @@ S: Odd Fixes
>   F: hw/intc/openpic.c
>   F: include/hw/ppc/openpic.h
>   
> +MIPS CPS
> +M: Paul Burton <paulburton@kernel.org>
> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +S: Odd Fixes
> +F: hw/misc/mips_*
> +F: include/hw/misc/mips_*
> +
> +MIPS GIC
> +M: Paul Burton <paulburton@kernel.org>
> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +S: Odd Fixes
> +F: hw/intc/mips_gic.c
> +F: hw/timer/mips_gictimer.c
> +F: include/hw/intc/mips_gic.h
> +F: include/hw/timer/mips_gictimer.h
> +
>   Subsystems
>   ----------
>   Overall Audio backends
Philippe Mathieu-Daudé Oct. 11, 2021, 10:21 p.m. UTC | #2
Hi Paul,

You are the maintainer of the Boston machine which is the
only one using these peripherals; would you agree to be
(co-)maintainer of these files?

Regards,

Phil.

On 10/4/21 11:25, Philippe Mathieu-Daudé wrote:
> MIPS CPS and GIC models are unrelated to the TCG frontend.
> Move them as new sections under the 'Devices' group.
> 
> Cc: Paul Burton <paulburton@kernel.org>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  MAINTAINERS | 22 ++++++++++++++++------
>  1 file changed, 16 insertions(+), 6 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cfee52a3046..a5268ad0651 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -239,14 +239,8 @@ F: target/mips/
>  F: configs/devices/mips*/*
>  F: disas/mips.c
>  F: docs/system/cpu-models-mips.rst.inc
> -F: hw/intc/mips_gic.c
>  F: hw/mips/
> -F: hw/misc/mips_*
> -F: hw/timer/mips_gictimer.c
> -F: include/hw/intc/mips_gic.h
>  F: include/hw/mips/
> -F: include/hw/misc/mips_*
> -F: include/hw/timer/mips_gictimer.h
>  F: tests/tcg/mips/
>  
>  MIPS TCG CPUs (nanoMIPS ISA)
> @@ -2271,6 +2265,22 @@ S: Odd Fixes
>  F: hw/intc/openpic.c
>  F: include/hw/ppc/openpic.h
>  
> +MIPS CPS
> +M: Paul Burton <paulburton@kernel.org>
> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +S: Odd Fixes
> +F: hw/misc/mips_*
> +F: include/hw/misc/mips_*
> +
> +MIPS GIC
> +M: Paul Burton <paulburton@kernel.org>
> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +S: Odd Fixes
> +F: hw/intc/mips_gic.c
> +F: hw/timer/mips_gictimer.c
> +F: include/hw/intc/mips_gic.h
> +F: include/hw/timer/mips_gictimer.h
> +
>  Subsystems
>  ----------
>  Overall Audio backends
>
Philippe Mathieu-Daudé Oct. 27, 2021, 3:41 a.m. UTC | #3
On 10/12/21 00:21, Philippe Mathieu-Daudé wrote:
> Hi Paul,
> 
> You are the maintainer of the Boston machine which is the
> only one using these peripherals; would you agree to be
> (co-)maintainer of these files?

I am going to respin this patch removing Paul name.

> On 10/4/21 11:25, Philippe Mathieu-Daudé wrote:
>> MIPS CPS and GIC models are unrelated to the TCG frontend.
>> Move them as new sections under the 'Devices' group.
>>
>> Cc: Paul Burton <paulburton@kernel.org>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>  MAINTAINERS | 22 ++++++++++++++++------
>>  1 file changed, 16 insertions(+), 6 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index cfee52a3046..a5268ad0651 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -239,14 +239,8 @@ F: target/mips/
>>  F: configs/devices/mips*/*
>>  F: disas/mips.c
>>  F: docs/system/cpu-models-mips.rst.inc
>> -F: hw/intc/mips_gic.c
>>  F: hw/mips/
>> -F: hw/misc/mips_*
>> -F: hw/timer/mips_gictimer.c
>> -F: include/hw/intc/mips_gic.h
>>  F: include/hw/mips/
>> -F: include/hw/misc/mips_*
>> -F: include/hw/timer/mips_gictimer.h
>>  F: tests/tcg/mips/
>>  
>>  MIPS TCG CPUs (nanoMIPS ISA)
>> @@ -2271,6 +2265,22 @@ S: Odd Fixes
>>  F: hw/intc/openpic.c
>>  F: include/hw/ppc/openpic.h
>>  
>> +MIPS CPS
>> +M: Paul Burton <paulburton@kernel.org>
>> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> +S: Odd Fixes
>> +F: hw/misc/mips_*
>> +F: include/hw/misc/mips_*
>> +
>> +MIPS GIC
>> +M: Paul Burton <paulburton@kernel.org>
>> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> +S: Odd Fixes
>> +F: hw/intc/mips_gic.c
>> +F: hw/timer/mips_gictimer.c
>> +F: include/hw/intc/mips_gic.h
>> +F: include/hw/timer/mips_gictimer.h
>> +
>>  Subsystems
>>  ----------
>>  Overall Audio backends
>>
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index cfee52a3046..a5268ad0651 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -239,14 +239,8 @@  F: target/mips/
 F: configs/devices/mips*/*
 F: disas/mips.c
 F: docs/system/cpu-models-mips.rst.inc
-F: hw/intc/mips_gic.c
 F: hw/mips/
-F: hw/misc/mips_*
-F: hw/timer/mips_gictimer.c
-F: include/hw/intc/mips_gic.h
 F: include/hw/mips/
-F: include/hw/misc/mips_*
-F: include/hw/timer/mips_gictimer.h
 F: tests/tcg/mips/
 
 MIPS TCG CPUs (nanoMIPS ISA)
@@ -2271,6 +2265,22 @@  S: Odd Fixes
 F: hw/intc/openpic.c
 F: include/hw/ppc/openpic.h
 
+MIPS CPS
+M: Paul Burton <paulburton@kernel.org>
+M: Philippe Mathieu-Daudé <f4bug@amsat.org>
+S: Odd Fixes
+F: hw/misc/mips_*
+F: include/hw/misc/mips_*
+
+MIPS GIC
+M: Paul Burton <paulburton@kernel.org>
+M: Philippe Mathieu-Daudé <f4bug@amsat.org>
+S: Odd Fixes
+F: hw/intc/mips_gic.c
+F: hw/timer/mips_gictimer.c
+F: include/hw/intc/mips_gic.h
+F: include/hw/timer/mips_gictimer.h
+
 Subsystems
 ----------
 Overall Audio backends