aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-09-28 07:42:50 -0400
committerArnd Bergmann <arnd@arndb.de>2018-09-28 12:00:09 -0400
commit7f08c966f7e578dc84f7c3d1a528068841d72d32 (patch)
tree86e309f0d450f317c27e7eaa5299883c2ff1bbd7
parente6ff514e27b859e36305629698f233f1dfe641ef (diff)
ARM: Assume maintainership of ARM reference designs
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: Stephen Boyd <sboyd@kernel.org> Cc: Mark Brown <broonie@kernel.org> Cc: Brian Norris <computersforpeace@gmail.com> Acked-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Michael Turquette <mturquette@baylibre.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--MAINTAINERS37
1 files changed, 37 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5b406b0e5bd5..9eedd1b16987 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1078,6 +1078,29 @@ F: arch/arm/include/asm/arch_timer.h
1078F: arch/arm64/include/asm/arch_timer.h 1078F: arch/arm64/include/asm/arch_timer.h
1079F: drivers/clocksource/arm_arch_timer.c 1079F: drivers/clocksource/arm_arch_timer.c
1080 1080
1081ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
1082M: Linus Walleij <linus.walleij@linaro.org>
1083L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084S: Maintained
1085F: Documentation/devicetree/bindings/arm/arm-boards
1086F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
1087F: Documentation/devicetree/bindings/clock/arm-integrator.txt
1088F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
1089F: Documentation/devicetree/bindings/mtd/arm-versatile.txt
1090F: arch/arm/mach-integrator/
1091F: arch/arm/mach-realview/
1092F: arch/arm/mach-versatile/
1093F: arch/arm/plat-versatile/
1094F: arch/arm/boot/dts/arm-realview-*
1095F: arch/arm/boot/dts/integrator*
1096F: arch/arm/boot/dts/versatile*
1097F: drivers/clk/versatile/
1098F: drivers/i2c/busses/i2c-versatile.c
1099F: drivers/irqchip/irq-versatile-fpga.c
1100F: drivers/mtd/maps/physmap_of_versatile.c
1101F: drivers/power/reset/arm-versatile-reboot.c
1102F: drivers/soc/versatile/
1103
1081ARM HDLCD DRM DRIVER 1104ARM HDLCD DRM DRIVER
1082M: Liviu Dudau <liviu.dudau@arm.com> 1105M: Liviu Dudau <liviu.dudau@arm.com>
1083S: Supported 1106S: Supported
@@ -1150,12 +1173,26 @@ S: Odd Fixes
1150F: drivers/mmc/host/mmci.* 1173F: drivers/mmc/host/mmci.*
1151F: include/linux/amba/mmci.h 1174F: include/linux/amba/mmci.h
1152 1175
1176ARM PRIMECELL SSP PL022 SPI DRIVER
1177M: Linus Walleij <linus.walleij@linaro.org>
1178L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179S: Maintained
1180F: Documentation/devicetree/bindings/spi/spi_pl022.txt
1181F: drivers/spi/spi-pl022.c
1182
1153ARM PRIMECELL UART PL010 AND PL011 DRIVERS 1183ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1154M: Russell King <linux@armlinux.org.uk> 1184M: Russell King <linux@armlinux.org.uk>
1155S: Odd Fixes 1185S: Odd Fixes
1156F: drivers/tty/serial/amba-pl01*.c 1186F: drivers/tty/serial/amba-pl01*.c
1157F: include/linux/amba/serial.h 1187F: include/linux/amba/serial.h
1158 1188
1189ARM PRIMECELL VIC PL190/PL192 DRIVER
1190M: Linus Walleij <linus.walleij@linaro.org>
1191L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192S: Maintained
1193F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
1194F: drivers/irqchip/irq-vic.c
1195
1159ARM SMMU DRIVERS 1196ARM SMMU DRIVERS
1160M: Will Deacon <will.deacon@arm.com> 1197M: Will Deacon <will.deacon@arm.com>
1161R: Robin Murphy <robin.murphy@arm.com> 1198R: Robin Murphy <robin.murphy@arm.com>