Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1fb4e5611a9d0b524d85f0db4402aa439ebdb331
Commit:     1fb4e5611a9d0b524d85f0db4402aa439ebdb331
Parent:     9b73e76f3cf63379dcf45fcd4f112f5812418d0a
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 23 03:09:29 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:20:48 2008 +0000

    [ARM] 4719/1: S3C2412: Update SPI register definitions for the S3C2412
    
    Add S3C2412 register definitions.
    
    Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/plat-s3c24xx/regs-spi.h |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/include/asm-arm/plat-s3c24xx/regs-spi.h 
b/include/asm-arm/plat-s3c24xx/regs-spi.h
index 4a499a1..960907f 100644
--- a/include/asm-arm/plat-s3c24xx/regs-spi.h
+++ b/include/asm-arm/plat-s3c24xx/regs-spi.h
@@ -17,6 +17,7 @@
 
 #define S3C2410_SPCON  (0x00)
 
+#define S3C2412_SPCON_DIRC_RX    (1<<7)
 #define S3C2410_SPCON_SMOD_DMA   (2<<5)        /* DMA mode */
 #define S3C2410_SPCON_SMOD_INT   (1<<5)        /* interrupt mode */
 #define S3C2410_SPCON_SMOD_POLL   (0<<5)       /* polling mode */
@@ -37,7 +38,7 @@
 #define S3C2410_SPSTA_DCOL       (1<<2)        /* Data Collision Error */
 #define S3C2410_SPSTA_MULD       (1<<1)        /* Multi Master Error */
 #define S3C2410_SPSTA_READY      (1<<0)        /* Data Tx/Rx ready */
-
+#define S3C2412_SPSTA_READY_ORG          (1<<3)
 
 #define S3C2410_SPPIN   (0x08)
 
@@ -46,9 +47,13 @@
 #define S3C2400_SPPIN_nCS        (1<<1)        /* SPI Card Select */
 #define S3C2410_SPPIN_KEEP       (1<<0)        /* Master Out keep */
 
-
 #define S3C2410_SPPRE   (0x0C)
 #define S3C2410_SPTDAT  (0x10)
 #define S3C2410_SPRDAT  (0x14)
 
+#define S3C2412_TXFIFO  (0x18)
+#define S3C2412_RXFIFO  (0x18)
+#define S3C2412_SPFIC   (0x24)
+
+
 #endif /* __ASM_ARCH_REGS_SPI_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