From patchwork Thu Jan 12 11:22:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yicong Yang X-Patchwork-Id: 42381 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a5d:4e01:0:0:0:0:0 with SMTP id p1csp3831504wrt; Thu, 12 Jan 2023 03:39:18 -0800 (PST) X-Google-Smtp-Source: AMrXdXt2id8HjrhOHWu+6Re0AD0G8E1AyP5utJOXbFkkzcewwf/qp0V+8hKyZ12JfNAtho3WQHH9 X-Received: by 2002:a17:906:260e:b0:7c4:fe3c:cb2a with SMTP id h14-20020a170906260e00b007c4fe3ccb2amr66367727ejc.56.1673523557783; Thu, 12 Jan 2023 03:39:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1673523557; cv=none; d=google.com; s=arc-20160816; b=NpDJYWBDP6vRbYordSeAK1Qz0VkTjk9jqXpgNEgnppc82o/M++QNOg/lenafb90h7U v+GxOWOhgQ9+bNKNIqg+tc28xBNUahJNA6L6C9qbIN0bfovU7ZZX5Q5W8chv8HMCPtKU bRiXj1y5K/Bb3uNirIW8xJYOiPqsQXd9XG3Ggyd9gzFJ1ObMiO4J8JnlyW+DFzAFz50S yjxpX7U/pEXb36bX2hZ9RELbY9DgeKIg77q0LYScPZu8Web/uKlFNppcMbI6A1GAhz2J FuFBWqUzm+0Ow8hvPmMlaIBMficUuu4ngGXVEBASsSfCgWc8L/+Iq7CiZT24bom53g42 z4qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=yh/Ev2W1dCSRVPQb0qaqrxUeExB09Bl2SvHu44udB7M=; b=UjBe7xctbod93nVviBXuonkyC/TrPDL1I/AKcCvJ6JG1qu0bdYJW+HDBjgaDWm7AGo oWAp1GGuh+Ux0bLpF94A277gKN15ckVPISMvR3UnY/DtP1+mac64etdl9mCMDUWk0tlu ege6oHKgAgTu4c7eSmduyTzfRTD51UirKdvJfUEMtfHc2iGP51yQmWQm6X5zYPElYCI6 9+pUi+k77ab9vNzwXcmbs8Y0iMK83uLpfSz1h38xATIC9ZVSZchgpKmoCascvNYhEl8b zqDRJJw4yqKPZCpb0IX/ZOp05iWhet+75WFRRoQEfjEN3QoTC0M3+4301BPftxum1ggO WOOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id bb2-20020a1709070a0200b008626e197ac3si3322065ejc.692.2023.01.12.03.38.53; Thu, 12 Jan 2023 03:39:17 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231733AbjALLdy (ORCPT + 99 others); Thu, 12 Jan 2023 06:33:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230232AbjALLdJ (ORCPT ); Thu, 12 Jan 2023 06:33:09 -0500 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8EE84FD4E; Thu, 12 Jan 2023 03:22:41 -0800 (PST) Received: from canpemm500009.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Nt2D642xtzRrF2; Thu, 12 Jan 2023 19:20:54 +0800 (CST) Received: from localhost.localdomain (10.50.163.32) by canpemm500009.china.huawei.com (7.192.105.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.34; Thu, 12 Jan 2023 19:22:38 +0800 From: Yicong Yang To: , , , CC: , , , , , Yicong Yang , Jonathan Cameron Subject: [PATCH v3 2/2] MAINTAINERS: Update the entries for HiSilicon PTT device driver Date: Thu, 12 Jan 2023 19:22:01 +0800 Message-ID: <20230112112201.16283-2-yangyicong@huawei.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20230112112201.16283-1-yangyicong@huawei.com> References: <20230112112201.16283-1-yangyicong@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.50.163.32] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To canpemm500009.china.huawei.com (7.192.105.203) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1754816637934699670?= X-GMAIL-MSGID: =?utf-8?q?1754816637934699670?= From: Yicong Yang Add missing entries for the perf userspace part of this driver. Also add Jonathan as the maintainer for his expertise on this driver and PCIe stuffs. Signed-off-by: Yicong Yang Acked-by: Jonathan Cameron --- No Change since v2: Link: https://lore.kernel.org/linux-pci/20230110130833.53474-2-yangyicong@huawei.com/ Change since v1: - Add tag from Jonathan Link: https://lore.kernel.org/linux-pci/20221122120209.25682-2-yangyicong@huawei.com/ MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a36df9ed283d..0cfd358da378 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9375,11 +9375,15 @@ F: drivers/perf/hisilicon/hns3_pmu.c HISILICON PTT DRIVER M: Yicong Yang +M: Jonathan Cameron L: linux-kernel@vger.kernel.org S: Maintained F: Documentation/ABI/testing/sysfs-devices-hisi_ptt F: Documentation/trace/hisi-ptt.rst F: drivers/hwtracing/ptt/ +F: tools/perf/arch/arm64/util/hisi-ptt.c +F: tools/perf/util/hisi-ptt* +F: tools/perf/util/hisi-ptt-decoder/* HISILICON QM DRIVER M: Weili Qian