Re: [PATCH v7 31/47] memory: tegra: Add missing latency allowness entry for Page Table Cache

From: Krzysztof Kozlowski
Date: Fri Nov 06 2020 - 14:06:07 EST


On Wed, Nov 04, 2020 at 07:49:07PM +0300, Dmitry Osipenko wrote:
> Add missing PTC memory client latency allowness entry to the Tegra MC
> drivers.
>
> This prevents erroneous clearing of MC_INTSTATUS 0x0 register during
> of the LA programming in tegra_mc_setup_latency_allowance() due to the
> missing entry. Note that this patch doesn't fix any known problems.
>
> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
> ---
> drivers/memory/tegra/tegra114.c | 6 ++++++
> drivers/memory/tegra/tegra124.c | 6 ++++++
> drivers/memory/tegra/tegra30.c | 6 ++++++
> 3 files changed, 18 insertions(+)

Thanks, applied.

Best regards,
Krzysztof