From patchwork Tue Aug 16 11:44:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yicong Yang X-Patchwork-Id: 12944713 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 9161EC25B0E for ; Tue, 16 Aug 2022 11:47:39 +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:References:In-Reply-To: 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: List-Owner; bh=00wZxAUDuiQt5namcSWAJAsf2EO58y63yymo6aaBbFA=; b=kPTARECyBVmskj /3tmlTMTEEs9/3qNJx9qi+PrEtWeCY+6HPa4c4vxwDxv1aRl5+ohTjrLmWc5cwLouLf+9UFlMG577 harxKAbyaSqlMd1MdVdDbgKych9P+H8jSgVnaIqKo7NFiBW1GIngQuM5PsxirF/Hj9LHvOkptaE9u s2Q/b8Oeq6ZBMhMKwKYXh1c0uVRHpTQ3iy3FmjB7dpApny3+P7VCo/CyfYC54djIevIbbMHmoZQJP yTMc+LJvZpVFpK5hwKgdFpP3cjiT+yMq1orhXwbj15BL2CZUqqDWDoe9XtOEUQy8fuF1tnK5pfXVp maMhQr6qWmW0EEc6BoKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNv1t-001hae-Mx; Tue, 16 Aug 2022 11:46:41 +0000 Received: from szxga01-in.huawei.com ([45.249.212.187]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNv1g-001hOD-4E for linux-arm-kernel@lists.infradead.org; Tue, 16 Aug 2022 11:46:30 +0000 Received: from canpemm500009.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4M6TmF3Vj5zkWPD; Tue, 16 Aug 2022 19:42:53 +0800 (CST) Received: from localhost.localdomain (10.67.164.66) 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.24; Tue, 16 Aug 2022 19:46:13 +0800 From: Yicong Yang To: , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , Subject: [PATCH v12 5/5] MAINTAINERS: Add maintainer for HiSilicon PTT driver Date: Tue, 16 Aug 2022 19:44:14 +0800 Message-ID: <20220816114414.4092-6-yangyicong@huawei.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20220816114414.4092-1-yangyicong@huawei.com> References: <20220816114414.4092-1-yangyicong@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.67.164.66] 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-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220816_044628_415685_E2F0F7F2 X-CRM114-Status: UNSURE ( 7.95 ) 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 From: Yicong Yang Add maintainer for driver and documentation of HiSilicon PTT device. Signed-off-by: Yicong Yang Reviewed-by: Jonathan Cameron --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8a5012ba6ff9..883cb6d65276 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9185,6 +9185,14 @@ S: Supported F: Documentation/admin-guide/perf/hns3-pmu.rst F: drivers/perf/hisilicon/hns3_pmu.c +HISILICON PTT DRIVER +M: Yicong Yang +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/ + HISILICON QM DRIVER M: Weili Qian M: Zhou Wang