aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23memory: tegra: fix unused-function warningArnd Bergmann1-0/+2
2021-06-10memory: tegra: Delete dead debugfs checking codeDan Carpenter4-16/+0
2021-06-03memory: tegra: Implement SID override programmingThierry Reding2-0/+81
2021-06-03memory: tegra: Split Tegra194 data into separate fileThierry Reding4-1349/+1358
2021-06-03memory: tegra: Add memory client IDs to tablesThierry Reding1-0/+205
2021-06-03memory: tegra: Unify driversThierry Reding4-95/+44
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 Reding3-109/+104
2021-06-03memory: tegra: Extract setup code into callbackThierry Reding6-57/+84
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding2-11/+10
2021-06-03memory: tegra: Push suspend/resume into SoC driversThierry Reding3-20/+58
2021-06-03memory: tegra: Introduce struct tegra_mc_opsThierry Reding2-3/+7
2021-06-03memory: tegra: Unify struct tegra_mc across SoC generationsThierry Reding1-445/+836
2021-06-03memory: tegra: Consolidate register fieldsThierry Reding5-2371/+2910
2021-06-03memory: tegra30-emc: Use devm_tegra_core_dev_init_opp_table()Dmitry Osipenko1-44/+4
2021-06-03memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()Dmitry Osipenko1-44/+4
2021-06-03memory: tegra: Enable compile testing for all driversDmitry Osipenko1-7/+11
2021-06-01memory: tegra: Fix compilation warnings on 64bit platformsDmitry Osipenko2-4/+4
2021-04-01memory: tegra: Print out info-level once per driver probeDmitry Osipenko3-25/+25
2021-04-01memory: tegra20: Protect debug code with a lockDmitry Osipenko1-0/+7
2021-04-01memory: tegra20: Correct comment to MC_STAT registers writesDmitry Osipenko1-3/+2
2021-04-01memory: tegra20: Add debug statisticsDmitry Osipenko3-2/+337
2021-04-01memory: tegra: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li1-2/+2
2021-02-11Merge tag 'memory-controller-drv-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann1-6/+6
2021-02-08memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEJiapeng Chong1-6/+6
2021-01-29memory: tegra: Remove calls to dev_pm_opp_set_clkname()Viresh Kumar3-33/+6
2021-01-23memory: tegra: Check whether reset is already assertedDmitry Osipenko1-0/+7
2021-01-05memory: tegra124: Support interconnect frameworkDmitry Osipenko3-12/+391
2021-01-05memory: tegra124-emc: Continue probing if timings are missing in device-treeDmitry Osipenko1-17/+9
2021-01-05memory: tegra124-emc: Make driver modularDmitry Osipenko2-11/+23
2020-12-05memory: tegra30: Support interconnect frameworkDmitry Osipenko3-22/+496
2020-12-05memory: tegra20: Support hardware versioning and clean up OPP table initializationDmitry Osipenko1-28/+20
2020-11-26memory: tegra30-emc: Remove unnecessary of_node_put in tegra_emc_probeNathan Chancellor1-3/+1
2020-11-26memory: tegra: Complete tegra210_swgroupsNicolin Chen1-0/+10
2020-11-26memory: tegra30-emc: Continue probing if timings are missing in device-treeDmitry Osipenko1-14/+15
2020-11-26memory: tegra30-emc: Make driver modularDmitry Osipenko3-6/+16
2020-11-26memory: tegra30: Add FIFO sizes to memory clientsDmitry Osipenko1-0/+66
2020-11-26memory: tegra20-emc: Add devfreq supportDmitry Osipenko2-1/+92
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