]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
memory: tegra30-emc: Add the SoC model prefix to functions
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 11 Sep 2025 09:43:24 +0000 (11:43 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 13 Oct 2025 00:23:03 +0000 (02:23 +0200)
commit50c833c5cd9450c8c67d32883ea290dcbd633ea0
treef58569f9d024d947c436cb6af19fe67d19025179
parent5c8c19417c9777aba1bc9a1d93c95edec48d8b19
memory: tegra30-emc: Add the SoC model prefix to functions

Replace "tegra_emc" with "tegra30_emc" in all functions to:
1. Avoid name clashing with other Tegra EMC drivers which makes it
   easier to jump to function definitions,
2. Decode the calltraces a bit easier,
3. Unify with other Tegra MC and EMC drivers, which use the SoC model
   prefixes.

No functional impact.

Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/tegra/tegra30-emc.c