linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Assume maintainership of ARM reference designs
@ 2018-09-27  7:37 Linus Walleij
  2018-09-27  8:25 ` Wolfram Sang
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Linus Walleij @ 2018-09-27  7:37 UTC (permalink / raw)
  To: linux-arm-kernel

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 <linux@armlinux.org.uk>
Cc: Rob Herring <robh@kernel.org>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: Mark Brown <broonie@kernel.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
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 <linus.walleij@linaro.org>
+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 <liviu.dudau@arm.com>
 S:	Supported
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [PATCH] ARM: Assume maintainership of ARM reference designs
@ 2018-04-12 13:14 Linus Walleij
  2018-04-12 13:17 ` Russell King - ARM Linux
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Linus Walleij @ 2018-04-12 13:14 UTC (permalink / raw)
  To: linux-arm-kernel

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 <linux@armlinux.org.uk>
Cc: Rob Herring <robh@kernel.org>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: Mark Brown <broonie@kernel.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
If someone has an active interest and wants to comaintain the
old ARMv4, ARMv5, ARMv6 and ARMv7 reference designs in this
family, you are most welcome.

If you feel that I am expropriating
a driver from you, tell me and I will create a separate
MAINATINERS entry for that driver and drop it from this one.
I put all relevant subsystem mainatainers on CC I think.

If you feel I should split some drivers to separate entries
I can do that too.
---
 MAINTAINERS | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c7182d2a9f5c..2991d20cb406 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1026,6 +1026,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 <linus.walleij@linaro.org>
+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 <liviu.dudau@arm.com>
 S:	Supported
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-09-28  9:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-27  7:37 [PATCH] ARM: Assume maintainership of ARM reference designs Linus Walleij
2018-09-27  8:25 ` Wolfram Sang
2018-09-27  8:26 ` Wolfram Sang
2018-09-27 18:49 ` Olof Johansson
2018-09-27 22:04 ` Mark Brown
2018-09-28  7:44   ` Arnd Bergmann
2018-09-28  8:46     ` Linus Walleij
2018-09-28  9:12       ` Arnd Bergmann
2018-09-27 22:55 ` Michael Turquette
  -- strict thread matches above, loose matches on Subject: below --
2018-04-12 13:14 Linus Walleij
2018-04-12 13:17 ` Russell King - ARM Linux
2018-04-12 13:18   ` Russell King - ARM Linux
2018-04-12 13:44     ` Linus Walleij
2018-04-12 13:52       ` Russell King - ARM Linux
2018-04-12 13:59         ` Linus Walleij
2018-04-12 14:02           ` Russell King - ARM Linux
2018-04-12 14:19             ` Sudeep Holla
2018-04-12 13:22 ` Wolfram Sang
2018-04-12 13:31 ` Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).