Message ID | 20230418152824.110823-10-nick.hawkins@hpe.com |
---|---|
State | New |
Headers | show |
Series | ARM: Add GPIO and PSU Support | expand |
On 18/04/2023 17:28, nick.hawkins@hpe.com wrote: > From: Nick Hawkins <nick.hawkins@hpe.com> > > List the files added for GPIO and PSU support. > > Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com> > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a3b14ec33830..6df959ebf523 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2239,7 +2239,9 @@ M: Nick Hawkins <nick.hawkins@hpe.com> > S: Maintained > F: Documentation/hwmon/gxp-fan-ctrl.rst > F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml > +F: Documentation/devicetree/bindings/gpio/hpe,gxp-gpio.yaml Since the drivers are going through subsystems, your patchset is not bisectable. Squash respective changes with respective patches. I also suggest do not mix three different subsystems - GPIO, hwmon and ARM SoC - in one patchset. Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index a3b14ec33830..6df959ebf523 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2239,7 +2239,9 @@ M: Nick Hawkins <nick.hawkins@hpe.com> S: Maintained F: Documentation/hwmon/gxp-fan-ctrl.rst F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml +F: Documentation/devicetree/bindings/gpio/hpe,gxp-gpio.yaml F: Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml +F: Documentation/devicetree/bindings/hwmon/hpe,gxp-psu.yaml F: Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml F: Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml @@ -2247,7 +2249,9 @@ 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/gpio/gpio-gxp.c F: drivers/hwmon/gxp-fan-ctrl.c +F: drivers/hwmon/gxp-psu.c F: drivers/i2c/busses/i2c-gxp.c F: drivers/spi/spi-gxp.c F: drivers/watchdog/gxp-wdt.c