On 18/04/2023 17:28, nick.hawkins@xxxxxxx wrote: > From: Nick Hawkins <nick.hawkins@xxxxxxx> > > List the files added for GPIO and PSU support. > > Signed-off-by: Nick Hawkins <nick.hawkins@xxxxxxx> > --- > 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@xxxxxxx> > 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