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

Replace "tegra_emc" with "tegra124_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/tegra124-emc.c