projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48add8
)
ARM: SAMSUNG: Updates RTC register for support Alarm IRQ and Time Tick.
author
Atul Dahiya
<atul.dahiya@samsung.com>
Tue, 20 Jul 2010 10:32:51 +0000
(16:02 +0530)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 5 Aug 2010 09:32:51 +0000
(18:32 +0900)
This patch updates RTC registers for support Alarm IRQ and Time Tick.
Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
Signed-off-by: Taekgyun Ko <taeggyun.ko@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/include/plat/regs-rtc.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-samsung/include/plat/regs-rtc.h
b/arch/arm/plat-samsung/include/plat/regs-rtc.h
index 65c190d142ddc24708da631eac324d87e95f375a..30b7cc14cef5b6acd81edc534930ba4f11726fb7 100644
(file)
--- a/
arch/arm/plat-samsung/include/plat/regs-rtc.h
+++ b/
arch/arm/plat-samsung/include/plat/regs-rtc.h
@@
-14,6
+14,9
@@
#define __ASM_ARCH_REGS_RTC_H __FILE__
#define S3C2410_RTCREG(x) (x)
+#define S3C2410_INTP S3C2410_RTCREG(0x30)
+#define S3C2410_INTP_ALM (1 << 1)
+#define S3C2410_INTP_TIC (1 << 0)
#define S3C2410_RTCCON S3C2410_RTCREG(0x40)
#define S3C2410_RTCCON_RTCEN (1<<0)