Synchronizing mainline HiSilicon uncore PMU patches
The HISI uncore UC PMU and uncore H60PA/PAv3 PMU drivers have been
integrated into the main line. Compared with OLK-5.10, some
modifications are made.
Add support for HiSilicon UC/H60PA/PAv3 PMU driver.
PAv3 PMU: Compared with the PAv2 PMU, the PAv3 PMU has different event.
The PAv3 PMU removed some events which are supported by PAv2 PMU. The
older PA PMU driver will probe v3 as v2. Add the HISI0275 HID for PAv3
PMU to distinguish different.
H60PA PMU: The H60PA PMU and PA are two different devices. The H60PA PMU
supports higher bandwidth, and the PA PMU delay is relatively low.
Different HIDs are used to distinguish the delay.
UC PMU: Each cluster is integrated with a unified cache (UC) PMU, which
provides consistency between NUMA and UMA domains. It sits between
L2 and the memory system.
Junhao He (4):
Revert "drivers/perf: hisi: Add support for HiSilicon UC PMU driver"
Revert "drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3
PMU driver"
drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU
driver
drivers/perf: hisi: Add support for HiSilicon UC PMU driver
drivers/perf/hisilicon/hisi_uncore_pa_pmu.c | 107 +++++++++-----------
drivers/perf/hisilicon/hisi_uncore_pmu.c | 5 +-
drivers/perf/hisilicon/hisi_uncore_pmu.h | 32 +-----
drivers/perf/hisilicon/hisi_uncore_uc_pmu.c | 35 +++----
4 files changed, 72 insertions(+), 107 deletions(-)
--
2.33.0