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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 8AAC5C56202 for ; Wed, 25 Nov 2020 22:39:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 47D73206B5 for ; Wed, 25 Nov 2020 22:39:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727413AbgKYWjH (ORCPT ); Wed, 25 Nov 2020 17:39:07 -0500 Received: from foss.arm.com ([217.140.110.172]:48958 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726802AbgKYWjH (ORCPT ); Wed, 25 Nov 2020 17:39:07 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 24DEA31B; Wed, 25 Nov 2020 14:39:07 -0800 (PST) Received: from [10.57.56.151] (unknown [10.57.56.151]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 559213F70D; Wed, 25 Nov 2020 14:39:04 -0800 (PST) Subject: Re: [PATCH] MAINTAINERS: Adding help for coresight subsystem To: Mathieu Poirier , gregkh@linuxfoundation.org, leo.yan@linaro.org Cc: coresight@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20201125223519.734388-1-mathieu.poirier@linaro.org> From: Suzuki K Poulose Message-ID: Date: Wed, 25 Nov 2020 22:38:59 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201125223519.734388-1-mathieu.poirier@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/25/20 10:35 PM, Mathieu Poirier wrote: > With the steady stream of new features coming into the subsystem > it has been clear for some time now that help is needed. > > Suzuki and Leo have worked extensively on various parts of the > project and have agreed to help. > > While at it add the new location for the coresight git tree. > > Signed-off-by: Mathieu Poirier > --- > MAINTAINERS | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e73636b75f29..8d0b008c7781 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1723,11 +1723,13 @@ F: arch/arm/mach-ep93xx/micro9.c > > ARM/CORESIGHT FRAMEWORK AND DRIVERS > M: Mathieu Poirier > -R: Suzuki K Poulose > +M: Suzuki K Poulose Acked-by : Suzuki K Poulose