All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v3 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
@ 2021-05-08  9:44 Guangbin Huang
  2021-05-08  9:44 ` [RFC PATCH v3 1/2] drivers/perf: hisi: Add description for HNS3 PMU driver Guangbin Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Guangbin Huang @ 2021-05-08  9:44 UTC (permalink / raw)
  To: john.garry, will, mark.rutland
  Cc: linux-arm-kernel, liuqi115, zhangshaokun, f.fangjian,
	huangguangbin2, lipeng321, shenjian15, moyufeng, linyunsheng,
	tanhuazhong, salil.mehta, zhangjiaran

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

This patchset is based on 5.12. Before applying this patchset, please
apply patchset "drivers/perf: hisi: Add support for PCIe PMU" firstly,
because the code of this driver is the same directory as HiSilicon PCIe
PMU.

change log:

V3:
 - add a space before "*/" in patch #2.
 - add supported events for HNS3 PMU.

V2:
 - Address the comments from John.
 - Link: https://lore.kernel.org/linux-arm-kernel/1616377787-1550-1-git-send-email-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 |  129 +++
 MAINTAINERS                                 |    6 +
 drivers/perf/pci/Kconfig                    |    8 +
 drivers/perf/pci/hisilicon/Makefile         |    1 +
 drivers/perf/pci/hisilicon/hns3_pmu.c       | 1586 +++++++++++++++++++++++++++
 include/linux/cpuhotplug.h                  |    1 +
 6 files changed, 1731 insertions(+)
 create mode 100644 Documentation/admin-guide/perf/hns3-pmu.rst
 create mode 100644 drivers/perf/pci/hisilicon/hns3_pmu.c

-- 
2.8.1


_______________________________________________
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] 11+ messages in thread

end of thread, other threads:[~2021-06-03  1:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08  9:44 [RFC PATCH v3 0/2] drivers/perf: hisi: Add driver for HNS3 PMU Guangbin Huang
2021-05-08  9:44 ` [RFC PATCH v3 1/2] drivers/perf: hisi: Add description for HNS3 PMU driver Guangbin Huang
2021-05-10 15:48   ` Jonathan Cameron
2021-05-25  2:16     ` huangguangbin (A)
2021-05-08  9:44 ` [RFC PATCH v3 2/2] drivers/perf: hisi: add driver for HNS3 PMU Guangbin Huang
2021-05-10 16:33   ` Jonathan Cameron
2021-05-25  2:17     ` huangguangbin (A)
2021-05-10  8:49 ` [RFC PATCH v3 0/2] drivers/perf: hisi: Add " John Garry
2021-06-02 12:12   ` huangguangbin (A)
2021-06-02 12:29     ` John Garry
2021-06-03  1:25       ` 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.