1
0
Fork 0
alistair23-linux/arch/arm/mach-tegra
Colin Cross d861196163 [ARM] tegra: Add clock support
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
    additional changes:
	- Rename some clocks to match dev_ids
	- add rate propagation
	- add debugfs entries
	- add support for clock listed in clk_lookup under multiple dev_ids
v3:
	- Replace per-clock locking with global clock lock
	- Autodetect clock state on init
	- Let clock dividers pick next lower possible frequency
	- Add support for clock init tables
	- Minor bug fixes
	- Fix checkpatch issues

Signed-off-by: Colin Cross <ccross@android.com>
2010-08-05 14:51:42 -07:00
..
include/mach [ARM] tegra: Add clock support 2010-08-05 14:51:42 -07:00
Kconfig [ARM] tegra: initial tegra support 2010-08-05 14:51:42 -07:00
Makefile [ARM] tegra: Add clock support 2010-08-05 14:51:42 -07:00
Makefile.boot [ARM] tegra: initial tegra support 2010-08-05 14:51:42 -07:00
board.h [ARM] tegra: initial tegra support 2010-08-05 14:51:42 -07:00
clock.c [ARM] tegra: Add clock support 2010-08-05 14:51:42 -07:00
clock.h [ARM] tegra: Add clock support 2010-08-05 14:51:42 -07:00
common.c [ARM] tegra: Add clock support 2010-08-05 14:51:42 -07:00
io.c [ARM] tegra: initial tegra support 2010-08-05 14:51:42 -07:00
irq.c [ARM] tegra: Add IRQ support 2010-08-05 14:51:42 -07:00
tegra2_clocks.c [ARM] tegra: Add clock support 2010-08-05 14:51:42 -07:00