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