summaryrefslogtreecommitdiff
path: root/drivers/memory/tegra/mc.c
AgeCommit message (Expand)Author
2026-03-07memory: tegra: Add MC error logging support for Tegra264Ketan Patil
2026-03-07memory: tegra: Prepare for supporting multiple intmask registersKetan Patil
2026-03-07memory: tegra: Group SoC specific fieldsKetan Patil
2026-03-07memory: tegra: Add support for multiple IRQsKetan Patil
2026-03-07memory: tegra: Group error handling related registersKetan Patil
2026-03-05memory: tegra-mc: Use %pe formatKrzysztof Kozlowski
2026-03-05memory: tegra-mc: Simplify printing PTR_ERR with dev_err_probeKrzysztof Kozlowski
2026-03-05memory: tegra-mc: Drop tegra_mc_setup_latency_allowance() return valueKrzysztof Kozlowski
2025-07-11memory: tegra: Add Tegra264 MC and EMC supportSumit Gupta
2024-08-21memory: tegra-mc: simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-02-26interconnect: constify of_phandle_args in xlateKrzysztof Kozlowski
2023-09-25iommu/tegra-gart: Remove tegra-gartJason Gunthorpe
2023-07-25memory: Explicitly include correct DT includesRob Herring
2023-07-10memory: tegra: Add dummy implementation on Tegra194Thierry Reding
2023-05-16memory: tegra: Make CPU cluster BW request a multiple of MC channelsSumit Gupta
2023-05-16memory: tegra: Add interconnect support for DRAM scaling in Tegra234Sumit Gupta
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-13memory: tegra: fix interconnect registration raceJohan Hovold
2023-03-09memory: tegra: remove MODULE_LICENSE in non-modulesNick Alcock
2022-11-25memory: tegra: Add API for retrieving carveout boundsMikko Perttunen
2022-05-09Merge tag 'memory-controller-drv-tegra-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann
2022-05-09memory: tegra: Add MC error logging on Tegra186 onwardAshish Mhetre
2022-05-09memory: tegra: Add Tegra234 supportThierry Reding
2022-04-26memory: tegra: mc: simplify platform_get_resource()Krzysztof Kozlowski
2021-09-24memory: tegra: Make use of the helper function devm_add_action_or_reset()Cai Huoqing
2021-09-20memory: tegra: Remove interconnect state syncing hackDmitry Osipenko
2021-06-03memory: tegra: Implement SID override programmingThierry Reding
2021-06-03memory: tegra: Unify driversThierry Reding
2021-06-03memory: tegra: Only initialize reset controller if availableThierry Reding
2021-06-03memory: tegra: Make IRQ support opitonalThierry Reding
2021-06-03memory: tegra: Parameterize interrupt handlerThierry Reding
2021-06-03memory: tegra: Extract setup code into callbackThierry Reding
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding
2021-06-03memory: tegra: Push suspend/resume into SoC driversThierry Reding
2021-06-03memory: tegra: Introduce struct tegra_mc_opsThierry Reding
2021-06-03memory: tegra: Consolidate register fieldsThierry Reding
2021-04-01memory: tegra20: Add debug statisticsDmitry Osipenko
2021-01-23memory: tegra: Check whether reset is already assertedDmitry Osipenko
2020-11-26memory: tegra30-emc: Make driver modularDmitry Osipenko
2020-11-26memory: tegra-mc: Add interconnect frameworkDmitry Osipenko
2020-11-26memory: tegra: Remove superfluous error messages around platform_get_irq()Dmitry Osipenko
2020-11-26memory: tegra: Add and use devm_tegra_memory_controller_get()Dmitry Osipenko
2019-11-11memory: tegra: Consolidate registers definition into common headerDmitry Osipenko
2019-11-11memory: tegra: Ensure timing control debug features are disabledDmitry Osipenko
2019-11-11memory: tegra: Introduce Tegra30 EMC driverDmitry Osipenko
2019-11-11memory: tegra: Set DMA mask based on supported address bitsThierry Reding
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-18memory: tegra: Replace readl-writel with mc_readl-mc_writelDmitry Osipenko
2019-04-18memory: tegra: Fix integer overflow on tick value calculationDmitry Osipenko
2019-04-18memory: tegra: Fix missed registers values latchingDmitry Osipenko