From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754334AbcDZXz2 (ORCPT ); Tue, 26 Apr 2016 19:55:28 -0400 Received: from mleia.com ([178.79.152.223]:44820 "EHLO mail.mleia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752636AbcDZXzX (ORCPT ); Tue, 26 Apr 2016 19:55:23 -0400 From: Vladimir Zapolskiy To: Sylvain Lemieux , Russell King , Arnd Bergmann , Olof Johansson , Kevin Hilman Cc: Roland Stigge , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] MAINTAINERS: move ARM/NXP LPC32xx record to ARM section Date: Wed, 27 Apr 2016 02:55:17 +0300 Message-Id: <1461714919-25577-2-git-send-email-vz@mleia.com> X-Mailer: git-send-email 2.8.0.rc3 In-Reply-To: <1461714919-25577-1-git-send-email-vz@mleia.com> References: <1461714919-25577-1-git-send-email-vz@mleia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20160427_010102_166753_BD300AF6 X-CRM114-Status: GOOD ( 12.30 ) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A record of NXP LPC32xx SoC support is lost between LMxx hwmon drivers and lockdep, rename and move it to a place where all other ARM SoC and machines settle. Note, NXP LPC32xx maintenance is actually about SoC series itself, SoC peripherals and a number of machines powered by LPC32xx SoC, so while we are here correct the title name to emphasize that the maintenance concerns SoC support in general. Signed-off-by: Vladimir Zapolskiy --- MAINTAINERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 03e00c7..233c9bf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1306,6 +1306,12 @@ F: drivers/mtd/spi-nor/nxp-spifi.c F: drivers/rtc/rtc-lpc24xx.c N: lpc18xx +ARM/LPC32XX SOC SUPPORT +M: Roland Stigge +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: arch/arm/mach-lpc32xx/ + ARM/MAGICIAN MACHINE SUPPORT M: Philipp Zabel S: Maintained @@ -6775,12 +6781,6 @@ W: logfs.org S: Maintained F: fs/logfs/ -LPC32XX MACHINE SUPPORT -M: Roland Stigge -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -S: Maintained -F: arch/arm/mach-lpc32xx/ - LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) M: Sathya Prakash M: Chaitra P B -- 2.8.0.rc3