| From: |
| Guangbin Huang <huangguangbin2-AT-huawei.com> |
| To: |
| <john.garry-AT-huawei.com>, <will-AT-kernel.org>, <mark.rutland-AT-arm.com> |
| Subject: |
| [PATCH V2 0/2] drivers/perf: hisi: Add driver for HNS3 PMU |
| Date: |
| Mon, 28 Feb 2022 20:39:53 +0800 |
| Message-ID: |
| <20220228123955.30284-1-huangguangbin2@huawei.com> |
| Cc: |
| <linux-arm-kernel-AT-lists.infradead.org>, <linux-kernel-AT-vger.kernel.org>, <linuxarm-AT-huawei.com>, <liuqi115-AT-huawei.com>, <zhangshaokun-AT-hisilicon.com>, <f.fangjian-AT-huawei.com>, <huangguangbin2-AT-huawei.com>, <lipeng321-AT-huawei.com>, <shenjian15-AT-huawei.com>, <moyufeng-AT-huawei.com> |
| Archive-link: |
| Article |
This patch-set adds driver for HNS3(HiSilicon network system version 3)
PMU and doc to descript it.
Change logs:
V1 -> V2:
- Modify the comments of John Garry.
- Link: https://lore.kernel.org/linux-arm-kernel/20220117015222.9...
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 | 136 ++
MAINTAINERS | 6 +
drivers/perf/hisilicon/Kconfig | 10 +
drivers/perf/hisilicon/Makefile | 1 +
drivers/perf/hisilicon/hns3_pmu.c | 1632 +++++++++++++++++++
include/linux/cpuhotplug.h | 1 +
6 files changed, 1786 insertions(+)
create mode 100644 Documentation/admin-guide/perf/hns3-pmu.rst
create mode 100644 drivers/perf/hisilicon/hns3_pmu.c
--
2.33.0