All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] perf: ampere: Add support for Ampere SoC PMUs
@ 2023-06-22  1:11 ` Ilkka Koskinen
  0 siblings, 0 replies; 24+ messages in thread
From: Ilkka Koskinen @ 2023-06-22  1:11 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy, Besar Wicaksono, Suzuki K Poulose,
	Mark Rutland
  Cc: Ilkka Koskinen, linux-arm-kernel, linux-kernel

Changes since v3:
    * use_64b_counter_reg => has_atomic_dword (patch 1/4)
    * Removed the unnecessary hook for group validation (patch 3/4)
    * Added group config validation to ampere_cspmu_validate_event() (patch 4/4) 
    * Rebased the patchset

Changes since v2:
    * Changed to use supports_64bits_atomics() and replaced the split writes
      with lo_hi_writeq()
    * Added implementation specific group validation to patch 3
    * Dropped shared interrupt patch
    * Removed unnecessary filter_enable parameter from ampere module
    * Added group validation to ampere module

Changes since v1:
    * Rather than creating a completely new driver, implemented as a submodule
      of Arm CoreSight PMU driver
    * Fixed shared filter handling

Ilkka Koskinen (4):
  perf: arm_cspmu: Split 64-bit write to 32-bit writes
  perf: arm_cspmu: Support implementation specific filters
  perf: arm_cspmu: Support implementation specific validation
  perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU

 .../admin-guide/perf/ampere_cspmu.rst         |  29 +++
 drivers/perf/arm_cspmu/Makefile               |   2 +-
 drivers/perf/arm_cspmu/ampere_cspmu.c         | 232 ++++++++++++++++++
 drivers/perf/arm_cspmu/ampere_cspmu.h         |  17 ++
 drivers/perf/arm_cspmu/arm_cspmu.c            |  28 ++-
 drivers/perf/arm_cspmu/arm_cspmu.h            |   6 +
 6 files changed, 309 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/admin-guide/perf/ampere_cspmu.rst
 create mode 100644 drivers/perf/arm_cspmu/ampere_cspmu.c
 create mode 100644 drivers/perf/arm_cspmu/ampere_cspmu.h

-- 
2.40.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] 24+ messages in thread

end of thread, other threads:[~2023-06-22 23:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22  1:11 [PATCH 0/4] perf: ampere: Add support for Ampere SoC PMUs Ilkka Koskinen
2023-06-22  1:11 ` Ilkka Koskinen
2023-06-22  1:11 ` [PATCH 1/4] perf: arm_cspmu: Split 64-bit write to 32-bit writes Ilkka Koskinen
2023-06-22  1:11   ` Ilkka Koskinen
2023-06-22 10:17   ` Besar Wicaksono
2023-06-22 10:17     ` Besar Wicaksono
2023-06-22  1:11 ` [PATCH 2/4] perf: arm_cspmu: Support implementation specific filters Ilkka Koskinen
2023-06-22  1:11   ` Ilkka Koskinen
2023-06-22  8:33   ` Jonathan Cameron
2023-06-22  8:33     ` Jonathan Cameron
2023-06-22 10:14     ` Besar Wicaksono
2023-06-22 10:14       ` Besar Wicaksono
2023-06-22 23:23       ` Ilkka Koskinen
2023-06-22 23:23         ` Ilkka Koskinen
2023-06-22  1:11 ` [PATCH 3/4] perf: arm_cspmu: Support implementation specific validation Ilkka Koskinen
2023-06-22  1:11   ` Ilkka Koskinen
2023-06-22  8:34   ` Jonathan Cameron
2023-06-22  8:34     ` Jonathan Cameron
2023-06-22  1:11 ` [PATCH 4/4] perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU Ilkka Koskinen
2023-06-22  1:11   ` Ilkka Koskinen
2023-06-22  8:51   ` Jonathan Cameron
2023-06-22  8:51     ` Jonathan Cameron
2023-06-22 23:21     ` Ilkka Koskinen
2023-06-22 23:21       ` Ilkka Koskinen

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.