All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
@ 2022-01-17  1:52 Guangbin Huang
  2022-01-17  1:52 ` [RESEND PATCH 1/2] drivers/perf: hisi: Add description for HNS3 PMU driver Guangbin Huang
  2022-01-17  1:52 ` [RESEND PATCH 2/2] drivers/perf: hisi: add driver for HNS3 PMU Guangbin Huang
  0 siblings, 2 replies; 5+ messages in thread
From: Guangbin Huang @ 2022-01-17  1:52 UTC (permalink / raw)
  To: john.garry, will, mark.rutland
  Cc: linux-arm-kernel, 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.

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

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

end of thread, other threads:[~2022-02-24 11:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17  1:52 [RESEND PATCH 0/2] drivers/perf: hisi: Add driver for HNS3 PMU Guangbin Huang
2022-01-17  1:52 ` [RESEND PATCH 1/2] drivers/perf: hisi: Add description for HNS3 PMU driver Guangbin Huang
2022-01-17  1:52 ` [RESEND PATCH 2/2] drivers/perf: hisi: add driver for HNS3 PMU Guangbin Huang
2022-01-18 17:14   ` John Garry
2022-02-24 11:09     ` huangguangbin (A)

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.