Message ID | 20211016110344.53509-1-sven@svenpeter.dev (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: Add pasemi i2c to ARM/APPLE MACHINE | expand |
On Sat, Oct 16, 2021 at 01:03:44PM +0200, Sven Peter wrote: > Add the pasemi i2c platform and core files to the ARM/APPLE MACHINE > entry in MAINTAINERS. > > Signed-off-by: Sven Peter <sven@svenpeter.dev> Acked-by: Wolfram Sang <wsa@kernel.org>
On 16/10/2021 20.03, Sven Peter wrote: > Add the pasemi i2c platform and core files to the ARM/APPLE MACHINE > entry in MAINTAINERS. > > Signed-off-by: Sven Peter <sven@svenpeter.dev> > --- > As discussed in the i2c series, here are the MAINTAINER changes. > Hector will take this commit through his tree. > > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ad62687a0b3c..ecf239ac427e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1729,10 +1729,13 @@ B: https://github.com/AsahiLinux/linux/issues > C: irc://irc.oftc.net/asahi-dev > T: git https://github.com/AsahiLinux/linux.git > F: Documentation/devicetree/bindings/arm/apple.yaml > +F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml > F: Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml > F: Documentation/devicetree/bindings/pci/apple,pcie.yaml > F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml > F: arch/arm64/boot/dts/apple/ > +F: drivers/i2c/busses/i2c-pasemi-core.c > +F: drivers/i2c/busses/i2c-pasemi-platform.c > F: drivers/irqchip/irq-apple-aic.c > F: include/dt-bindings/interrupt-controller/apple-aic.h > F: include/dt-bindings/pinctrl/apple.h > Acked-by: Hector Martin <marcan@marcan.st> Thanks!
diff --git a/MAINTAINERS b/MAINTAINERS index ad62687a0b3c..ecf239ac427e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1729,10 +1729,13 @@ B: https://github.com/AsahiLinux/linux/issues C: irc://irc.oftc.net/asahi-dev T: git https://github.com/AsahiLinux/linux.git F: Documentation/devicetree/bindings/arm/apple.yaml +F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml F: Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml F: Documentation/devicetree/bindings/pci/apple,pcie.yaml F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml F: arch/arm64/boot/dts/apple/ +F: drivers/i2c/busses/i2c-pasemi-core.c +F: drivers/i2c/busses/i2c-pasemi-platform.c F: drivers/irqchip/irq-apple-aic.c F: include/dt-bindings/interrupt-controller/apple-aic.h F: include/dt-bindings/pinctrl/apple.h
Add the pasemi i2c platform and core files to the ARM/APPLE MACHINE entry in MAINTAINERS. Signed-off-by: Sven Peter <sven@svenpeter.dev> --- As discussed in the i2c series, here are the MAINTAINER changes. Hector will take this commit through his tree. MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)