]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: S5P6440: Add Clock and PLL support
authorKukjin Kim <kgene.kim@samsung.com>
Wed, 13 Jan 2010 23:13:37 +0000 (08:13 +0900)
committerBen Dooks <ben-linux@fluff.org>
Fri, 15 Jan 2010 10:16:16 +0000 (19:16 +0900)
commit1a0e8a52ad56075663d8e120e2468fc96fb6fa6c
tree1ff1246f8bfc638e6fc2fab1c3d25b1aba6bb8c1
parent209fecd1b8e65b8046efbbc8314d449e53c4c6b6
ARM: S5P6440: Add Clock and PLL support

This patch adds clock and pll support for S5P6440. This patch are based on
Harald Welte's patches and Ben's plat-samsung.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s5p6440/include/mach/regs-clock.h [new file with mode: 0644]
arch/arm/plat-s5p/clock.c [new file with mode: 0644]
arch/arm/plat-s5p/include/plat/pll.h [new file with mode: 0644]
arch/arm/plat-s5p/include/plat/s5p-clock.h [new file with mode: 0644]
arch/arm/plat-s5p/s5p6440-clock.c [new file with mode: 0644]
arch/arm/plat-samsung/include/plat/clock.h