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

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