diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-04-27 02:55:19 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-05-09 15:37:05 +0200 |
commit | 2377f9fdac3086c6bb167c83f05ad91fb66d8e9d (patch) | |
tree | 742af21bddc3d7bf4efd23977e68c545fa5b4a5c /MAINTAINERS | |
parent | 8d5a6b42ff1124b8efa0f472ce6bcaf16065bdc4 (diff) |
MAINTAINERS: add ARM/NXP LPC32XX SoC specific drivers to the section
The change adds a list of files for maintenance under NXP LPC32xx
section, the listed files are NXP LPC32xx SoC series mach files,
DTS files of NXP LPC32xx SoC powered boards and NXP LPC32xx SoC
peripheral drivers, most of the peripheral driver file names match
'lpc32xx' pattern.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 83b7b7f5d4b6..5671ce056d67 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1312,7 +1312,13 @@ M: Sylvain Lemieux <slemieux.tyco@gmail.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) T: git git://github.com/vzapolskiy/linux-lpc32xx.git S: Maintained +F: arch/arm/boot/dts/lpc32* F: arch/arm/mach-lpc32xx/ +F: drivers/i2c/busses/i2c-pnx.c +F: drivers/net/ethernet/nxp/lpc_eth.c +F: drivers/usb/host/ohci-nxp.c +F: drivers/watchdog/pnx4008_wdt.c +N: lpc32xx ARM/MAGICIAN MACHINE SUPPORT M: Philipp Zabel <philipp.zabel@gmail.com> |