]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: S5P: separate the peripheral clocks
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 24 Aug 2010 06:51:55 +0000 (15:51 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 30 Aug 2010 05:44:16 +0000 (14:44 +0900)
commitf70409aff3a10e22ff9c66f87e9cbc3de7cbd7f7
treec8b7d4b4127f3d908b403d230940a9c122ed44e8
parent545dabbeef56ffea33cedee56067edacd9fb90f0
ARMV7: S5P: separate the peripheral clocks

Because of peripheral devices can select clock sources,
separate the peripheral clocks. (pwm, uart and so on)
It just return the pclk at s5pc1xx SoC,
but s5pc210 SoC must be calculated by own clock register setting.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
arch/arm/cpu/armv7/s5p-common/timer.c
arch/arm/cpu/armv7/s5pc1xx/clock.c
arch/arm/include/asm/arch-s5pc1xx/clk.h
drivers/serial/serial_s5p.c