linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add HiSilicon SoC uncore Performance Monitoring Unit driver
@ 2017-06-27  8:26 Shaokun Zhang
  2017-06-27  8:26 ` [PATCH 1/6] Documentation: perf: hisi: Documentation for HiSilicon SoC PMU driver Shaokun Zhang
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Shaokun Zhang @ 2017-06-27  8:26 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds support for HiSilicon SoC uncore PMUs driver. It
includes L3C, Hydra Home Agent (HHA) and DDRC.

Shaokun Zhang (6):
  Documentation: perf: hisi: Documentation for HiSilicon SoC PMU driver
  drivers: perf: hisi: Add support for HiSilicon SoC uncore PMU driver
  drivers: perf: hisi: Add support for HiSilicon SoC L3C PMU driver
  drivers: perf: hisi: Add support for HiSilicon SoC HHA PMU driver
  drivers: perf: hisi: Add support for HiSilicon SoC DDRC PMU driver
  arm64: MAINTAINERS: hisi: Add HiSilicon SoC PMU support

 Documentation/perf/hisi-pmu.txt               |  51 +++
 MAINTAINERS                                   |   7 +
 drivers/perf/Kconfig                          |   7 +
 drivers/perf/Makefile                         |   1 +
 drivers/perf/hisilicon/Makefile               |   1 +
 drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c | 435 ++++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c  | 451 +++++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c  | 554 ++++++++++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_pmu.c      | 416 +++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_pmu.h      | 116 ++++++
 include/linux/cpuhotplug.h                    |   1 +
 11 files changed, 2040 insertions(+)
 create mode 100644 Documentation/perf/hisi-pmu.txt
 create mode 100644 drivers/perf/hisilicon/Makefile
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_pmu.c
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_pmu.h

-- 
1.9.1

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

end of thread, other threads:[~2017-06-28 10:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-27  8:26 [PATCH 0/6] Add HiSilicon SoC uncore Performance Monitoring Unit driver Shaokun Zhang
2017-06-27  8:26 ` [PATCH 1/6] Documentation: perf: hisi: Documentation for HiSilicon SoC PMU driver Shaokun Zhang
2017-06-27  8:26 ` [PATCH 2/6] drivers: perf: hisi: Add support for HiSilicon SoC uncore " Shaokun Zhang
2017-06-28  1:49   ` kbuild test robot
2017-06-28  5:50     ` Zhangshaokun
2017-06-27  8:26 ` [PATCH 3/6] drivers: perf: hisi: Add support for HiSilicon SoC L3C " Shaokun Zhang
2017-06-28  9:21   ` kbuild test robot
2017-06-28  9:21   ` [PATCH] drivers: perf: hisi: fix ptr_ret.cocci warnings kbuild test robot
2017-06-27  8:26 ` [PATCH 4/6] drivers: perf: hisi: Add support for HiSilicon SoC HHA PMU driver Shaokun Zhang
2017-06-28  9:56   ` [PATCH] drivers: perf: hisi: fix ptr_ret.cocci warnings kbuild test robot
2017-06-28  9:56   ` [PATCH 4/6] drivers: perf: hisi: Add support for HiSilicon SoC HHA PMU driver kbuild test robot
2017-06-28 10:55     ` John Garry
2017-06-27  8:26 ` [PATCH 5/6] drivers: perf: hisi: Add support for HiSilicon SoC DDRC " Shaokun Zhang
2017-06-28 10:42   ` [PATCH] drivers: perf: hisi: fix ptr_ret.cocci warnings kbuild test robot
2017-06-28 10:42   ` [PATCH 5/6] drivers: perf: hisi: Add support for HiSilicon SoC DDRC PMU driver kbuild test robot
2017-06-27  8:26 ` [PATCH 6/6] arm64: MAINTAINERS: hisi: Add HiSilicon SoC PMU support Shaokun Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).