aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra/mc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-11memory: tegra: Properly spell "tegra"Thierry Reding1-9/+9
2019-01-16memory: tegra: Clean up error messagesDmitry Osipenko1-7/+8
2019-01-16memory: tegra: Do not ask for IRQ sharingDmitry Osipenko1-1/+1
2019-01-16memory: tegra: Do not try to probe SMMU on Tegra20Dmitry Osipenko1-2/+4
2019-01-16iommu/tegra: gart: Integrate with Memory Controller driverDmitry Osipenko1-0/+43
2019-01-16memory: tegra: Use of_device_get_match_data()Dmitry Osipenko1-6/+2
2019-01-16memory: tegra: Read client ID on GART page faultDmitry Osipenko1-2/+10
2019-01-16memory: tegra: Adapt to Tegra20 device-tree binding changesDmitry Osipenko1-13/+8
2019-01-16memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20Dmitry Osipenko1-5/+6
2018-11-27memory: Convert to using %pOFn instead of device_node.nameRob Herring1-3/+3
2018-07-10memory: tegra: Correct driver probe orderDmitry Osipenko1-10/+6
2018-05-18memory: tegra: Register SMMU after MC driver became readyDmitry Osipenko1-9/+9
2018-04-30memory: tegra: Introduce memory client hot resetDmitry Osipenko1-0/+210
2018-04-30memory: tegra: Squash tegra20-mc into common tegra-mc driverDmitry Osipenko1-12/+100
2018-04-27memory: tegra: Apply interrupts mask per SoCDmitry Osipenko1-18/+3
2018-04-27memory: tegra: Setup interrupts mask before requesting IRQDmitry Osipenko1-8/+8
2018-04-27memory: tegra: Do not handle spurious interruptsDmitry Osipenko1-1/+4
2016-06-14memory: tegra: mc: Add missing of_node_put()Amitoj Kaur Chawla1-2/+4
2016-06-14memory: tegra: Delete unneeded of_node_put()Julia Lawall1-3/+1
2015-08-13memory: tegra: Add Tegra210 supportThierry Reding1-0/+3
2015-08-13memory: tegra: Add support for a variable-size client ID bitfieldPaul Walmsley1-2/+3
2015-05-13Merge tag 'tegra-for-4.2-emc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversArnd Bergmann1-0/+136
2015-05-05memory: tegra: Add API needed by the EMC driverMikko Perttunen1-0/+136
2015-05-04memory: tegra: Disable ARBITRATION_EMEM interruptTomeu Vizoso1-2/+2
2015-05-04memory: tegra: Add Tegra132 supportThierry Reding1-0/+3
2014-12-04memory: Add NVIDIA Tegra memory controller supportThierry Reding1-0/+301