summaryrefslogtreecommitdiffstats
path: root/drivers/clk/tegra
Commit message (Expand)AuthorAgeFilesLines
* clk: tegra: Fix double-free in tegra_clk_init()Dmitry Osipenko2019-12-241-1/+3
* clk: tegra: Use match_string() helper to simplify the codeYueHaibing2019-11-131-8/+4
* clk: tegra: Fix build error without CONFIG_PM_SLEEPYueHaibing2019-11-111-0/+2
* clk: tegra: Optimize PLLX restore on Tegra20/30Dmitry Osipenko2019-11-112-18/+32
* clk: tegra: Add suspend and resume support on Tegra210Sowjanya Komatineni2019-11-113-4/+163
* clk: tegra: Share clk and rst register defines with Tegra clock driverSowjanya Komatineni2019-11-112-45/+45
* clk: tegra: Use fence_udelay() during PLLU initSowjanya Komatineni2019-11-111-4/+4
* clk: tegra: clk-dfll: Add suspend and resume supportSowjanya Komatineni2019-11-113-0/+59
* clk: tegra: clk-super: Add restore-context supportSowjanya Komatineni2019-11-111-0/+27
* clk: tegra: clk-super: Fix to enable PLLP branches to CPUSowjanya Komatineni2019-11-114-1/+39
* clk: tegra: periph: Add restore_context supportSowjanya Komatineni2019-11-112-0/+37
* clk: tegra: Support for OSC context save and restoreSowjanya Komatineni2019-11-112-0/+16
* clk: tegra: pll: Save and restore pll contextSowjanya Komatineni2019-11-111-32/+54
* clk: tegra: pllout: Save and restore pllout contextSowjanya Komatineni2019-11-111-0/+9
* clk: tegra: divider: Save and restore divider rateSowjanya Komatineni2019-11-111-0/+11
* clk: tegra: Reimplement SOR clocks on Tegra210Thierry Reding2019-11-111-16/+55
* clk: tegra: Reimplement SOR clock on Tegra124Thierry Reding2019-11-111-9/+13
* clk: tegra: Rename sor0_lvds to sor0_outThierry Reding2019-11-113-8/+8
* clk: tegra: Move SOR0 implementation to Tegra124Thierry Reding2019-11-112-8/+49
* clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRCThierry Reding2019-11-112-2/+2
* clk: tegra: Add Tegra20/30 EMC clock implementationDmitry Osipenko2019-11-115-52/+339
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-171-8/+12
|\
| * clk: tegra: Do not enable PLL_RE_VCO on Tegra210Thierry Reding2019-06-251-1/+0
| * clk: tegra: Warn if an enabled PLL is in IDDQThierry Reding2019-06-251-1/+5
| * clk: tegra: Do not warn unnecessarilyThierry Reding2019-06-251-2/+3
| * clk: tegra210: fix PLLU and PLLU_OUT1JC Kuo2019-06-251-4/+4
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-06-281-0/+2
|\ \
| * | clk: tegra210: Fix default rates for HDA clocksJon Hunter2019-06-141-0/+2
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-3020-240/+20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-49/+5
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-154-0/+4
*-. Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and...Stephen Boyd2019-05-074-40/+77
|\ \
| | * clk: tegra: divider: Mark Memory Controller clock as read-onlyDmitry Osipenko2019-04-251-1/+2
| | * clk: tegra: emc: Replace BUG() with WARN_ONCE()Dmitry Osipenko2019-04-251-1/+4
| | * clk: tegra: emc: Fix EMC max-rate clampingDmitry Osipenko2019-04-251-7/+10
| | * clk: tegra: emc: Support multiple RAM codesDmitry Osipenko2019-04-251-14/+23
| | * clk: tegra: emc: Don't enable EMC clock manuallyDmitry Osipenko2019-04-251-2/+0
| | * clk: tegra124: Remove lock-enable bit from PLLMDmitry Osipenko2019-04-251-2/+1
| | * clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides dividerDmitry Osipenko2019-04-251-2/+2
| | * clk: tegra: Don't enable already enabled PLLsDmitry Osipenko2019-04-191-13/+37
| |/
| |
| \
*-. | Merge branches 'clk-sa', 'clk-aspeed', 'clk-samsung', 'clk-ingenic' and 'clk-...Stephen Boyd2019-05-071-1/+1
|\ \|
| * | clk: tegra: Make tegra_clk_super_mux_ops staticYueHaibing2019-04-111-1/+1
| |/
* / clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski2019-04-232-5/+5
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-03-141-9/+9
|\
| *-. Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and ...Stephen Boyd2019-03-081-9/+9
| |\ \
| | | * clk: tegra: dfll: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-02-221-9/+9
| | |/
* | | clk: tegra: dfll: Make symbol 'tegra210_cpu_cvb_tables' staticWei Yongjun2019-02-181-1/+1