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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 DB05DC56201 for ; Wed, 25 Nov 2020 22:40:23 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 758E2206B5 for ; Wed, 25 Nov 2020 22:40:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PXFeiB/T" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 758E2206B5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=vmxgKn2J1a0GPzkLVpH+K/rIa1/SlI+BIlI6B7t5onM=; b=PXFeiB/TQCnGtnT4LrxfXS7T7 ESZyT8wWfiAJsveimU9J4fS9nNf2utRuXP7v7PCPWdMFr3dWaXiRY0d2SsZmOdyL28y9ETHBfJ9vu 9IQruH1JGXS4fDrAHfCblwF4ZW57NqV2mKDGHwC+nvXpK8tFJ14f1TTQlR4EWp3V4DlAgn08+YXiA Bb0PE3u4d+vsAHxnCDGVa5UCfKP9ZvOX2NGO5Gm8aIlWRhOGK+jaRe+n3lIdClesvohkj5WxdxLGO hbUrMfE4PttslC8SkUn8M7Ts1zUtJVqqfXDMrVU1bFbLifJBFjANgh38L33fvoA1NDi+Z9E0ZEiUJ BUzObhjSg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ki3RV-0005Gz-0B; Wed, 25 Nov 2020 22:39:17 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ki3RS-0005GG-Li for linux-arm-kernel@lists.infradead.org; Wed, 25 Nov 2020 22:39:15 +0000 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 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-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201125_173914_796447_2944906B X-CRM114-Status: GOOD ( 17.28 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: coresight@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel