Re: [PATCH RESEND v3 0/7] Cleanup Tegra210 EMC frequency scaling

From: Diogo Ivo
Date: Mon May 27 2024 - 06:15:57 EST


Hello,

On Tue, May 07, 2024 at 10:30:43AM GMT, Diogo Ivo wrote:
> Hello,
>
> This patch series consists of a general cleanup of the Tegra210 EMC
> frequency scaling code for revision 7.
>
> Currently the code is relying heavily on a function, update_clock_tree_delay(),
> that is responsible for too many things, making it long and confusing.
> The general idea with these patches is to simplify this function and its
> surrounding code, making it more modular.
>
> The motivation behind these changes (besides improving readability and
> maintainability) is to make it simpler to add support in the future for
> frequency change revisions other than 7, where we can reuse a large
> portion of the modularized code rather than essentially repeating 2k
> lines of code with minimal changes.

Gentle ping on this patch series. I think this version addressed all of
the review comments, is there anything missing?

Best regards,
Diogo