2022-05-02 23:42:46

by Hawkins, Nick

[permalink] [raw]
Subject: [PATCH v6 8/8] MAINTAINERS: Introduce HPE GXP Architecture

From: Nick Hawkins <[email protected]>

Create a section in MAINTAINERS for the GXP HPE architecture.

Signed-off-by: Nick Hawkins <[email protected]>

---
v6:
* Fixed subject to match other commits
* Removed hpe,gxp-wdt.yaml from file list
v5:
* Fixed commit message to list all previous changes
v4:
* Added ARM/ before HPE Title
* Changed MAINTAINED to Maintained
* Renamed gxp-timer.c to timer-gxp.c
* Renamed gxp.yaml to hpe,gxp.yaml

v3:
* Removed uncessary files
* Used proper patch-set format

v2:
* Fixed email address
* Removed multiple entries in favor of one
---
MAINTAINERS | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 40fa1955ca3f..b2a14e8b6396 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2130,6 +2130,18 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
F: arch/arm/mach-sa1100/include/mach/jornada720.h
F: arch/arm/mach-sa1100/jornada720.c

+ARM/HPE GXP ARCHITECTURE
+M: Jean-Marie Verdun <[email protected]>
+M: Nick Hawkins <[email protected]>
+S: Maintained
+F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml
+F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml
+F: arch/arm/boot/dts/hpe-bmc-dl360gen10.dts
+F: arch/arm/boot/dts/hpe-gxp.dtsi
+F: arch/arm/mach-hpe/gxp.c
+F: drivers/clocksource/timer-gxp.c
+F: drivers/watchdog/gxp-wdt.c
+
ARM/IGEP MACHINE SUPPORT
M: Enric Balletbo i Serra <[email protected]>
M: Javier Martinez Canillas <[email protected]>
--
2.17.1


2022-05-03 11:13:13

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v6 8/8] MAINTAINERS: Introduce HPE GXP Architecture

On 02/05/2022 22:40, [email protected] wrote:
>
> +ARM/HPE GXP ARCHITECTURE
> +M: Jean-Marie Verdun <[email protected]>
> +M: Nick Hawkins <[email protected]>
> +S: Maintained
> +F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml
> +F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml
> +F: arch/arm/boot/dts/hpe-bmc-dl360gen10.dts
> +F: arch/arm/boot/dts/hpe-gxp.dtsi

Instead:
F: arch/arm/boot/dts/hpe-bmc*
F: arch/arm/boot/dts/hpe-gxp*

> +F: arch/arm/mach-hpe/gxp.c

Instead:
F: arch/arm/mach-hpe/

> +F: drivers/clocksource/timer-gxp.c
> +F: drivers/watchdog/gxp-wdt.c
> +
> ARM/IGEP MACHINE SUPPORT
> M: Enric Balletbo i Serra <[email protected]>
> M: Javier Martinez Canillas <[email protected]>


Best regards,
Krzysztof