All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
@ 2022-02-28 12:39 ` Guangbin Huang
  0 siblings, 0 replies; 12+ messages in thread
From: Guangbin Huang @ 2022-02-28 12:39 UTC (permalink / raw)
  To: john.garry, will, mark.rutland
  Cc: linux-arm-kernel, linux-kernel, linuxarm, liuqi115, zhangshaokun,
	f.fangjian, huangguangbin2, lipeng321, shenjian15, moyufeng

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.9617-1-huangguangbin2@huawei.com/

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-04-14  8:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 12:39 [PATCH V2 0/2] drivers/perf: hisi: Add driver for HNS3 PMU Guangbin Huang
2022-02-28 12:39 ` Guangbin Huang
2022-02-28 12:39 ` [PATCH V2 1/2] drivers/perf: hisi: Add description for HNS3 PMU driver Guangbin Huang
2022-02-28 12:39   ` Guangbin Huang
2022-02-28 12:39 ` [PATCH V2 2/2] drivers/perf: hisi: add driver for HNS3 PMU Guangbin Huang
2022-02-28 12:39   ` Guangbin Huang
2022-03-02 16:10   ` John Garry
2022-03-02 16:10     ` John Garry
2022-03-25 12:08     ` huangguangbin (A)
2022-03-25 12:08       ` huangguangbin (A)
2022-04-14  8:44       ` John Garry
2022-04-14  8:44         ` John Garry

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.