[ARM] tegra: clock: Add new dvfs
authorColin Cross <ccross@android.com>
Thu, 9 Sep 2010 02:46:13 +0000 (19:46 -0700)
committerColin Cross <ccross@android.com>
Mon, 25 Oct 2010 21:57:38 +0000 (14:57 -0700)
commit8f716a774a4cde56db58597f08c9370f1c66fb3d
tree96206cb8951e48f2d0656f6903a222d07f55c371
parent011cc07a1199c9d1c3a63c8a991502d65e39a288
[ARM] tegra: clock: Add new dvfs

New and improved dvfs:
Registered dynamically during init
Exports dvfs functions to control clocks that are not visible to
  the clock subsystem
Supports multiple regulators per clock
Fix dvfs on disabled clocks
Adds /d/clock/dvfs to show current voltage requirements

Change-Id: I93794a7761dccc702566e8850bb79f344ff787a2
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/clock.c
arch/arm/mach-tegra/clock.h
arch/arm/mach-tegra/dvfs.c [new file with mode: 0644]
arch/arm/mach-tegra/dvfs.h [new file with mode: 0644]
arch/arm/mach-tegra/include/mach/clk.h