aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2-6/+6
2009-04-05Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds21-94/+2034
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-11/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2-11/+1
2009-04-01generic debug pageallocAkinobu Mita1-18/+0
2009-04-01avr32: add RTS/CTS/CLK pin selection for the USARTsPeter Ma10-30/+47
2009-03-30Add RTC support for Merisc boardsJonas Larsson2-1/+9
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-3/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-27avr32: at32ap700x: setup DMA for AC97C in the machine codeHans-Christian Egtvedt4-29/+45
2009-03-27avr32: at32ap700x: setup DMA for ABDAC in the machine codeHans-Christian Egtvedt3-10/+33
2009-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into avr32-archHaavard Skinnemoen14-28/+32
2009-03-27Add Merisc board supportJonas Larsson10-0/+1834
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller5-43/+42
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds5-43/+42
2009-03-26Merge commit 'v2.6.29' into core/header-fixesIngo Molnar1-0/+1
2009-03-26avr32: use gpio_is_valid() to check USBA vbus_pin I/O lineHans-Christian Egtvedt1-1/+1
2009-03-26avr32: fix timing LCD parameters for EVKLCD10X boardsHans-Christian Egtvedt1-10/+10
2009-03-26avr32: use GPIO line PB15 on EVKLCD10x boards for backlightHans-Christian Egtvedt1-1/+19
2009-03-26avr32: configure MCI detect and write protect pins for EVKLCD10x boardsHans-Christian Egtvedt1-5/+0
2009-03-26avr32: set pin mask to alternative 18 bpp for EVKLCD10x boardsHans-Christian Egtvedt1-1/+2
2009-03-26avr32: add pin mask for 18-bit color on the LCD controllerHans-Christian Egtvedt1-0/+26
2009-03-26avr32: fix 15-bit LCDC pin mask to use MSB linesHans-Christian Egtvedt1-16/+18
2009-03-24avr32: remove duplicated #includeHuang Weiyi1-1/+0
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar1-0/+1
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar2-2/+2
2009-03-02tracing: make CALLER_ADDRx overwriteableUwe Kleine-Koenig1-0/+1
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpuIngo Molnar1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo1-1/+1
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-0/+1
2009-02-20Merge branches 'tracing/function-graph-tracer' and 'linus' into tracing/coreIngo Molnar1-0/+1
2009-02-16[ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device controllerGregory CLEMENT1-0/+1
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly1-0/+3
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-02-12preempt-count: force hardirq-count to max of 10Steven Rostedt1-11/+0
2009-02-01headers_check fix: avr32, swab.hJaswinder Singh Rajput1-1/+1
2009-01-26eeprom: More consistent symbol namesJean Delvare10-26/+26
2009-01-16avr32: fix out-of-range rjmp instruction on large kernelsHaavard Skinnemoen1-4/+4
2009-01-16avr32: Fix out-of-range rcalls in large kernelsBen Nizette3-38/+38
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2-2/+0
2009-01-12sparseirq: use kstat_irqs_cpu on non-x86 architectures tooYinghai Lu1-1/+1
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-12/+3
2009-01-07avr32: Move syscalls.h under arch/avr32/include/asm/Haavard Skinnemoen1-0/+39
2009-01-07Merge branches 'fixes', 'cleanups' and 'boards'Haavard Skinnemoen30-115/+2209
2009-01-07avr32: Define DIE_OOPSHaavard Skinnemoen1-0/+1