2022-04-27 10:50:02

by Guangbin Huang

[permalink] [raw]
Subject: [PATCH V5 0/2] drivers/perf: hisi: Add driver for HNS3 PMU

This patch-set adds driver for HNS3(HiSilicon network system version 3)
PMU and doc to descript it.

Change logs:
V4 -> V5:
- Add COMPILE_TEST and include io-64-nonatomic-hi-lo.h as suggestion of
John Garry.
V3 -> V4:
- Modify the comments of John Garry.
- Link: https://lore.kernel.org/linux-arm-kernel/[email protected]/
V2 -> V3:
- Modify the comments of John Garry.
- Link: https://lore.kernel.org/linux-arm-kernel/[email protected]/
V1 -> V2:
- Modify the comments of John Garry.
- Link: https://lore.kernel.org/linux-arm-kernel/[email protected]/

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 | 1660 +++++++++++++++++++
include/linux/cpuhotplug.h | 1 +
6 files changed, 1814 insertions(+)
create mode 100644 Documentation/admin-guide/perf/hns3-pmu.rst
create mode 100644 drivers/perf/hisilicon/hns3_pmu.c

--
2.33.0