From patchwork Thu Aug 24 02:41:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jijie Shao X-Patchwork-Id: 13363399 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 66F82C3DA6F for ; Thu, 24 Aug 2023 02:53:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=7qTciKd78BSRjg9Vtaf2DPMxwyY4IiY1Jd38a2L4ud4=; b=zfzm6rRIdVesg1 wd5HWo7M8l2Xzjr+H6qdpki1U1j8OSLwXt/y8Asz7hv+uMBzMFfFLo6dkLZBq0fdaEuCriAd3C8OV oL0q3RrSpRM+pd3O0eHtbf66NpQX9FdGrzFkeBq6rShyv0Lb2fnk3u6GjGTOuxq41mF0jUVyHUf0F xNcTqrxvGH9ipzhGdmYZHbLR0TD6yb9EUhl//F/2sGayrlHvwb0S4SXbY0waRJeBSbpGcFadMmxCm STyZmNEMq9Em+jFlG3qc1BscRoKCGF+vXxjzoQQSfvSz9SqqEYFrNSxPQPWXJ2odWPkykLJUZ/YeZ e1o0zxb3RVh4xryeKxeA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qZ0T6-001zxr-2w; Thu, 24 Aug 2023 02:53:08 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qZ0T3-001zx6-38 for linux-arm-kernel@lists.infradead.org; Thu, 24 Aug 2023 02:53:08 +0000 Received: from kwepemm600007.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4RWSGJ6tJFzNn22; Thu, 24 Aug 2023 10:49:12 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemm600007.china.huawei.com (7.193.23.208) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Thu, 24 Aug 2023 10:52:47 +0800 From: Jijie Shao To: , , , CC: , , , , , , Subject: [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers Date: Thu, 24 Aug 2023 10:41:35 +0800 Message-ID: <20230824024135.1291459-1-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 X-Originating-IP: [10.67.165.2] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemm600007.china.huawei.com (7.193.23.208) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230823_195306_223660_D06A3E03 X-CRM114-Status: UNSURE ( 8.53 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Since Guangbin and Shaokun have left HiSilicon and will no longer maintain the drivers, update the maintainer information and thanks for their work. Signed-off-by: Jijie Shao Acked-by: Jonathan Cameron Acked-by: Yicong Yang --- changeLog v2: 1. update "HISILICON HNS3 PMU DRIVER" to "HISILICON NETWORK SUBSYSTEM 3 PMU DRIVER" suggested by Jonathan 2. update pach subject suggested by Yicong v1: https://lore.kernel.org/all/20230822122812.2384393-1-shaojijie@huawei.com/ --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4171d3a102a9..df3418780b0c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9304,8 +9304,8 @@ F: drivers/crypto/hisilicon/hpre/hpre.h F: drivers/crypto/hisilicon/hpre/hpre_crypto.c F: drivers/crypto/hisilicon/hpre/hpre_main.c -HISILICON HNS3 PMU DRIVER -M: Guangbin Huang +HISILICON NETWORK SUBSYSTEM 3 PMU DRIVER (HNS3 PMU) +M: Jijie Shao S: Supported F: Documentation/admin-guide/perf/hns3-pmu.rst F: drivers/perf/hisilicon/hns3_pmu.c @@ -9343,7 +9343,7 @@ F: Documentation/devicetree/bindings/net/hisilicon*.txt F: drivers/net/ethernet/hisilicon/ HISILICON PMU DRIVER -M: Shaokun Zhang +M: Yicong Yang M: Jonathan Cameron S: Supported W: http://www.hisilicon.com