Re: [GIT PULL] AVR32 fixes

From: Frank Bennett
Date: Mon Jun 25 2007 - 16:49:39 EST


Haavard Skinnemoen wrote:
Hi Linus,

Please pull the 'for-linus' branch of

git://www.atmel.no/~hskinnemoen/linux/kernel/avr32.git for-linus

to receive the following updates.

The status of the various SL*B allocators on AVR32 is now as follows:
* SLAB works, but debugging is effectively disabled due to
ARCH_KMALLOC_MINALIGN.
* SLUB works, including debugging.
* SLOB seems to ignore ARCH_KMALLOC_MINALIGN, so it breaks DMA
(SPI in particular is affected by this.)

So since SLUB is currently the allocator that works best on AVR32, I've
enabled it by default for both ATSTK1002 and ATNGW100. Big thanks to
Christoph for fixing the ARCH_KMALLOC_MINALIGN vs. CONFIG_SLUB_DEBUG
issue.

David Brownell (1):
[AVR32] Initialize dma_mask and dma_coherent_mask

Haavard Skinnemoen (2):
[AVR32] Fix bug in invalidate_dcache_region()
[AVR32] Update defconfigs

ben.nizette@xxxxxxxxxxxx (1):
[AVR32] NGW100, Remove relics of the old USART mapping scheme
snip, snip.....
makes fine, but requires :
export ARCH=avr32
export CROSS_COMPILE=avr32-linux-
make defconfig
make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CHK include/linux/compile.h
MODPOST vmlinux
UIMAGE arch/avr32/boot/images/uImage
"mkimage" command not found - U-Boot images will not be built
Image arch/avr32/boot/images/uImage is ready
make[1]: `arch/avr32/boot/images/vmlinux.elf' is up to date.
Building modules, stage 2.
MODPOST 20 modules

-Frank Bennett

-
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/