Jesper Nilsson
cbca663488
CRIS v32: Remove config ifdef around init function for drivers/sync_serial.c
...
The init function should be defined always.
2008-02-08 11:06:34 +01:00
Jesper Nilsson
e908dfc3c0
CRIS v32: Update synchronous serial driver.
...
Now uses a DMA descriptor ring, which should avoid any unnecessary
pauses in the streams.
2008-02-08 11:06:23 +01:00
Alex Unleashed
16ad1b4910
cris: ARRAY_SIZE() cleanup
...
I'm converting most array size calculations under arch/ to use
ARRAY_SIZE(). This is the patch for CRIS.
Signed-off-by: Alejandro Martinez Ruiz <alex@flawedcode.org >
Cc: Mikael Starvik <starvik@axis.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-11-14 18:45:46 -08:00
Arjan van de Ven
5dfe4c964a
[PATCH] mark struct file_operations const 2
...
Many struct file_operations in the kernel can be "const". Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data. In addition it'll catch accidental writes at compile time to
these shared resources.
[akpm@osdl.org: sparc64 fix]
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:44 -08:00
Josef Sipek
d817be9ca8
[PATCH] struct path: convert cris
...
Signed-off-by: Josef Sipek <jsipek@fsl.cs.sunysb.edu >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-12-08 08:28:44 -08:00
Eric Sesterhenn
32ea086b7b
[PATCH] cris: switch to iminor/imajor
...
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de >
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com >
Cc: Mikael Starvik <starvik@axis.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-10 13:24:22 -07:00
Jörn Engel
6ab3d5624e
Remove obsolete #include <linux/config.h>
...
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de >
Signed-off-by: Adrian Bunk <bunk@stusta.de >
2006-06-30 19:25:36 +02:00
Mikael Starvik
51533b615e
[PATCH] CRIS update: new subarchitecture v32
...
New CRIS sub architecture named v32.
From: Dave Jones <davej@redhat.com >
Fix swapped kmalloc args
Signed-off-by: Mikael Starvik <starvik@axis.com >
Signed-off-by: Dave Jones <davej@redhat.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-07-27 16:26:01 -07:00