2008-12-18 15:39:20

by Haavard Skinnemoen

[permalink] [raw]
Subject: [GIT PULL] AVR32 fixes

Hi Linus,

Please pull

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

to get the following last-minute fixes for AVR32. Most of it is a
defconfig update for ATSTK1006 enabling JFFS2 write buffering support,
without which it can't boot from a JFFS2 file system stored in NAND
flash.

There's also a fix/workaround for a new "feature" in binutils 2.18
which causes it to build unbootable kernel images.

Anders Blomdell (1):
avr32: Enable pullup on USART TX lines

Haavard Skinnemoen (2):
ATSTK1006: Fix boot from NAND flash
avr32: favr-32 build fix

Hans-Christian Egtvedt (1):
avr32: remove .note.gnu.build-id section when making vmlinux.bin

arch/avr32/boards/favr-32/flash.c | 2 +-
arch/avr32/boards/favr-32/setup.c | 8 +-
arch/avr32/boot/images/Makefile | 2 +-
arch/avr32/configs/atstk1006_defconfig | 134 +++++++++++++++++++++++---------
arch/avr32/mach-at32ap/at32ap700x.c | 8 +-
5 files changed, 107 insertions(+), 47 deletions(-)