summaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra/mc.c
AgeCommit message (Expand)AuthorLines
2025-07-11memory: tegra: Add Tegra264 MC and EMC supportSumit Gupta-1/+4
2024-08-21memory: tegra-mc: simplify with scoped for each OF child loopKrzysztof Kozlowski-8/+3
2024-02-26interconnect: constify of_phandle_args in xlateKrzysztof Kozlowski-1/+1
2023-09-25iommu/tegra-gart: Remove tegra-gartJason Gunthorpe-34/+0
2023-07-25memory: Explicitly include correct DT includesRob Herring-1/+1
2023-07-10memory: tegra: Add dummy implementation on Tegra194Thierry Reding-0/+37
2023-05-16memory: tegra: Make CPU cluster BW request a multiple of MC channelsSumit Gupta-0/+19
2023-05-16memory: tegra: Add interconnect support for DRAM scaling in Tegra234Sumit Gupta-0/+5
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-03-13memory: tegra: fix interconnect registration raceJohan Hovold-9/+7
2023-03-09memory: tegra: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2022-11-25memory: tegra: Add API for retrieving carveout boundsMikko Perttunen-0/+25
2022-05-09Merge tag 'memory-controller-drv-tegra-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann-16/+121
2022-05-09memory: tegra: Add MC error logging on Tegra186 onwardAshish Mhetre-16/+118
2022-05-09memory: tegra: Add Tegra234 supportThierry Reding-0/+3
2022-04-26memory: tegra: mc: simplify platform_get_resource()Krzysztof Kozlowski-3/+1
2021-09-24memory: tegra: Make use of the helper function devm_add_action_or_reset()Cai Huoqing-4/+2
2021-09-20memory: tegra: Remove interconnect state syncing hackDmitry Osipenko-9/+10
2021-06-03memory: tegra: Implement SID override programmingThierry Reding-0/+9
2021-06-03memory: tegra: Unify driversThierry Reding-1/+7
2021-06-03memory: tegra: Only initialize reset controller if availableThierry Reding-4/+5
2021-06-03memory: tegra: Make IRQ support opitonalThierry Reding-11/+13
2021-06-03memory: tegra: Parameterize interrupt handlerThierry Reding-109/+27
2021-06-03memory: tegra: Extract setup code into callbackThierry Reding-57/+70
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding-9/+8
2021-06-03memory: tegra: Push suspend/resume into SoC driversThierry Reding-16/+7
2021-06-03memory: tegra: Introduce struct tegra_mc_opsThierry Reding-2/+2
2021-06-03memory: tegra: Consolidate register fieldsThierry Reding-5/+5
2021-04-01memory: tegra20: Add debug statisticsDmitry Osipenko-0/+9
2021-01-23memory: tegra: Check whether reset is already assertedDmitry Osipenko-0/+7
2020-11-26memory: tegra30-emc: Make driver modularDmitry Osipenko-0/+3
2020-11-26memory: tegra-mc: Add interconnect frameworkDmitry Osipenko-0/+100
2020-11-26memory: tegra: Remove superfluous error messages around platform_get_irq()Dmitry Osipenko-3/+1
2020-11-26memory: tegra: Add and use devm_tegra_memory_controller_get()Dmitry Osipenko-0/+48
2019-11-11memory: tegra: Consolidate registers definition into common headerDmitry Osipenko-30/+0
2019-11-11memory: tegra: Ensure timing control debug features are disabledDmitry Osipenko-0/+3
2019-11-11memory: tegra: Introduce Tegra30 EMC driverDmitry Osipenko-5/+4
2019-11-11memory: tegra: Set DMA mask based on supported address bitsThierry Reding-0/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-04-18memory: tegra: Replace readl-writel with mc_readl-mc_writelDmitry Osipenko-5/+5
2019-04-18memory: tegra: Fix integer overflow on tick value calculationDmitry Osipenko-1/+1
2019-04-18memory: tegra: Fix missed registers values latchingDmitry Osipenko-0/+6
2019-04-11memory: tegra: Properly spell "tegra"Thierry Reding-9/+9
2019-01-16memory: tegra: Clean up error messagesDmitry Osipenko-7/+8
2019-01-16memory: tegra: Do not ask for IRQ sharingDmitry Osipenko-1/+1
2019-01-16memory: tegra: Do not try to probe SMMU on Tegra20Dmitry Osipenko-2/+4
2019-01-16iommu/tegra: gart: Integrate with Memory Controller driverDmitry Osipenko-0/+43
2019-01-16memory: tegra: Use of_device_get_match_data()Dmitry Osipenko-6/+2
2019-01-16memory: tegra: Read client ID on GART page faultDmitry Osipenko-2/+10
2019-01-16memory: tegra: Adapt to Tegra20 device-tree binding changesDmitry Osipenko-13/+8