From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932126AbdHUQA2 (ORCPT ); Mon, 21 Aug 2017 12:00:28 -0400 Received: from esa4.microchip.iphmx.com ([68.232.154.123]:42505 "EHLO esa4.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753264AbdHUQA0 (ORCPT ); Mon, 21 Aug 2017 12:00:26 -0400 X-IronPort-AV: E=Sophos;i="5.41,409,1498546800"; d="scan'208";a="6180101" Subject: Re: [PATCH] MAINTAINERS: Add SoC drivers to AT91 entry To: Alexandre Belloni CC: Arnd Bergmann , Boris Brezillon , , References: <20170812215345.10011-1-alexandre.belloni@free-electrons.com> From: Nicolas Ferre Organization: microchip Message-ID: Date: Mon, 21 Aug 2017 18:00:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170812215345.10011-1-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/08/2017 at 23:53, Alexandre Belloni wrote: > We (the AT91/Atmel SoC maintainers) are not seeing patches for several > drivers present only on our SoCs. Add more patterns to match at91 and atmel > drivers. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 205d3977ac46..6ba83a50a926 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1158,6 +1158,8 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > W: http://www.linux4sam.org > T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git > S: Supported > +N: at91 > +N: atmel > F: arch/arm/mach-at91/ > F: include/soc/at91/ > F: arch/arm/boot/dts/at91*.dts > @@ -1166,6 +1168,9 @@ F: arch/arm/boot/dts/sama*.dts > F: arch/arm/boot/dts/sama*.dtsi > F: arch/arm/include/debug/at91.S > F: drivers/memory/atmel* > +F: drivers/watchdog/sama5d4_wdt.c > +X: drivers/input/touchscreen/atmel_mxt_ts.c > +X: drivers/net/wireless/atmel/ > > ARM/ATMEL AT91 Clock Support > M: Boris Brezillon > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@microchip.com (Nicolas Ferre) Date: Mon, 21 Aug 2017 18:00:53 +0200 Subject: [PATCH] MAINTAINERS: Add SoC drivers to AT91 entry In-Reply-To: <20170812215345.10011-1-alexandre.belloni@free-electrons.com> References: <20170812215345.10011-1-alexandre.belloni@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/08/2017 at 23:53, Alexandre Belloni wrote: > We (the AT91/Atmel SoC maintainers) are not seeing patches for several > drivers present only on our SoCs. Add more patterns to match at91 and atmel > drivers. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 205d3977ac46..6ba83a50a926 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1158,6 +1158,8 @@ L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) > W: http://www.linux4sam.org > T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git > S: Supported > +N: at91 > +N: atmel > F: arch/arm/mach-at91/ > F: include/soc/at91/ > F: arch/arm/boot/dts/at91*.dts > @@ -1166,6 +1168,9 @@ F: arch/arm/boot/dts/sama*.dts > F: arch/arm/boot/dts/sama*.dtsi > F: arch/arm/include/debug/at91.S > F: drivers/memory/atmel* > +F: drivers/watchdog/sama5d4_wdt.c > +X: drivers/input/touchscreen/atmel_mxt_ts.c > +X: drivers/net/wireless/atmel/ > > ARM/ATMEL AT91 Clock Support > M: Boris Brezillon > -- Nicolas Ferre