aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10memory: tegra30-emc: Correct error message for timed out auto calibrationDmitry Osipenko1-2/+1
2020-01-10memory: tegra30-emc: Firm up hardware programming sequenceDmitry Osipenko1-61/+89
2020-01-10memory: tegra30-emc: Firm up suspend/resume sequenceDmitry Osipenko1-18/+20
2020-01-10memory: tegra: Correct reset value of xusb_hostrNicolin Chen1-1/+1
2020-01-09memory: tegra: Add support for the Tegra194 memory controllerThierry Reding3-0/+953
2020-01-09memory: tegra: Only include support for enabled SoCsThierry Reding2-0/+8
2020-01-09memory: tegra: Support DVFS on Tegra186 and laterThierry Reding3-3/+304
2020-01-09memory: tegra: Add system sleep supportThierry Reding1-0/+19
2020-01-09memory: tegra: Extract memory client SID programmingThierry Reding1-22/+27
2020-01-09memory: tegra: Add per-SoC data for Tegra186Thierry Reding1-10/+19
2020-01-09memory: tegra: Rename tegra_mc to tegra186_mc on Tegra186Thierry Reding1-4/+10
2020-01-09memory: tegra: Implement EMC debugfs interface on Tegra30Thierry Reding1-0/+173
2020-01-09memory: tegra: Implement EMC debugfs interface on Tegra20Thierry Reding1-0/+175
2020-01-09memory: tegra: Refashion EMC debugfs interface on Tegra124Thierry Reding1-42/+143
2019-11-18memory: tegra30-emc: Fix panic on suspendDmitry Osipenko1-1/+1
2019-11-11memory: tegra: Consolidate registers definition into common headerDmitry Osipenko4-74/+47
2019-11-11memory: tegra: Ensure timing control debug features are disabledDmitry Osipenko2-0/+5
2019-11-11memory: tegra: Introduce Tegra30 EMC driverDmitry Osipenko6-14/+1310
2019-11-11memory: tegra: Do not handle error from wait_for_completion_timeout()Dmitry Osipenko1-5/+1
2019-11-11memory: tegra: Increase handshake timeout on Tegra20Dmitry Osipenko1-1/+1
2019-11-11memory: tegra: Print a brief info message about EMC timingsDmitry Osipenko1-0/+7
2019-11-11memory: tegra: Pre-configure debug register on Tegra20Dmitry Osipenko1-1/+16
2019-11-11memory: tegra: Include io.h instead of iopoll.hDmitry Osipenko1-1/+1
2019-11-11memory: tegra: Adapt for Tegra20 clock driver changesDmitry Osipenko1-2/+48
2019-11-11memory: tegra: Don't set EMC rate to maximum on probe for Tegra20Dmitry Osipenko1-77/+1
2019-11-11memory: tegra: Add gr2d and gr3d to DRM IOMMU groupThierry Reding3-12/+19
2019-11-11memory: tegra: Set DMA mask based on supported address bitsThierry Reding1-0/+10
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-22/+22
2019-06-25Merge tag 'tegra-for-5.3-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversOlof Johansson1-22/+22
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner8-32/+8
2019-06-14memory: tegra: Fix -Wunused-const-variableNathan Huckleberry1-22/+22
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-04-18memory: tegra: Fix a typos for "fdcdwr2" mc clientEdward Cragg2-2/+2
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 Reding7-29/+29
2019-04-11memory: tegra: Make terga20_mc_reset_ops staticYue Haibing1-1/+1
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 relaxed versions of readl/writelDmitry Osipenko1-2/+2
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 Osipenko2-19/+8
2019-01-16memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20Dmitry Osipenko1-5/+6