Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=987240cc01faf90100ace8f554ac145c2dfb085c
Commit:     987240cc01faf90100ace8f554ac145c2dfb085c
Parent:     180005c4efb76a81fd0abcef4c2412d238eea20c
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Sun Sep 30 09:56:13 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Fri Oct 12 23:43:28 2007 +0100

    [ARM] 4586/1: S3C2412: power register updates
    
    Add the INFORM register block which are retained
    over sleep.
    
    Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-s3c2410/regs-power.h   |    5 +++++
 include/asm-arm/arch-s3c2410/regs-s3c2412.h |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/include/asm-arm/arch-s3c2410/regs-power.h 
b/include/asm-arm/arch-s3c2410/regs-power.h
index 94ff965..f79987b 100644
--- a/include/asm-arm/arch-s3c2410/regs-power.h
+++ b/include/asm-arm/arch-s3c2410/regs-power.h
@@ -18,6 +18,11 @@
 #define S3C2412_PWRMODECON     S3C24XX_PWRREG(0x20)
 #define S3C2412_PWRCFG         S3C24XX_PWRREG(0x24)
 
+#define S3C2412_INFORM0                S3C24XX_PWRREG(0x70)
+#define S3C2412_INFORM1                S3C24XX_PWRREG(0x74)
+#define S3C2412_INFORM2                S3C24XX_PWRREG(0x78)
+#define S3C2412_INFORM3                S3C24XX_PWRREG(0x7C)
+
 #define S3C2412_PWRCFG_BATF_IGNORE             (0<<0)
 #define S3C2412_PWRCFG_BATF_SLEEP              (3<<0)
 #define S3C2412_PWRCFG_BATF_MASK               (3<<0)
diff --git a/include/asm-arm/arch-s3c2410/regs-s3c2412.h 
b/include/asm-arm/arch-s3c2410/regs-s3c2412.h
index 8ca6a3b..783b18f 100644
--- a/include/asm-arm/arch-s3c2410/regs-s3c2412.h
+++ b/include/asm-arm/arch-s3c2410/regs-s3c2412.h
@@ -17,5 +17,7 @@
 #define S3C2412_SWRST          (S3C24XX_VA_CLKPWR + 0x30)
 #define S3C2412_SWRST_RESET    (0x533C2412)
 
+/* see regs-power.h for the other registers in the power block. */
+
 #endif /* __ASM_ARCH_REGS_S3C2412_H */
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to