Hi Linus,snip, snip.....
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