[GIT PULL] please pull blackfin-2.6.git

From: Bryan Wu
Date: Fri Jun 22 2007 - 12:42:56 EST


Hi Linus,

Please pull from

master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6.git/ master

Some Blackfin bug fixing and update.

Mike Frysinger (3):
Blackfin arch: add missing braces around array bfin serial init
Blackfin arch: move cond_syscall() behind __KERNEL__ like all other architectures
Blackfin arch: add proper const volatile to addr argument to the read functions

Robin Getz (3):
Blackfin arch: update ANOMALY handling
Blackfin arch: update printk to use KERN_EMERG and reformat crash output
Blackfin arch: match kernel startup messaage with new linker script

Sonic Zhang (1):
Blackfin arch: Add definition of dma_mapping_error

arch/blackfin/kernel/setup.c | 8 +-
arch/blackfin/kernel/traps.c | 141 ++++++++++++--------
arch/blackfin/lib/memcmp.S | 5 +
arch/blackfin/lib/memcpy.S | 13 ++-
arch/blackfin/lib/memmove.S | 17 ++-
arch/blackfin/mach-common/cache.S | 20 ++--
arch/blackfin/mach-common/interrupt.S | 2 +-
include/asm-blackfin/blackfin.h | 33 +++++-
include/asm-blackfin/dma-mapping.h | 2 +
include/asm-blackfin/io.h | 6 +-
include/asm-blackfin/mach-bf533/anomaly.h | 84 +++++++++++-
include/asm-blackfin/mach-bf533/bfin_serial_5xx.h | 2 +
include/asm-blackfin/mach-bf537/anomaly.h | 21 +++-
include/asm-blackfin/mach-bf561/bfin_serial_5xx.h | 2 +
include/asm-blackfin/mach-common/cdef_LPBlackfin.h | 27 ++++
include/asm-blackfin/unistd.h | 3 +-
16 files changed, 299 insertions(+), 87 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/