summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-18 15:35:46 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-18 15:35:46 -0400
commit9896c7b57e9d67948f1f52f903efae5ec6c74321 (patch)
tree16218e9503df222e48fef3eba661e478bb4a9aa7 /MAINTAINERS
parentf2b1e0f6385d4487a81871eb47809a1375af527f (diff)
parentb54891be1a7785de7ec0e5c1fc9ba597713d22a8 (diff)
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC platform updates from Arnd Bergmann: "We get support for three new 32-bit SoC platforms this time. The amount of changes in arch/arm for any of them is miniscule, as all the interesting code is in device driver subsystems (irqchip, clk, pinctrl, ...) these days. I'm listing them here, as the addition of the Kconfig statement is the main relevant milestone for a new platform. In each case, some drivers are are shared with existing platforms, while other drivers are added for v4.7 as well, or come in a later release. - The Aspeed platform is probably the most interesting one, this is what most whitebox servers use as their baseboard management controller. We get support for the very common ast2400 and ast2500 SoCs. The OpenBMC project focuses on this chip, and the LWN article about their ELC 2016 presentation at https://lwn.net/Articles/683320/ triggered the submission, but the code comes from IBM's OpenPOWER team rather than the team at Facebook. There are still a lot more drivers that need to get added over time, and I hope both teams can work together on that. - OXNAS is an old platform for Network Attached Storage devices from Oxford Semiconductor. There are models with ARM10 (!) and ARM11MPCore cores, but for now, we only support the original ARM9 based versions. The product lineup was subsequently part of PLX, Avago and now the new Broadcom Ltd. https://wiki.openwrt.org/doc/hardware/soc/soc.oxnas has some more information. - V2M-MPS2 is a prototyping platform from ARM for their Cortex-M cores and is related to the existing Realview / Versatile Express lineup, but without MMU. We now support various NOMMU platforms, so adding a new one is fairly straightforward. http://infocenter.arm.com/help/topic/com.arm.doc.100112_0100_03_en/ has detailed information about the platform. Other noteworthy updates: - Work on LPC32xx has resumed, and Vladimir Zapolskiy and Sylvain Lemieux are now maintaining the platform. This is an older ARM9 based platform from NXP (not Freescale), but it remains in use in embedded markets. - Kevin Hilman is now co-maintaining the Amlogic Meson platform for both 32-bit and 64-bit ARM, and started contributing some patches. - As is often the case, work on the OMAP platforms makes up the bulk of the actual SoC code changes in arch/arm, but there isn't a lot of that either" * tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (42 commits) MAINTAINERS: ARM/Amlogic: add co-maintainer, misc. updates MAINTAINERS: add ARM/NXP LPC32XX SoC specific drivers to the section MAINTAINERS: add new maintainers of NXP LPC32xx SoC MAINTAINERS: move ARM/NXP LPC32xx record to ARM section arm: Add Aspeed machine ARM: lpc32xx: remove duplicate const on lpc32xx_auxdata_lookup ARM: lpc32xx: remove leftovers of legacy clock source and provider drivers ARM: lpc32xx: remove reboot header file ARM: dove: Remove CLK_IS_ROOT ARM: orion5x: Remove CLK_IS_ROOT ARM: mv78xx0: Remove CLK_IS_ROOT ARM: davinci: da850: use clk->set_parent for async3 ARM: davinci: Move clock init after ioremap. MAINTAINERS: Update ARM Versatile Express platform entry ARM: vexpress/mps2: introduce MPS2 platform MAINTAINERS: add maintainer entry for ARM/OXNAS platform ARM: Add new mach-oxnas irqchip: versatile-fpga: add new compatible for OX810SE SoC ARM: uniphier: correct the call order of of_node_put() MAINTAINERS: fix stale TI DaVinci entries ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS48
1 files changed, 39 insertions, 9 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8267754b9427..01eefc861477 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -949,12 +949,15 @@ F: drivers/clk/sunxi/
949 949
950ARM/Amlogic Meson SoC support 950ARM/Amlogic Meson SoC support
951M: Carlo Caione <carlo@caione.org> 951M: Carlo Caione <carlo@caione.org>
952M: Kevin Hilman <khilman@baylibre.com>
952L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 953L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953L: linux-meson@googlegroups.com 954L: linux-amlogic@lists.infradead.org
954W: http://linux-meson.com/ 955W: http://linux-meson.com/
955S: Maintained 956S: Maintained
956F: arch/arm/mach-meson/ 957F: arch/arm/mach-meson/
957F: arch/arm/boot/dts/meson* 958F: arch/arm/boot/dts/meson*
959F: arch/arm64/boot/dts/amlogic/
960F: drivers/pinctrl/meson/
958N: meson 961N: meson
959 962
960ARM/Annapurna Labs ALPINE ARCHITECTURE 963ARM/Annapurna Labs ALPINE ARCHITECTURE
@@ -976,6 +979,13 @@ F: arch/arm/mach-artpec
976F: arch/arm/boot/dts/artpec6* 979F: arch/arm/boot/dts/artpec6*
977F: drivers/clk/clk-artpec6.c 980F: drivers/clk/clk-artpec6.c
978 981
982ARM/ASPEED MACHINE SUPPORT
983M: Joel Stanley <joel@jms.id.au>
984S: Maintained
985F: arch/arm/mach-aspeed/
986F: arch/arm/boot/dts/aspeed-*
987F: drivers/*/*aspeed*
988
979ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT 989ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
980M: Nicolas Ferre <nicolas.ferre@atmel.com> 990M: Nicolas Ferre <nicolas.ferre@atmel.com>
981M: Alexandre Belloni <alexandre.belloni@free-electrons.com> 991M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
@@ -1307,6 +1317,20 @@ F: drivers/mtd/spi-nor/nxp-spifi.c
1307F: drivers/rtc/rtc-lpc24xx.c 1317F: drivers/rtc/rtc-lpc24xx.c
1308N: lpc18xx 1318N: lpc18xx
1309 1319
1320ARM/LPC32XX SOC SUPPORT
1321M: Vladimir Zapolskiy <vz@mleia.com>
1322M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1323L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1325S: Maintained
1326F: arch/arm/boot/dts/lpc32*
1327F: arch/arm/mach-lpc32xx/
1328F: drivers/i2c/busses/i2c-pnx.c
1329F: drivers/net/ethernet/nxp/lpc_eth.c
1330F: drivers/usb/host/ohci-nxp.c
1331F: drivers/watchdog/pnx4008_wdt.c
1332N: lpc32xx
1333
1310ARM/MAGICIAN MACHINE SUPPORT 1334ARM/MAGICIAN MACHINE SUPPORT
1311M: Philipp Zabel <philipp.zabel@gmail.com> 1335M: Philipp Zabel <philipp.zabel@gmail.com>
1312S: Maintained 1336S: Maintained
@@ -1357,6 +1381,15 @@ W: http://www.digriz.org.uk/ts78xx/kernel
1357S: Maintained 1381S: Maintained
1358F: arch/arm/mach-orion5x/ts78xx-* 1382F: arch/arm/mach-orion5x/ts78xx-*
1359 1383
1384ARM/OXNAS platform support
1385M: Neil Armstrong <narmstrong@baylibre.com>
1386L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387S: Maintained
1388F: arch/arm/mach-oxnas/
1389F: arch/arm/boot/dts/oxnas*
1390F: arch/arm/boot/dts/wd-mbwe.dts
1391N: oxnas
1392
1360ARM/Mediatek RTC DRIVER 1393ARM/Mediatek RTC DRIVER
1361M: Eddie Huang <eddie.huang@mediatek.com> 1394M: Eddie Huang <eddie.huang@mediatek.com>
1362L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1395L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -1643,6 +1676,7 @@ F: arch/arm/boot/dts/sti*
1643F: drivers/char/hw_random/st-rng.c 1676F: drivers/char/hw_random/st-rng.c
1644F: drivers/clocksource/arm_global_timer.c 1677F: drivers/clocksource/arm_global_timer.c
1645F: drivers/clocksource/clksrc_st_lpc.c 1678F: drivers/clocksource/clksrc_st_lpc.c
1679F: drivers/cpufreq/sti-cpufreq.c
1646F: drivers/i2c/busses/i2c-st.c 1680F: drivers/i2c/busses/i2c-st.c
1647F: drivers/media/rc/st_rc.c 1681F: drivers/media/rc/st_rc.c
1648F: drivers/media/platform/sti/c8sectpfe/ 1682F: drivers/media/platform/sti/c8sectpfe/
@@ -1652,6 +1686,7 @@ F: drivers/phy/phy-miphy365x.c
1652F: drivers/phy/phy-stih407-usb.c 1686F: drivers/phy/phy-stih407-usb.c
1653F: drivers/phy/phy-stih41x-usb.c 1687F: drivers/phy/phy-stih41x-usb.c
1654F: drivers/pinctrl/pinctrl-st.c 1688F: drivers/pinctrl/pinctrl-st.c
1689F: drivers/remoteproc/st_remoteproc.c
1655F: drivers/reset/sti/ 1690F: drivers/reset/sti/
1656F: drivers/rtc/rtc-st-lpc.c 1691F: drivers/rtc/rtc-st-lpc.c
1657F: drivers/tty/serial/st-asc.c 1692F: drivers/tty/serial/st-asc.c
@@ -1776,6 +1811,7 @@ F: */*/vexpress*
1776F: */*/*/vexpress* 1811F: */*/*/vexpress*
1777F: drivers/clk/versatile/clk-vexpress-osc.c 1812F: drivers/clk/versatile/clk-vexpress-osc.c
1778F: drivers/clocksource/versatile.c 1813F: drivers/clocksource/versatile.c
1814N: mps2
1779 1815
1780ARM/VFP SUPPORT 1816ARM/VFP SUPPORT
1781M: Russell King <linux@armlinux.org.uk> 1817M: Russell King <linux@armlinux.org.uk>
@@ -6789,12 +6825,6 @@ W: logfs.org
6789S: Maintained 6825S: Maintained
6790F: fs/logfs/ 6826F: fs/logfs/
6791 6827
6792LPC32XX MACHINE SUPPORT
6793M: Roland Stigge <stigge@antcom.de>
6794L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6795S: Maintained
6796F: arch/arm/mach-lpc32xx/
6797
6798LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 6828LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6799M: Sathya Prakash <sathya.prakash@broadcom.com> 6829M: Sathya Prakash <sathya.prakash@broadcom.com>
6800M: Chaitra P B <chaitra.basappa@broadcom.com> 6830M: Chaitra P B <chaitra.basappa@broadcom.com>
@@ -10174,8 +10204,8 @@ F: arch/arm/mach-s3c24xx/bast-irq.c
10174TI DAVINCI MACHINE SUPPORT 10204TI DAVINCI MACHINE SUPPORT
10175M: Sekhar Nori <nsekhar@ti.com> 10205M: Sekhar Nori <nsekhar@ti.com>
10176M: Kevin Hilman <khilman@kernel.org> 10206M: Kevin Hilman <khilman@kernel.org>
10177T: git git://gitorious.org/linux-davinci/linux-davinci.git 10207L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10178Q: http://patchwork.kernel.org/project/linux-davinci/list/ 10208T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10179S: Supported 10209S: Supported
10180F: arch/arm/mach-davinci/ 10210F: arch/arm/mach-davinci/
10181F: drivers/i2c/busses/i2c-davinci.c 10211F: drivers/i2c/busses/i2c-davinci.c