aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/tegra/clk-emc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12clk: tegra: Rename Tegra124 EMC clock source fileThierry Reding1-540/+0
2019-11-13clk: tegra: Use match_string() helper to simplify the codeYueHaibing1-8/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-04-25clk: tegra: emc: Replace BUG() with WARN_ONCE()Dmitry Osipenko1-1/+4
2019-04-25clk: tegra: emc: Fix EMC max-rate clampingDmitry Osipenko1-7/+10
2019-04-25clk: tegra: emc: Support multiple RAM codesDmitry Osipenko1-14/+23
2019-04-25clk: tegra: emc: Don't enable EMC clock manuallyDmitry Osipenko1-2/+0
2018-07-08clk: tegra: emc: Avoid out-of-bounds bugDmitry Osipenko1-1/+1
2018-03-12clk: tegra: Mark HCLK, SCLK and EMC as criticalDmitry Osipenko1-1/+1
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring1-7/+5
2016-02-02clk: tegra: Add missing of_node_put()Amitoj Kaur Chawla1-2/+4
2015-10-12clk: tegra: delete unneeded of_node_putJulia Lawall1-3/+1
2015-08-24clk: tegra: Convert to clk_hw based provider APIsStephen Boyd1-5/+5
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-13/+15
2015-05-13clk: tegra: Have EMC clock implement determine_rate()Tomeu Vizoso1-12/+23
2015-05-13clk: tegra: Add EMC clock driverMikko Perttunen1-0/+527