summaryrefslogtreecommitdiff
path: root/drivers/memory/tegra/mc.c
AgeCommit message (Expand)Author
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
2019-04-11memory: tegra: Properly spell "tegra"Thierry Reding
2019-01-16memory: tegra: Clean up error messagesDmitry Osipenko
2019-01-16memory: tegra: Do not ask for IRQ sharingDmitry Osipenko
2019-01-16memory: tegra: Do not try to probe SMMU on Tegra20Dmitry Osipenko
2019-01-16iommu/tegra: gart: Integrate with Memory Controller driverDmitry Osipenko
2019-01-16memory: tegra: Use of_device_get_match_data()Dmitry Osipenko
2019-01-16memory: tegra: Read client ID on GART page faultDmitry Osipenko
2019-01-16memory: tegra: Adapt to Tegra20 device-tree binding changesDmitry Osipenko
2019-01-16memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20Dmitry Osipenko
2018-11-27memory: Convert to using %pOFn instead of device_node.nameRob Herring