Message ID | 20211211123633.4392-1-sven@svenpeter.dev (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [v3,1/2] MAINTAINERS: Add Apple watchdog to ARM/APPLE MACHINE SUPPORT | expand |
On 11/12/2021 21.36, Sven Peter wrote: > Add apple_wdt.c under the ARM/APPLE MACHINE SUPPORT entry. > > Signed-off-by: Sven Peter <sven@svenpeter.dev> > --- > v3: new commit to be taken through the SoC tree to prevent > merge conflicts upstream since we have multiple drivers > that all touch the same section in-flight as requested > by Hector Martin > > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 43007f2d29e0..0e919de0a808 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1756,6 +1756,7 @@ F: drivers/i2c/busses/i2c-pasemi-platform.c > F: drivers/irqchip/irq-apple-aic.c > F: drivers/mailbox/apple-mailbox.c > F: drivers/pinctrl/pinctrl-apple-gpio.c > +F: drivers/watchdog/apple_wdt.c > F: include/dt-bindings/interrupt-controller/apple-aic.h > F: include/dt-bindings/pinctrl/apple.h > F: include/linux/apple-mailbox.h > Reviewed-by: Hector Martin <marcan@marcan.st> Thanks! Guenter, if you can merge the driver through your tree I'll be happy to take care of the MAINTAINERS and DT stuff via Asahi-SoC :)
diff --git a/MAINTAINERS b/MAINTAINERS index 43007f2d29e0..0e919de0a808 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1756,6 +1756,7 @@ F: drivers/i2c/busses/i2c-pasemi-platform.c F: drivers/irqchip/irq-apple-aic.c F: drivers/mailbox/apple-mailbox.c F: drivers/pinctrl/pinctrl-apple-gpio.c +F: drivers/watchdog/apple_wdt.c F: include/dt-bindings/interrupt-controller/apple-aic.h F: include/dt-bindings/pinctrl/apple.h F: include/linux/apple-mailbox.h
Add apple_wdt.c under the ARM/APPLE MACHINE SUPPORT entry. Signed-off-by: Sven Peter <sven@svenpeter.dev> --- v3: new commit to be taken through the SoC tree to prevent merge conflicts upstream since we have multiple drivers that all touch the same section in-flight as requested by Hector Martin MAINTAINERS | 1 + 1 file changed, 1 insertion(+)