]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf/marvell: Refactor to extract platform data
authorGowthami Thiagarajan <gthiagarajan@marvell.com>
Fri, 8 Nov 2024 04:06:15 +0000 (09:36 +0530)
committerWill Deacon <will@kernel.org>
Mon, 9 Dec 2024 15:57:17 +0000 (15:57 +0000)
commit349f77e10952f0a9a37030e5caa55b80d044d739
treef5e6044b45b4810b28b7cd1ea623270e1924d94b
parent8632306e093c56508aee876dd8855d53399aa83b
perf/marvell: Refactor to extract platform data

Introduce a refactor to the Marvell DDR pmu driver to extract platform
data ("pdata") from the existing driver. Prepare for the upcoming
support of the next version of the Performance Monitoring Unit (PMU) in
this driver.

Make no functional changes, this refactor solely improves code
organization and prepares for future enhancements.

While at it, fix a typo.

Signed-off-by: Gowthami Thiagarajan <gthiagarajan@marvell.com>
Link: https://lore.kernel.org/r/20241108040619.753343-2-gthiagarajan@marvell.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/marvell_cn10k_ddr_pmu.c