mbox series

[v6,0/3] Marvell Odyssey uncore performance monitor support

Message ID 20240704092022.1136805-1-gthiagarajan@marvell.com (mailing list archive)
Headers show
Series Marvell Odyssey uncore performance monitor support | expand

Message

Gowthami Thiagarajan July 4, 2024, 9:20 a.m. UTC
Odyssey is a 64 bit ARM based SoC with multiple performance monitor
units for various blocks.

This series of patches introduces support for uncore performance monitor
units (PMUs) on the Marvell Odyssey platform. The PMUs covered in this
series include the DDR PMU and LLC-TAD PMU.

v5->v6:
- Previous patch series didn't apply properly. Fixed the issue. 

Gowthami Thiagarajan (3):
  perf/marvell: Refactor to extract platform data - no functional change
  perf/marvell: perf/marvell: Odyssey DDR Performance monitor support
  perf/marvell : Odyssey LLC-TAD performance monitor support

 drivers/perf/marvell_cn10k_ddr_pmu.c | 530 +++++++++++++++++++++++----
 drivers/perf/marvell_cn10k_tad_pmu.c |  66 +++-
 2 files changed, 521 insertions(+), 75 deletions(-)

Comments

Gowthami Thiagarajan July 31, 2024, 1:52 p.m. UTC | #1
Hi Will,

Do you have any feedback for this patchset?

Thanks,
Gowthami

> -----Original Message-----
> From: Gowthami Thiagarajan <gthiagarajan@marvell.com>
> Sent: Thursday, July 4, 2024 2:50 PM
> To: will@kernel.org; mark.rutland@arm.com; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org
> Cc: George Cherian <gcherian@marvell.com>; Sunil Kovvuri Goutham <sgoutham@marvell.com>; Bharat
> Bhushan <bbhushan2@marvell.com>; Gowthami Thiagarajan <gthiagarajan@marvell.com>
> Subject: [PATCH v6 0/3] Marvell Odyssey uncore performance monitor support
> 
> Odyssey is a 64 bit ARM based SoC with multiple performance monitor
> units for various blocks.
> 
> This series of patches introduces support for uncore performance monitor
> units (PMUs) on the Marvell Odyssey platform. The PMUs covered in this
> series include the DDR PMU and LLC-TAD PMU.
> 
> v5->v6:
> - Previous patch series didn't apply properly. Fixed the issue.
> 
> Gowthami Thiagarajan (3):
>   perf/marvell: Refactor to extract platform data - no functional change
>   perf/marvell: perf/marvell: Odyssey DDR Performance monitor support
>   perf/marvell : Odyssey LLC-TAD performance monitor support
> 
>  drivers/perf/marvell_cn10k_ddr_pmu.c | 530 +++++++++++++++++++++++----
>  drivers/perf/marvell_cn10k_tad_pmu.c |  66 +++-
>  2 files changed, 521 insertions(+), 75 deletions(-)
> 
> --
> 2.25.1