[ARM] S3C64XX: Update TCFG for new timer divider settings.
commit79f763fab613750959ecb3dd846d7da2e29e7e82
authorBen Dooks <ben-linux@fluff.org>
Fri, 21 Nov 2008 10:36:03 +0000 (21 10:36 +0000)
committerBen Dooks <ben-linux@fluff.org>
Fri, 21 Nov 2008 10:36:37 +0000 (21 10:36 +0000)
tree6ed273b97b181321827ef721f814f31fecc5c12f
parent18aa04d882fe72eb59ea2c9e3f78400d85b6535f
[ARM] S3C64XX: Update TCFG for new timer divider settings.

The S3C64XX series has a new TCFG divider setting to allow the clock
directly through, which means that we need to update the pwm-clock
code to cope with this.

Add <mach/pwm-clock.h> containing the specific code to deal with the
TCFG divider settings and provide any other per-arch data that the
pwm-clock driver needs to function.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6400/include/mach/pwm-clock.h [new file with mode: 0644]
arch/arm/plat-s3c/include/plat/regs-timer.h
arch/arm/plat-s3c/pwm-clock.c
arch/arm/plat-s3c24xx/include/mach/pwm-clock.h [new file with mode: 0644]