Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp142049pxu; Wed, 25 Nov 2020 15:38:11 -0800 (PST) X-Google-Smtp-Source: ABdhPJxPkGb/fRk09t8y4yaio41HKVOEIoX5HHjPKc8N3pj7BxCuvaraVTbA0N4V40VNwPojE3V5 X-Received: by 2002:a05:6402:cba:: with SMTP id cn26mr46817edb.259.1606347490951; Wed, 25 Nov 2020 15:38:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606347490; cv=none; d=google.com; s=arc-20160816; b=z+Z8uGRg0dpXYKQmUXp57fnjJsLuDjuqpOBgEKvHaGdocamIMqEXSq4TfF1KLCNDdW Y7BI0OFE+X3ZOwZER76uU70B3IeMTPitFRC4C7hI3mdjMoKjdOhe+fVHyafLp+ogxM6K jgL2lFq53l5cCyl6Si2yF35/5EIN/I4VhrWsXBMZ7dngAyywhF9hvf0vsUzqZtYvLBo3 NU2uxFphNJAQorg2svwbY5diN+IZ3bk/vmX0UnDMcTE1wG2RvoJAwfmgMc50zLgRuC75 ZnosuRW0Nqh5JGtj3SQUY365Hck5U/r8iCfv9iE/MweqDj6lY93cQkLc4KorWqIE89fY hJgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=m8aISUMrxW5BDVLIjLiA+7KFpyWm9a8P8fD3fD4Xt2Y=; b=y+yTqYKddPp8jWAPFGXfiMHPBiZzNB5DCJcIWC8ELzMmLArn/mgqBbgYBe7JpGG6CT 7pQ33wESyzAhQw1R3/pgWupP1BjmlI98ddlUWvikRNm9oJoAD/i9W1LJbIMvB0D7+2q1 vfpTLXQ/B/5hoI5fMN3BGyjELrxyZNgvh0WpjB6b3hFrYVDKlqmiyz/S9r2rLdG5YVTd k2PUkCwSYpDKqQ4UkG3s7tSE0kpbSUsuqZK3vgg1JjKKkPWD2VqIvL6plHxkZ7sfdCMQ HskN6mAbIi1FtI9EJh1cmDps3mAMKo3wRdEr+WmP7PsJYX/XIoGqYv7BfHL/n8tMdNEB GNIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o24si2278872edz.608.2020.11.25.15.37.48; Wed, 25 Nov 2020 15:38:10 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727211AbgKYWjH (ORCPT + 99 others); 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