From: Atul Dahiya Date: Tue, 20 Jul 2010 10:32:51 +0000 (+0530) Subject: rtc: rtc-s3c: Updates driver for S3C64XX and newer SoCs X-Git-Tag: v2.6.36-rc1~102^2^2^2^2~6^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3478f6579b3f8d4579b6d49d7a8e9376c48fc2;p=pandora-kernel.git rtc: rtc-s3c: Updates driver for S3C64XX and newer SoCs This Patch does followings. 1) Enables support for alarm and time tick pending register for periodic interrupt generation. 2) Changes writeb to writew beacuse the macro S3C64XX_RTCCON_TICEN (Tick Timer Enable) is 9th bit of register. 3) Changes writeb to writel as max_user_freq used in s3c64xx is 32768 and requires 15 bits to update the Tick Count Register. Signed-off-by: Atul Dahiya Signed-off-by: Taekgyun Ko Signed-off-by: Kukjin Kim Cc: Ben Dooks --- Reading git-diff-tree failed