diff mbox series

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

Message ID 20221011185525.94210-6-nick.hawkins@hpe.com
State New
Headers show
Series [v1,1/5] soc: hpe: add support for HPE GXP Programmable Register Driver | expand

Commit Message

Hawkins, Nick Oct. 11, 2022, 6:55 p.m. UTC
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 mbox series

Patch

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>