summaryrefslogtreecommitdiff
path: root/drivers/memory/tegra/tegra186-emc.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-29Merge tag 'memory-controller-drv-7.3' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-9/+46
2026-07-08memory: tegra: add multi-socket support to the memory interconnectSumit Gupta1-9/+46
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-09memory: tegra186-emc: stop borrowing MC aggregate hook for EMCSumit Gupta1-3/+1
2026-02-24memory: tegra: Add support for DBB clock on Tegra264Thierry Reding1-0/+8
2025-11-22memory: tegra186-emc: Fix missing put_bpmpJon Hunter1-3/+5
2025-10-13memory: tegra186-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski1-9/+9
2025-10-13memory: tegra186-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski1-8/+6
2025-10-13memory: tegra186-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski1-5/+2
2025-07-11memory: tegra: Add Tegra264 MC and EMC supportSumit Gupta1-1/+4
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-08-14memory: tegra186-emc: drop unused to_tegra186_emc()Krzysztof Kozlowski1-5/+0
2024-02-26interconnect: constify of_phandle_args in xlateKrzysztof Kozlowski1-1/+1
2023-12-19memory: tegra186-emc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-25memory: tegra: Prefer octal over symbolic permissionsThierry Reding1-6/+6
2023-07-25memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supportedSumit Gupta1-65/+71
2023-05-16memory: tegra: Add interconnect support for DRAM scaling in Tegra234Sumit Gupta1-0/+133
2023-03-09memory: tegra: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2022-10-17memory: tegra186-emc: use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-05-09memory: tegra: Add Tegra234 supportThierry Reding1-0/+3
2021-10-07memory: tegra186-emc: Fix error return code in tegra186_emc_probe()Yang Yingliang1-0/+1
2021-09-20memory: tegra186-emc: Handle errors in BPMP responseMikko Perttunen1-0/+4
2021-02-08memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jiapeng Chong1-6/+6
2020-09-02memory: tegra186-emc: Simplify with dev_err_probe()Krzysztof Kozlowski1-8/+2
2020-07-14memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194Jon Hunter1-2/+2
2020-06-22memory: tegra: Delete some dead codeDan Carpenter1-5/+0
2020-06-22memory: tegra: Fix an error handling path in tegra186_emc_probe()Christophe JAILLET1-5/+11
2020-01-09memory: tegra: Add support for the Tegra194 memory controllerThierry Reding1-0/+3
2020-01-09memory: tegra: Only include support for enabled SoCsThierry Reding1-0/+2
2020-01-09memory: tegra: Support DVFS on Tegra186 and laterThierry Reding1-0/+288