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 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 BCD21C433F5 for ; Mon, 17 Jan 2022 01:59:01 +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=kXL6bMgihI+LaJlMbSu6w6LhqCDjqLuzt87UJ/21ffw=; b=YK436QVsAVoYDM ElCjaSmccQLY14PPQurBkdvYOleMT3pDrWgqwuim/w5U11M/nub3vzjLsfwu19fo8dp+h25NT2v7o h6OqVUI4yKlSTqoNH3MbUF2RGFsyXjoTZVvXx5oDPuTFrs8aqgDmWukQg67UiLhNZQIK5e+eLEHRJ FgAmQw5vdakbv0TmTeo7tXLBljBDDrkTBGTJs//CCnXnUvYyhC5DHk7zsuMhkl28JyOXUL8Z0JVu3 RPoDYe9Gmh9bOZc9E2kPuHBpEW+9uL+fLznhNiv9VUqbM7PU0fk8YhWQWUNUdDpd+SATaQigQA5zw k8CRpQOhbAUWhAPxyQ9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n9HHG-00DEVd-Pn; Mon, 17 Jan 2022 01:57:46 +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 1n9HHC-00DEUo-K0 for linux-arm-kernel@lists.infradead.org; Mon, 17 Jan 2022 01:57:43 +0000 Received: from kwepemi500002.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4JcZgz1LLCzZdgr; Mon, 17 Jan 2022 09:53:51 +0800 (CST) Received: from kwepemm600016.china.huawei.com (7.193.23.20) by kwepemi500002.china.huawei.com (7.221.188.171) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Mon, 17 Jan 2022 09:57:33 +0800 Received: from localhost.localdomain (10.67.165.24) by kwepemm600016.china.huawei.com (7.193.23.20) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Mon, 17 Jan 2022 09:57:32 +0800 From: Guangbin Huang To: , , CC: , , , , , , , Subject: [RESEND PATCH 0/2] drivers/perf: hisi: Add driver for HNS3 PMU Date: Mon, 17 Jan 2022 09:52:20 +0800 Message-ID: <20220117015222.9617-1-huangguangbin2@huawei.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-Originating-IP: [10.67.165.24] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemm600016.china.huawei.com (7.193.23.20) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220116_175742_863771_D62406E6 X-CRM114-Status: UNSURE ( 7.91 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patch-set adds driver for HNS3(HiSilicon network system version 3) PMU and doc to descript it. Guangbin Huang (2): drivers/perf: hisi: Add description for HNS3 PMU driver drivers/perf: hisi: add driver for HNS3 PMU Documentation/admin-guide/perf/hns3-pmu.rst | 122 ++ MAINTAINERS | 6 + drivers/perf/hisilicon/Kconfig | 9 + drivers/perf/hisilicon/Makefile | 1 + drivers/perf/hisilicon/hns3_pmu.c | 1631 +++++++++++++++++++ include/linux/cpuhotplug.h | 1 + 6 files changed, 1770 insertions(+) create mode 100644 Documentation/admin-guide/perf/hns3-pmu.rst create mode 100644 drivers/perf/hisilicon/hns3_pmu.c -- 2.33.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel