All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] drivers/perf: hisi: Add support for HiSilicon MN PMU driver
@ 2025-07-17  7:41 Yicong Yang
  2025-07-17  7:41 ` [PATCH v4 1/2] drivers/perf: hisi: Add support for HiSilicon NoC PMU Yicong Yang
  2025-07-17  7:41 ` [PATCH v4 2/2] drivers/perf: hisi: Add support for HiSilicon MN PMU driver Yicong Yang
  0 siblings, 2 replies; 5+ messages in thread
From: Yicong Yang @ 2025-07-17  7:41 UTC (permalink / raw)
  To: will, mark.rutland, linux-arm-kernel, linux-kernel
  Cc: hejunhao3, jonathan.cameron, prime.zeng, linuxarm, yangyicong,
	wangyushan12

From: Yicong Yang <yangyicong@hisilicon.com>

Add support for two new Uncore PMUs to monitor the events of the system bus
(by NoC PMU) and the DVM operations (by MN PMU).

Change since v3:
- Use ACPI driver data to retrieve the hardware capabilities
Link: https://lore.kernel.org/linux-arm-kernel/20250619125557.57372-1-yangyicong@huawei.com/

Junhao He (1):
  drivers/perf: hisi: Add support for HiSilicon MN PMU driver

Yicong Yang (1):
  drivers/perf: hisi: Add support for HiSilicon NoC PMU

 Documentation/admin-guide/perf/hisi-pmu.rst  |  11 +
 drivers/perf/hisilicon/Makefile              |   3 +-
 drivers/perf/hisilicon/hisi_uncore_mn_pmu.c  | 411 +++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_noc_pmu.c | 443 +++++++++++++++++++
 4 files changed, 867 insertions(+), 1 deletion(-)
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_mn_pmu.c
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_noc_pmu.c

-- 
2.24.0



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

end of thread, other threads:[~2025-07-17 12:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-17  7:41 [PATCH v4 0/2] drivers/perf: hisi: Add support for HiSilicon MN PMU driver Yicong Yang
2025-07-17  7:41 ` [PATCH v4 1/2] drivers/perf: hisi: Add support for HiSilicon NoC PMU Yicong Yang
2025-07-17 10:37   ` Jonathan Cameron
2025-07-17  7:41 ` [PATCH v4 2/2] drivers/perf: hisi: Add support for HiSilicon MN PMU driver Yicong Yang
2025-07-17 10:39   ` Jonathan Cameron

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.