summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23ARM: tegra: clock: add clock_decode_pair helperSvyatoslav Ryhel1-0/+23
2023-02-02ARM: tegra: remap clock_osc_freq for all Tegra familySvyatoslav Ryhel1-3/+14
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-5/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-06-05ARM: tegra: Support TZ-only access to PMCThierry Reding1-4/+9
2019-05-24tegra: Add a delay in clock_start_periph_pll()Simon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-28dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass1-3/+2
2017-07-11tegra: Fix up include file orderingSimon Glass1-2/+2
2017-06-09tegra: clock: Avoid a divide-by-zero errorSimon Glass1-1/+4
2017-06-09tegra: Init clocks even when SPL did not runSimon Glass1-0/+5
2016-09-27ARM: tegra: fix clock_get_periph_rate() for UART clocksStephen Warren1-2/+36
2016-09-27ARM: tegra: add APIs the clock uclass driver will needStephen Warren1-0/+37
2016-09-27ARM: tegra: add peripheral clock init tableStephen Warren1-0/+15
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-11/+1
2015-09-17ARM: tegra: Implement clk_mThierry Reding1-0/+10
2015-09-17ARM: tegra: fix PLLP frequency calc on T210Stephen Warren1-1/+10
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-2/+2
2015-08-13tegra: Correct logic for reading pll_misc in clock_start_pll()Simon Glass1-12/+21
2015-08-06Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc.Tom Warren1-67/+41
2015-08-06Tegra: clocks: Add 38.4MHz OSC support for T210 useTom Warren1-4/+9
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren1-2/+28
2015-07-28ARM: tegra: Initialize timer earlierThierry Reding1-6/+0
2015-06-09tegra: clock: Adjust PLL access to avoid a warningSimon Glass1-2/+5
2015-06-09tegra: clock: Support enabling external clocksSimon Glass1-0/+17
2015-05-13tegra124: clock: Add display clocks and functionsSimon Glass1-0/+2
2015-05-13tegra: clock: Split the clock source code into a separate functionSimon Glass1-22/+29
2015-05-13tegra: clock: Add checking for invalid clock IDsSimon Glass1-4/+26
2015-03-04ARM: tegra: support running in non-secure modeStephen Warren1-1/+5
2015-02-21ARM: tegra: collect SoC sources into mach-tegraMasahiro Yamada1-0/+669