Re: [PATCH v6 1/3] perf/marvell: Refactor to extract platform data - no functional change
From: Will Deacon
Date: Fri Aug 16 2024 - 08:12:49 EST
On Thu, Jul 04, 2024 at 02:50:20PM +0530, Gowthami Thiagarajan wrote:
> This commit introduces a refactor to the Marvell driver
> code, specifically targeting the extraction of platform data
> (referred to as "pdata") from the existing driver. The purpose of
> this refactor is to prepare for the upcoming support of the next
> version of the Performance Monitoring Unit (PMU) in this
> driver.
>
> No functional changes are introduced in this refactor. Its sole
> purpose is to improve code organization and pave the way for
> future enhancements to the driver.
>
> Signed-off-by: Gowthami Thiagarajan <gthiagarajan@xxxxxxxxxxx>
> ---
> drivers/perf/marvell_cn10k_ddr_pmu.c | 282 ++++++++++++++++++++-------
> 1 file changed, 210 insertions(+), 72 deletions(-)
Please split this into a set of logically distinct changes. One large
"refactor" patch is unreviewable.
Will