* [patch 9/14] s3c2412/s3c2413 support
@ 2006-03-03 11:05 Koen Martens
0 siblings, 0 replies; only message in thread
From: Koen Martens @ 2006-03-03 11:05 UTC (permalink / raw)
To: linux-arm-kernel, ben, linux-kernel
Added s3c2412 register addresses for registers that
moved relative to s3c2410.
Signed-off-by: Koen Martens <gmc@sonologic.nl>
--- linux-2.6.15.4/include/asm-arm/arch-s3c2410/regs-irq.h 2006-02-10
08:22:48.000000000 +0100
+++ golinux/include/asm-arm/arch-s3c2410/regs-irq.h 2006-02-28
13:13:11.000000000 +0100
@@ -13,6 +13,7 @@
* 19-06-2003 BJD Created file
* 12-03-2004 BJD Updated include protection
* 10-03-2005 LCVR Changed S3C2410_VA to S3C24XX_VA
+ * 17-02-2006 KM Added S3C2412/S3C2413 defines
*/
@@ -41,4 +42,11 @@
#define S3C2410_EINTMASK S3C2410_EINTREG(0x0A4)
#define S3C2410_EINTPEND S3C2410_EINTREG(0X0A8)
+#ifdef CONFIG_CPU_S3C2412
+
+#define S3C2412_EINTMASK S3C2410_EINTREG(0x0B4)
+#define S3C2412_EINTPEND S3C2410_EINTREG(0X0B8)
+
+#endif /* CONFIG_CPU_S3C2412 */
+
#endif /* ___ASM_ARCH_REGS_IRQ_H */
--
K.F.J. Martens, Sonologic, http://www.sonologic.nl/
Networking, hosting, embedded systems, unix, artificial intelligence.
Public PGP key: http://www.metro.cx/pubkey-gmc.asc
Wondering about the funny attachment your mail program
can't read? Visit http://www.openpgp.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-03 11:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-03 11:05 [patch 9/14] s3c2412/s3c2413 support Koen Martens
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.