* [patch 2/14] s3c2412/s3c2413 support
@ 2006-03-03 10:59 Koen Martens
0 siblings, 0 replies; only message in thread
From: Koen Martens @ 2006-03-03 10:59 UTC (permalink / raw)
To: linux-arm-kernel, ben, linux-kernel
Added function to modify MISCCR register on s3c2412 cpu.
Signed-off-by: Koen Martens <gmc@sonologic.nl>
--- linux-2.6.15.4/include/asm-arm/arch-s3c2410/hardware.h 2006-02-10
08:22:48.000000000 +0100
+++ golinux/include/asm-arm/arch-s3c2410/hardware.h 2006-02-28
12:51:47.000000000 +0100
@@ -86,18 +86,17 @@
extern void s3c2410_gpio_pullup(unsigned int pin, unsigned int to);
extern void s3c2410_gpio_setpin(unsigned int pin, unsigned int to);
extern unsigned int s3c2410_gpio_getpin(unsigned int pin);
extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned
int chg);
+#ifdef CONFIG_CPU_S3C2412
+extern unsigned int s3c2412_modify_misccr(unsigned int clr, unsigned
int chg);
+#endif
#endif /* __ASSEMBLY__ */
--
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 10:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-03 10:59 [patch 2/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.