2022-11-30 21:05:58

by Hawkins, Nick

[permalink] [raw]
Subject: [PATCH v3 6/6] MAINTAINERS: add gxp fan controller and documents

From: Nick Hawkins <[email protected]>

Add the gxp-fan-ctrl.c and gxp-fan-ctrl.rst in hwmon
driver/documentation.

Signed-off-by: Nick Hawkins <[email protected]>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1daadaa4d48b..00b52be102d6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2216,13 +2216,16 @@ ARM/HPE GXP ARCHITECTURE
M: Jean-Marie Verdun <[email protected]>
M: Nick Hawkins <[email protected]>
S: Maintained
+F: Documentation/hwmon/gxp-fan-ctrl.rst
F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml
+F: Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.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/hwmon/gxp-fan-ctrl.c
F: drivers/spi/spi-gxp.c
F: drivers/watchdog/gxp-wdt.c

--
2.17.1


2022-12-28 17:27:26

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH v3 6/6] MAINTAINERS: add gxp fan controller and documents

On Wed, Nov 30, 2022 at 02:08:46PM -0600, [email protected] wrote:
> From: Nick Hawkins <[email protected]>
>
> Add the gxp-fan-ctrl.c and gxp-fan-ctrl.rst in hwmon
> driver/documentation.
>
> Signed-off-by: Nick Hawkins <[email protected]>

For my reference:

Reviewed-by: Guenter Roeck <[email protected]>

... assuming the assumption is that I would apply the patch through
the hwmon subsystem. If not please let me know.

Guenter

> ---
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1daadaa4d48b..00b52be102d6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2216,13 +2216,16 @@ ARM/HPE GXP ARCHITECTURE
> M: Jean-Marie Verdun <[email protected]>
> M: Nick Hawkins <[email protected]>
> S: Maintained
> +F: Documentation/hwmon/gxp-fan-ctrl.rst
> F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml
> +F: Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.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/hwmon/gxp-fan-ctrl.c
> F: drivers/spi/spi-gxp.c
> F: drivers/watchdog/gxp-wdt.c
>