From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@baylibre.com (Michael Turquette) Date: Thu, 27 Sep 2018 15:55:44 -0700 Subject: [PATCH] ARM: Assume maintainership of ARM reference designs In-Reply-To: <20180927073733.11580-1-linus.walleij@linaro.org> References: <20180927073733.11580-1-linus.walleij@linaro.org> Message-ID: <20180927225541.58942.24953@harbor.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Linus Walleij (2018-09-27 00:37:33) > With this I assume maintainership of the Integrator, Versatile > and RealView ARM reference machines. > > It's no big secret that I've been maintaining them for years, > but might as well make it official so I get the mails and > don't miss anything. > > I have also included some drivers that are closely associated > with the ARM reference designs and yet orphaned in the > MAINTAINERS file. I can surely maintain them too, or route > the question to the right people so it doesn't fall on the > floor of upward to the subsystem maintainers who have too much > to do already as it is. > > Cc: Russell King > Cc: Rob Herring > Cc: Will Deacon > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Wolfram Sang > Cc: Mark Brown > Cc: Brian Norris > Acked-by: Marc Zyngier > Signed-off-by: Linus Walleij Acked-by: Michael Turquette Best regards, Mike > --- > ARM SoC folks: please apply this directly wherever MAINTAINERS > patches go. > > Submitted a while back, thought it was applied since everyone > was in on it, but apparently it got lost. > > ARM Cambridge sent me all their old reference designs so I am > well equipped for this. > --- > MAINTAINERS | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a5b256b25905..a4ed79a5a1c2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1078,6 +1078,31 @@ F: arch/arm/include/asm/arch_timer.h > F: arch/arm64/include/asm/arch_timer.h > F: drivers/clocksource/arm_arch_timer.c > > +ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT > +M: Linus Walleij > +L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: Documentation/devicetree/bindings/arm/arm-boards > +F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt > +F: Documentation/devicetree/bindings/clock/arm-integrator.txt > +F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt > +F: Documentation/devicetree/bindings/mtd/arm-versatile.txt > +F: arch/arm/mach-integrator/ > +F: arch/arm/mach-realview/ > +F: arch/arm/mach-versatile/ > +F: arch/arm/plat-versatile/ > +F: arch/arm/boot/dts/arm-realview-* > +F: arch/arm/boot/dts/integrator* > +F: arch/arm/boot/dts/versatile* > +F: drivers/clk/versatile/ > +F: drivers/i2c/busses/i2c-versatile.c > +F: drivers/irqchip/irq-versatile-fpga.c > +F: drivers/irqchip/irq-vic.c > +F: drivers/mtd/maps/physmap_of_versatile.c > +F: drivers/power/reset/arm-versatile-reboot.c > +F: drivers/soc/versatile/ > +F: drivers/spi/spi-pl022.c > + > ARM HDLCD DRM DRIVER > M: Liviu Dudau > S: Supported > -- > 2.17.1 >