[PATCH v1 5/5] MAINTAINERS: Add HPE SOC Drivers

nick.hawkins@hpe.com posted 5 patches 3 years, 5 months ago
[PATCH v1 5/5] MAINTAINERS: Add HPE SOC Drivers
Posted by nick.hawkins@hpe.com 3 years, 5 months ago
From: Nick Hawkins <nick.hawkins@hpe.com>

Add the HPE GXP SOC Include files, yaml files, and driver files.

Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 56ff555ed5a4..17e8eeaa8178 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2178,14 +2178,17 @@ M:	Jean-Marie Verdun <verdun@hpe.com>
 M:	Nick Hawkins <nick.hawkins@hpe.com>
 S:	Maintained
 F:	Documentation/devicetree/bindings/arm/hpe,gxp.yaml
+F:	Documentation/devicetree/bindings/soc/hpe/hpe,gxp-plreg.yaml
 F:	Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml
 F:	Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml
 F:	arch/arm/boot/dts/hpe-bmc*
 F:	arch/arm/boot/dts/hpe-gxp*
 F:	arch/arm/mach-hpe/
 F:	drivers/clocksource/timer-gxp.c
+F:	drivers/soc/hpe/*
 F:	drivers/spi/spi-gxp.c
 F:	drivers/watchdog/gxp-wdt.c
+F:	include/linux/soc/hpe/*
 
 ARM/IGEP MACHINE SUPPORT
 M:	Enric Balletbo i Serra <eballetbo@gmail.com>
-- 
2.17.1
Re: [PATCH v1 5/5] MAINTAINERS: Add HPE SOC Drivers
Posted by Krzysztof Kozlowski 3 years, 5 months ago
On 11/10/2022 14:55, nick.hawkins@hpe.com wrote:
> From: Nick Hawkins <nick.hawkins@hpe.com>
> 
> Add the HPE GXP SOC Include files, yaml files, and driver files.

YAML is a format, you added before bindings, so just "bindings". And no
need to repeat files three times.

Best regards,
Krzysztof