From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1F1DC2D0E4 for ; Mon, 23 Nov 2020 20:58:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D811206D5 for ; Mon, 23 Nov 2020 20:58:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="h6ows1NG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729759AbgKWU5n (ORCPT ); Mon, 23 Nov 2020 15:57:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:53578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728093AbgKWU5n (ORCPT ); Mon, 23 Nov 2020 15:57:43 -0500 Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 083C2206B7; Mon, 23 Nov 2020 20:57:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606165062; bh=3RNDJzOWiD85IYyAHYIvb7mYZk5j7kJsGG+OaDPykV0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=h6ows1NGdvRNFsMQi8xtK6l8ZfaBpVJF8jwBbArnJq2xhHn/5KmjxITogxO5Lawt2 hLWqHUKcjI4aGxIc0b3D5q9Qj2L8bpSfsu9G1YDf9FiPlB5tOvAeAtSXYlAwIQrc+Y oRzcP/kYPJgL7d3R49MVn91yfDRTM3pYLaRfdkbM= Date: Mon, 23 Nov 2020 20:57:37 +0000 From: Jonathan Cameron To: William Breathitt Gray Cc: Nicolas.Ferre@microchip.com, kamel.bouhara@bootlin.com, alexandre.belloni@bootlin.com, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, joe@perches.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer Message-ID: <20201123205737.4f5f06b3@archlinux> In-Reply-To: References: <20201121185824.451477-1-vilhelm.gray@gmail.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 23 Nov 2020 07:30:34 -0500 William Breathitt Gray wrote: > On Mon, Nov 23, 2020 at 09:50:34AM +0000, Nicolas.Ferre@microchip.com wrote: > > On 21/11/2020 at 19:58, William Breathitt Gray wrote: > > > Acked-by: Kamel Bouhara > > > Signed-off-by: William Breathitt Gray > > > --- > > > Changes in v3: > > > - Reorder entries to match preferred MAINTAINERS ordering > > > > > > MAINTAINERS | 7 +++++++ > > > 1 file changed, 7 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 913b5eb64e44..1ee380dfe189 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -2104,6 +2104,13 @@ S: Supported > > > F: arch/arm64/boot/dts/microchip/ > > > N: sparx5 > > > > > > +ARM/Microchip Timer Counter Block (TCB) Capture Driver > > > > Nit: we don't use the ARM/Microchip string for drivers which could be > > multi-architecture. Only AT91 and Sparx5 families have these entries. > > > > I'm not holding the patch for this: > > Acked-by: Nicolas Ferre > > Jonathan, > > If you would like me to submit a v4 with the "ARM/" string removed, just > let me know. Otherwise, feel free to make an adjustment if you want when > you merge this. No problem, I'll tweak it when I pick it up. Thanks, Jonathan > > Thanks, > > William Breathitt Gray > > > > +M: Kamel Bouhara > > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > > +L: linux-iio@vger.kernel.org > > > +S: Maintained > > > +F: drivers/counter/microchip-tcb-capture.c > > > + > > > ARM/MIOA701 MACHINE SUPPORT > > > M: Robert Jarzmik > > > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > > -- > > > 2.29.2 > > > > > > > > > _______________________________________________ > > > linux-arm-kernel mailing list > > > linux-arm-kernel@lists.infradead.org > > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > > > > > > > > > -- > > Nicolas Ferre