From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752107AbeA2Xjh (ORCPT ); Mon, 29 Jan 2018 18:39:37 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50802 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbeA2Xjg (ORCPT ); Mon, 29 Jan 2018 18:39:36 -0500 Date: Mon, 29 Jan 2018 15:39:35 -0800 From: Andrew Morton To: Arnd Bergmann Cc: Joe Perches , Linux Kernel Mailing List , Daniel Golle , Neil Armstrong Subject: Re: [PATCH 4/6] MAINTAINERS: Update "ARM/OXNAS platform support" patterns Message-Id: <20180129153935.6fac52cf786c83137694cf21@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 28 Jan 2018 21:57:17 +0100 Arnd Bergmann wrote: > On Sun, Jan 28, 2018 at 2:56 PM, Joe Perches wrote: > > commit 9e6c62b05c1b ("ARM: dts: rename oxnas dts files") renamed > > the files, update the patterns. > > > > Signed-off-by: Joe Perches > > cc: Daniel Golle > > cc: Arnd Bergmann > > cc: Neil Armstrong > > --- > > MAINTAINERS | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 58300e66dae6..decb2be59e54 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1727,8 +1727,8 @@ L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers) > > S: Maintained > > F: arch/arm/mach-oxnas/ > > F: arch/arm/boot/dts/ox8*.dtsi > > -F: arch/arm/boot/dts/wd-mbwe.dts > > -F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts > > +F: arch/arm/boot/dts/ox810se-wd-mbwe.dts > > +F: arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts > > N: oxnas > > I think the three lines should just be combined into arch/arm/boot/dts/ox8*.dts* > so we don't have to patch this again for future addtions, otherwise looks good. I did this: --- a/MAINTAINERS~maintainers-update-arm-oxnas-platform-support-patterns-fix +++ a/MAINTAINERS @@ -1735,9 +1735,7 @@ L: linux-arm-kernel@lists.infradead.org L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-oxnas/ -F: arch/arm/boot/dts/ox8*.dtsi -F: arch/arm/boot/dts/ox810se-wd-mbwe.dts -F: arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts +F: arch/arm/boot/dts/ox8*.dts* N: oxnas ARM/PALM TREO SUPPORT _