aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-26memory: tegra20-emc: Remove IRQ number from error messageDmitry Osipenko1-1/+1
2020-11-26memory: tegra20-emc: Factor out clk initializationDmitry Osipenko1-23/+47
2020-11-26memory: tegra20-emc: Use dev_pm_opp_set_clkname()Dmitry Osipenko1-11/+19
2020-11-26memory: tegra20: Support interconnect frameworkDmitry Osipenko3-4/+386
2020-11-26memory: tegra20-emc: Continue probing if timings are missing in device-treeDmitry Osipenko1-18/+16
2020-11-26memory: tegra20-emc: Make driver modularDmitry Osipenko2-6/+13
2020-11-26memory: tegra-mc: Add interconnect frameworkDmitry Osipenko3-0/+123
2020-11-26memory: tegra: Add missing latency allowness entry for Page Table CacheDmitry Osipenko3-0/+18
2020-11-26memory: tegra: Remove superfluous error messages around platform_get_irq()Dmitry Osipenko3-7/+3
2020-11-26memory: tegra: Use devm_platform_ioremap_resource()Dmitry Osipenko2-6/+2
2020-11-26memory: tegra: Add and use devm_tegra_memory_controller_get()Dmitry Osipenko4-59/+64
2020-10-27memory: tegra: Sort tegra210_swgroups by reg addressNicolin Chen1-10/+10
2020-10-27memory: tegra: Correct tegra210_mc_clients def valuesNicolin Chen1-14/+14
2020-10-27memory: tegra: Correct la.reg address of seswrNicolin Chen1-1/+1
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-25/+5
2020-09-20memory: tegra: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-13/+1
2020-09-18memory: tegra: Correct num_tlb_lines for tegra210Nicolin Chen1-1/+1
2020-09-09memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21021_periodic_compensationYe Bin1-1/+0
2020-09-02memory: tegra: Remove GPU from DRM IOMMU groupThierry Reding1-1/+0
2020-09-02memory: tegra186-emc: Simplify with dev_err_probe()Krzysztof Kozlowski1-8/+2
2020-08-20memory: tegra: Correct shift value of apewNicolin Chen1-1/+1
2020-08-17memory: tegra: tegra210-emc: fix indentationKrzysztof Kozlowski1-1/+1
2020-07-15memory: tegra: Add Tegra132 compatible string matchThierry Reding1-0/+1
2020-07-14memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194Jon Hunter1-2/+2
2020-06-22memory: tegra: Delete some dead codeDan Carpenter1-5/+0
2020-06-22memory: tegra: Avoid unused function warningsArnd Bergmann1-2/+2
2020-06-22memory: tegra: Drop <linux/clk-provider.h>Geert Uytterhoeven2-2/+0
2020-06-22memory: tegra: Fix an error handling path in tegra186_emc_probe()Christophe JAILLET1-5/+11
2020-06-22memory: tegra30-emc: Poll EMC-CaR handshake instead of waiting for interruptDmitry Osipenko1-72/+44
2020-06-22memory: tegra20-emc: Poll EMC-CaR handshake instead of waiting for interruptDmitry Osipenko1-17/+11
2020-06-22memory: tegra: Support derated timings on Tegra210Thierry Reding4-13/+363
2020-06-22memory: tegra: Add EMC scaling sequence code for Tegra210Joseph Lo4-1/+1875
2020-06-22memory: tegra: Add EMC scaling support code for Tegra210Joseph Lo7-0/+2828
2020-06-22memory: tegra: Make debugfs permissions human-readableDmitry Osipenko3-9/+9
2020-03-11memory: tegra: Correct debugfs clk rate-range on Tegra124Dmitry Osipenko1-0/+5
2020-03-11memory: tegra: Correct debugfs clk rate-range on Tegra30Dmitry Osipenko1-0/+5
2020-03-11memory: tegra: Correct debugfs clk rate-range on Tegra20Dmitry Osipenko1-0/+5
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