summaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra
AgeCommit message (Expand)AuthorLines
2022-08-03Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki-6/+5
2022-07-08memory: tegra: Add MGBE memory clients for Tegra234Thierry Reding-0/+80
2022-07-08OPP: Migrate set-supported-hw API to use set-config helpersViresh Kumar-6/+5
2022-05-09Merge tag 'memory-controller-drv-tegra-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann-18/+332
2022-05-09memory: tegra: Add MC error logging on Tegra186 onwardAshish Mhetre-17/+185
2022-05-09memory: tegra: Add memory controller channels supportAshish Mhetre-0/+32
2022-05-09memory: tegra: Add APE memory clients for Tegra234Sameer Pujar-1/+21
2022-05-09memory: tegra: Add Tegra234 supportThierry Reding-1/+95
2022-04-26memory: tegra: mc: simplify platform_get_resource()Krzysztof Kozlowski-3/+1
2022-01-27memory: tegra: Constify struct thermal_cooling_device_opsRikard Falkeborn-1/+1
2022-01-27memory: tegra20-emc: Correct memory device maskDmitry Osipenko-1/+1
2022-01-27memory: tegra30-emc: Print additional memory infoDmitry Osipenko-10/+122
2021-10-21Merge tag 'memory-controller-drv-5.16-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann-14/+187
2021-10-21memory: tegra20-emc: Add runtime dependency on devfreq governor moduleDmitry Osipenko-0/+1
2021-10-15memory: tegra20-emc: Support matching timings by LPDDR2 configurationDmitry Osipenko-14/+186
2021-10-07memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE withKai Song-1/+1
2021-10-07memory: tegra186-emc: Fix error return code in tegra186_emc_probe()Yang Yingliang-0/+1
2021-09-24memory: tegra: Make use of the helper function devm_add_action_or_reset()Cai Huoqing-4/+2
2021-09-20memory: tegra186-emc: Handle errors in BPMP responseMikko Perttunen-0/+4
2021-09-20memory: tegra: Remove interconnect state syncing hackDmitry Osipenko-9/+10
2021-09-15memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jing Yangyang-2/+2
2021-09-15memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTR...jing yangyang-2/+2
2021-09-15memory: tegra: make the array list static const, makes object smallerColin Ian King-1/+1
2021-07-23memory: tegra: fix unused-function warningArnd Bergmann-0/+2
2021-06-10memory: tegra: Delete dead debugfs checking codeDan Carpenter-16/+0
2021-06-03memory: tegra: Implement SID override programmingThierry Reding-0/+81
2021-06-03memory: tegra: Split Tegra194 data into separate fileThierry Reding-1349/+1358
2021-06-03memory: tegra: Add memory client IDs to tablesThierry Reding-0/+205
2021-06-03memory: tegra: Unify driversThierry Reding-95/+44
2021-06-03memory: tegra: Only initialize reset controller if availableThierry Reding-4/+5
2021-06-03memory: tegra: Make IRQ support opitonalThierry Reding-11/+13
2021-06-03memory: tegra: Parameterize interrupt handlerThierry Reding-109/+104
2021-06-03memory: tegra: Extract setup code into callbackThierry Reding-57/+84
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding-11/+10
2021-06-03memory: tegra: Push suspend/resume into SoC driversThierry Reding-20/+58
2021-06-03memory: tegra: Introduce struct tegra_mc_opsThierry Reding-3/+7
2021-06-03memory: tegra: Unify struct tegra_mc across SoC generationsThierry Reding-445/+836
2021-06-03memory: tegra: Consolidate register fieldsThierry Reding-2371/+2910
2021-06-03memory: tegra30-emc: Use devm_tegra_core_dev_init_opp_table()Dmitry Osipenko-44/+4
2021-06-03memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()Dmitry Osipenko-44/+4
2021-06-03memory: tegra: Enable compile testing for all driversDmitry Osipenko-7/+11
2021-06-01memory: tegra: Fix compilation warnings on 64bit platformsDmitry Osipenko-4/+4
2021-04-01memory: tegra: Print out info-level once per driver probeDmitry Osipenko-25/+25
2021-04-01memory: tegra20: Protect debug code with a lockDmitry Osipenko-0/+7
2021-04-01memory: tegra20: Correct comment to MC_STAT registers writesDmitry Osipenko-3/+2
2021-04-01memory: tegra20: Add debug statisticsDmitry Osipenko-2/+337
2021-04-01memory: tegra: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li-2/+2
2021-02-11Merge tag 'memory-controller-drv-5.12-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann-6/+6
2021-02-08memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jiapeng Chong-6/+6
2021-01-29memory: tegra: Remove calls to dev_pm_opp_set_clkname()Viresh Kumar-33/+6