From: Nick Hawkins <[email protected]> Create a section in MAINTAINERS for the GXP HPE architecture
Signed-off-by: Nick Hawkins <[email protected]> --- v2: *Added gxp_spi.c and hpe,gxp-spi.yaml to list *Removed hpe,gxp.yaml and hpe,gxp-timer.yaml as they are already in linux --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 56be0bfad0..0d4c49307f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -257,6 +257,18 @@ F: arch/arm/cpu/armv8/hisilicon F: arch/arm/include/asm/arch-hi6220/ F: arch/arm/include/asm/arch-hi3660/ +ARM HPE GXP ARCHITECTURE +M: Jean-Marie Verdun <[email protected]> +M: Nick Hawkins <[email protected]> +S: Maintained +F: arch/arm/dts/hpe-bmc* +F: arch/arm/dts/hpe-gxp* +F: arch/arm/mach-hpe/ +F: board/hpe/ +F: doc/device-tree-bindings/spi/hpe,gxp-spi.yaml +F: drivers/timer/gxp-timer.c +F: drivers/spi/gxp_spi.c + ARM IPQ40XX M: Robert Marko <[email protected]> M: Luka Kovacic <[email protected]> -- 2.17.1

