linux/arch/arm/plat-s3c64xx
Ben Dooks 9d325f2341 [ARM] S3C: Update time initialisation to fix S3C64XX time problems
The S3C64XX timer is running at the wrong rate due to the
assumptions made in the timer initialisation about the way
the pwm dividers work. This means that time on the S3C64XX
runs twice as fast as it should.

Fix the problem by moving to using the clk framework to setup
the pwm timer clock muxes, as the pwm-clock code has all the
necessary knowledge of how the timer clock inputs are routed.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-12-16 10:13:02 +00:00
..
include/plat [ARM] S3C64XX: Fix MMC0 clock source register mask 2008-12-15 23:50:22 +00:00
clock.c [ARM] S3C: Update time initialisation to fix S3C64XX time problems 2008-12-16 10:13:02 +00:00
cpu.c [ARM] S3C64XX: Fix warnings from map_io initilaisers 2008-12-15 23:19:35 +00:00
dev-uart.c [ARM] S3C64XX: Add UARTdevice definitions 2008-12-15 21:49:46 +00:00
irq-eint.c [ARM] S3C64XX: Add IRQ_EINT support 2008-12-15 23:15:46 +00:00
irq.c [ARM] S3C64XX: Reduce some output from INFO to DEBUG 2008-12-15 23:18:21 +00:00
Kconfig [ARM] S3C64XX: Clock support for S3C6400/S3C6410 2008-12-15 21:54:36 +00:00
Makefile [ARM] S3C64XX: Add IRQ_EINT support 2008-12-15 23:15:46 +00:00
s3c6400-clock.c [ARM] S3C6400: Register clk_fout_epll 2008-12-15 23:36:22 +00:00
s3c6400-init.c [ARM] S3C64XX: Common init code for S3C6400 and S3C6410 2008-12-15 21:53:14 +00:00