[GIT PULL] AVR32 update

From: Haavard Skinnemoen
Date: Sat Jun 13 2009 - 10:14:44 EST


Hi Linus,

Please pull

git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6.git master

to receive the following updates.

Ben Nizette (1):
avr32: Fix clash in ATMEL_USART_ flags

Haavard Skinnemoen (2):
Merge branch 'avr32-arch' of git://git.kernel.org/.../hskinnemoen/avr32-2.6
avr32: Fix oops on unaligned user access

Jonas Larsson (2):
atmel-mci: Add support for inverted detect pin
avr32: Solves problem with inverted MCI detect pin on Merisc board

Mark Jackson (1):
Fix MIMC200 board LCD init

Peter Ma (2):
avr32: Change Atmel ATNGW100 config to add choice of add-on board
avr32: Add support for Mediama RMTx add-on board for ATNGW100

Thomas Gleixner (1):
avr32: remove obsolete hw_interrupt_type

arch/avr32/boards/atngw100/Kconfig | 27 +-
arch/avr32/boards/atngw100/Kconfig_mrmt | 80 ++
arch/avr32/boards/atngw100/Makefile | 1 +
arch/avr32/boards/atngw100/mrmt.c | 373 ++++++++
arch/avr32/boards/atngw100/setup.c | 5 +
arch/avr32/boards/merisc/setup.c | 7 +-
arch/avr32/boards/mimc200/setup.c | 29 +-
arch/avr32/configs/atngw100_mrmt_defconfig | 1363 +++++++++++++++++++++++++++
arch/avr32/include/asm/hw_irq.h | 2 +-
arch/avr32/kernel/traps.c | 11 +-
arch/avr32/mach-at32ap/include/mach/board.h | 2 +-
drivers/mmc/host/atmel-mci.c | 12 +-
include/linux/atmel-mci.h | 2 +
13 files changed, 1889 insertions(+), 25 deletions(-)
create mode 100644 arch/avr32/boards/atngw100/Kconfig_mrmt
create mode 100644 arch/avr32/boards/atngw100/mrmt.c
create mode 100644 arch/avr32/configs/atngw100_mrmt_defconfig
--
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/