All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] Add HiSilicon SoC uncore Performance Monitoring Unit driver
@ 2017-10-19 11:05 ` Shaokun Zhang
  0 siblings, 0 replies; 24+ messages in thread
From: Shaokun Zhang @ 2017-10-19 11:05 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.

Changes in v6:
* remove redundant member hisi_pmu::oneline_cpus
* rename member hisi_pmu::id
* add event code check when event init
* fix online/offline notifier for L3C/HHA/DDRC

Changes in v5:
* remove unnecessary name/num_events member in hisi_pmu
* refactor hisi_pmu_hwevents structure
* remove hisi_pmu_alloc function
* revise cpuhotplug for L3C PMUs
* add cpuhotplug for HHA/DDRC PMUs
* fix the name format of uncore PMUs
* remove unnecessary variants

Changes in v4:
* remove redundant code and comments
* reverse the functions order in exit function
* remove some GPL information
* revise including header file
* fix Jonathan's other comments

Changes in v3:
* rebase to 4.13-rc1
* add dev_err if ioremap fails for PMUs
 
Changes in v2:
* fix kbuild test robot error
* make hisi_uncore_ops static

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

 Documentation/perf/hisi-pmu.txt               |  53 +++
 MAINTAINERS                                   |   7 +
 drivers/perf/Kconfig                          |   7 +
 drivers/perf/Makefile                         |   1 +
 drivers/perf/hisilicon/Makefile               |   1 +
 drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c | 463 +++++++++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c  | 473 ++++++++++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c  | 463 +++++++++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_pmu.c      | 444 ++++++++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_pmu.h      | 102 ++++++
 include/linux/cpuhotplug.h                    |   3 +
 11 files changed, 2017 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] 24+ messages in thread

end of thread, other threads:[~2017-10-20  1:57 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19 11:05 [PATCH v6 0/6] Add HiSilicon SoC uncore Performance Monitoring Unit driver Shaokun Zhang
2017-10-19 11:05 ` Shaokun Zhang
2017-10-19 11:05 ` [PATCH v6 1/6] Documentation: perf: hisi: Documentation for HiSilicon SoC PMU driver Shaokun Zhang
2017-10-19 11:05   ` Shaokun Zhang
2017-10-19 11:05 ` [PATCH v6 2/6] perf: hisi: Add support for HiSilicon SoC uncore " Shaokun Zhang
2017-10-19 11:05   ` Shaokun Zhang
2017-10-19 11:22   ` Mark Rutland
2017-10-19 11:22     ` Mark Rutland
2017-10-19 11:05 ` [PATCH v6 3/6] perf: hisi: Add support for HiSilicon SoC L3C " Shaokun Zhang
2017-10-19 11:05   ` Shaokun Zhang
2017-10-19 11:05 ` [PATCH v6 4/6] perf: hisi: Add support for HiSilicon SoC HHA " Shaokun Zhang
2017-10-19 11:05   ` Shaokun Zhang
2017-10-19 11:05 ` [PATCH v6 5/6] perf: hisi: Add support for HiSilicon SoC DDRC " Shaokun Zhang
2017-10-19 11:05   ` Shaokun Zhang
2017-10-19 11:05 ` [PATCH v6 6/6] arm64: MAINTAINERS: hisi: Add HiSilicon SoC PMU support Shaokun Zhang
2017-10-19 11:05   ` Shaokun Zhang
2017-10-19 12:29 ` [PATCH v6 0/6] Add HiSilicon SoC uncore Performance Monitoring Unit driver Mark Rutland
2017-10-19 12:29   ` Mark Rutland
2017-10-19 15:28   ` Will Deacon
2017-10-19 15:28     ` Will Deacon
2017-10-19 15:32     ` Mark Rutland
2017-10-19 15:32       ` Mark Rutland
2017-10-20  1:56       ` Zhangshaokun
2017-10-20  1:56         ` Zhangshaokun

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.