Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp549995ybl; Wed, 14 Aug 2019 02:10:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqyt+mIzub4VNNwfPClIj6PcfYY9eAgehUkZaoUl8egZRtFZbhJ/4ulc6C1Xq9up9kZRDuwU X-Received: by 2002:a65:6281:: with SMTP id f1mr35910362pgv.400.1565773833226; Wed, 14 Aug 2019 02:10:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565773833; cv=none; d=google.com; s=arc-20160816; b=EMLCm7oht2gROBI5ODE3wlur7yS+FP22AYuvsZxDuUIWFTHu9Pyvz7mBoykmyRKHSl JeVu/RKr+swruFgUQQ1n2UmOLWo3ZlvwGEFpikKLA+H8N9EhXWD1Sf5ZkXcGkElsIrS7 stNR9WD2WYKQ2xMbW24DxWI8UYXQdcNfNKN635YXzKyke+hZQ6DnnoMaPXNZ5MiJVygP FbYhWyij+jGyMEGbKGZnbc0kDFBnzOZW/JcZ02WHxzCmbj56N0VoqMqoH0R9wsXWKh22 lyaE2p49GLwOR4775GmVx+2v8EeEzuPGKvbQp034wONcb++E0c2tAr2U5U9rIe9/dHV/ AlrQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=8r3p0ToJJMDTBDqWpPAk5blLmHmlrVcLhRPtZkt9iqg=; b=hAHk42ST9A9yGm/+BSKsrfZVDnleBP3oA8cSi61oJw3uvSsgnr3TcY/5NPWHJCaLPF T7asE2bjqSjzlcQG+U04zVHLAOuKMNRTqxQ0LbOSDvTzf/IeBFeRCEqWAV7jtvxgMsPd voIQdea2VT7anP6IsfG5DLc46leVf4LxfcTdLvzOOEWUvb99WtLRO0vEhPeyQl1dLWPo epDb8GLJ9RB38rJibW935g7rG7+pO5xbmD9ULoukHKd2WlAIdaEpBSTgKUOFyU6qew7l ThfJt8dn3MaVWoiz991iX5j79miXluCiS+UuzMZXcHXUESQolYKmaxv7EOBPk+wokApl buEg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k67si15569612pgc.26.2019.08.14.02.10.15; Wed, 14 Aug 2019 02:10:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726760AbfHNJJF (ORCPT + 99 others); Wed, 14 Aug 2019 05:09:05 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:53501 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726119AbfHNJJB (ORCPT ); Wed, 14 Aug 2019 05:09:01 -0400 Received: from localhost (alyon-656-1-672-152.w92-137.abo.wanadoo.fr [92.137.69.152]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 30601200010; Wed, 14 Aug 2019 09:08:58 +0000 (UTC) Date: Wed, 14 Aug 2019 11:08:58 +0200 From: Alexandre Belloni To: Nicolas.Ferre@microchip.com Cc: efremov@linux.com, linux-kernel@vger.kernel.org, joe@perches.com, linux-arm-kernel@lists.infradead.org, Ludovic.Desroches@microchip.com Subject: Re: [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Message-ID: <20190814090858.GF3600@piout.net> References: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> <20190813061046.15712-1-efremov@linux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/08/2019 08:11:23+0000, Nicolas Ferre wrote: > On 13/08/2019 at 08:10, Denis Efremov wrote: > > Update MAINTAINERS record to reflect the filename change > > from tcb_clksrc.c to timer-atmel-tcb.c > > > > Cc: Nicolas Ferre > > Acked-by: Nicolas Ferre > But, while you're at it, I would add another line: see below... > > > Cc: Alexandre Belloni > > Cc: linux-arm-kernel@lists.infradead.org > > Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency") > > Signed-off-by: Denis Efremov > > --- > > MAINTAINERS | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index c9ad38a9414f..3ec8154e4630 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -10637,7 +10637,7 @@ M: Nicolas Ferre > > +M: Alexandre Belloni > > But Alexandre have to agree, of course. > > > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > S: Supported > > F: drivers/misc/atmel_tclib.c > > -F: drivers/clocksource/tcb_clksrc.c > > +F: drivers/clocksource/timer-atmel-tcb.c > > > > MICROCHIP USBA UDC DRIVER > > M: Cristian Birsan > > We could also remove this entry and mix it with: > "ARM/Microchip (AT91) SoC support" > > But I prefer to keep it separated like this for various reasons. > I would simply remove this entry because all the files are already matching the SoC entry (it has N: atmel) and atmel_tclib will go away (I have a series to do that). If you want to keep a separate entry, maybe we should then add the system timer and pit drivers. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com