summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.c
AgeCommit message (Collapse)Author
2010-05-21[ARM] tegra: add manual reset flag to clocksErik Gilling
Change-Id: I4d6e62904e716d883c2844bc687be32277c791c5
2010-05-05[ARM] tegra: clock: redo debugfs clock interface, add clock treeColin Cross
Fixes: Don't reset peripherials on clk_disable Correct flags on dvc_i2c Remove input clock Autodetect state of all clocks on init Add cpu, sys, and bus clocks Fix clk_set_rate on PLLs Replace per-clock locking with global clock lock Change-Id: I2a3efe98b93478e7bbd68a01aaba5d4f6a955537 Signed-off-by: Colin Cross <ccross@android.com>
2010-04-21[ARM] tegra: merge updated clock driver from android.korgGary King
Change-Id: I87b547fc4a76258d8ee0cf6721a61e7668b0d793
2010-04-08[ARM] tegra: Add clock supportColin Cross
v2: fixes from Russell King - include linux/io.h instead of asm/io.h - fix whitespace in Kconfig - Use spin_lock_init to initialize lock - Return -ENOSYS instead of BUG for unimplemented clock ops - Use proper return values in tegra2 clock ops Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Erik Gilling <konkers@android.com>