aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra/tegra124-emc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* interconnect: constify of_phandle_args in xlateKrzysztof Kozlowski2024-02-261-1/+1
* memory: tegra124-emc: fix interconnect registration raceJohan Hovold2023-03-131-6/+6
* OPP: Migrate set-supported-hw API to use set-config helpersViresh Kumar2022-07-081-6/+5
* memory: tegra: Delete dead debugfs checking codeDan Carpenter2021-06-101-4/+0
* memory: tegra: Fix compilation warnings on 64bit platformsDmitry Osipenko2021-06-011-2/+2
* memory: tegra: Print out info-level once per driver probeDmitry Osipenko2021-04-011-6/+6
* memory: tegra: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li2021-04-011-2/+2
* memory: tegra: Remove calls to dev_pm_opp_set_clkname()Viresh Kumar2021-01-291-11/+2
* memory: tegra124: Support interconnect frameworkDmitry Osipenko2021-01-051-11/+309
* memory: tegra124-emc: Continue probing if timings are missing in device-treeDmitry Osipenko2021-01-051-17/+9
* memory: tegra124-emc: Make driver modularDmitry Osipenko2021-01-051-10/+21
* memory: tegra: Use devm_platform_ioremap_resource()Dmitry Osipenko2020-11-261-3/+1
* memory: tegra: Add and use devm_tegra_memory_controller_get()Dmitry Osipenko2020-11-261-15/+3
* memory: tegra: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-201-13/+1
* memory: tegra: Add Tegra132 compatible string matchThierry Reding2020-07-151-0/+1
* memory: tegra: Make debugfs permissions human-readableDmitry Osipenko2020-06-221-3/+3
* memory: tegra: Correct debugfs clk rate-range on Tegra124Dmitry Osipenko2020-03-111-0/+5
* memory: tegra: Refashion EMC debugfs interface on Tegra124Thierry Reding2020-01-091-42/+143
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* memory: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-6/+6
* memory: tegra: Add a missing 'of_node_put()' callChristophe Jaillet2017-01-251-4/+1
* memory: tegra: Delete unneeded of_node_put()Julia Lawall2016-06-141-3/+1
* memory: tegra: tegra124-emc: Add missing of_node_put()Amitoj Kaur Chawla2016-06-141-1/+3
* memory: tegra: Expose supported rates via debugfsThierry Reding2015-07-161-2/+40
* memory: tegra: Add EMC frequency debugfs entryMikko Perttunen2015-05-051-0/+48
* memory: tegra: Add EMC (external memory controller) driverMikko Perttunen2015-05-051-0/+1092