Re: [PATCH v2 4/7] memory: tegra: Add Tegra114 EMC driver
From: Krzysztof Kozlowski
Date: Mon May 04 2026 - 14:53:45 EST
On 27/04/2026 09:03, Svyatoslav Ryhel wrote:
> Introduce driver for the External Memory Controller (EMC) found in
> Tegra114 SoC. It controls the external DRAM on the board. The purpose of
> this driver is to program memory timing for external memory on the EMC
> clock rate change.
>
> Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>
> Reviewed-by: Mikko Perttunen <mperttunen@xxxxxxxxxx>
> ---
> drivers/memory/tegra/Kconfig | 13 +
> drivers/memory/tegra/Makefile | 1 +
> drivers/memory/tegra/tegra114-emc.c | 1353 +++++++++++++++++++++++++++
> 3 files changed, 1367 insertions(+)
> create mode 100644 drivers/memory/tegra/tegra114-emc.c
I applied this but again this re-introduces OLD patterns which were removed.
Don't send old code or downstream. This was fixed half a year ago.
Best regards,
Krzysztof