summaryrefslogtreecommitdiffstats
path: root/include/asm-avr32
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-272-1/+4
|\
| * [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet2007-04-251-0/+2
| * [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-251-1/+2
* | [AVR32] Fix compile error with gcc 4.1Haavard Skinnemoen2007-04-271-9/+4
* | avr32: remove unneeded cast in atomic.hMathieu Desnoyers2007-04-271-1/+1
* | [AVR32] Use memcpy/memset in memcpy_{from,to}_io and memset_ioHaavard Skinnemoen2007-04-271-14/+3
* | [AVR32] Get rid of board_setup_fbmem()Haavard Skinnemoen2007-04-271-2/+2
* | [AVR32] Simplify early handling of memory regionsHaavard Skinnemoen2007-04-271-8/+2
* | [AVR32] Move setup_bootmem() from mm/init.c to kernel/setup.cHaavard Skinnemoen2007-04-271-1/+0
* | [AVR32] Make I/O access macros work with external devicesHaavard Skinnemoen2007-04-272-152/+222
* | [AVR32] Clean up exception handling codeHaavard Skinnemoen2007-04-273-24/+45
* | [AVR32] Clean up cpu identification and add features bitmapHaavard Skinnemoen2007-04-271-0/+9
* | [AVR32] Clean up asm/sysreg.hHaavard Skinnemoen2007-04-271-294/+249
* | [AVR32] Put cpu in sleep 0 when idle.Hans-Christian Egtvedt2007-04-271-0/+2
* | [AVR32] Change system timer from count-compare to Timer/Counter 0Hans-Christian Egtvedt2007-04-271-0/+112
* | [AVR32] Add nwait and tdf parameters to SMC configurationHans-Christian Egtvedt2007-04-271-0/+22
|/
* [PATCH] gpio_direction_output() needs an initial valueDavid Brownell2007-03-161-1/+1
* avr32: dma-mapping.hGary Zambrano2007-03-071-0/+18
* [AVR32] Fix typo in include/asm-avr32/KbuildHaavard Skinnemoen2007-03-071-1/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-191-36/+0
|\
| * [ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.hAndrew Victor2007-02-081-36/+0
| * [ARM] 4124/1: Rename mach-at91rm9200 and arch-at91rm9200 directoriesAndrew Victor2007-02-081-1/+1
* | [AVR32] Use per-controller spi_board_info structuresHaavard Skinnemoen2007-02-161-1/+3
* | [AVR32] Wire up the SysV IPC calls properlyHaavard Skinnemoen2007-02-161-2/+15
* | [AVR32] Define ioremap_nocache, ioport_map and ioport_unmapHaavard Skinnemoen2007-02-161-0/+11
* | [AVR32] Fix prototypes for __raw_writesb and friendsHaavard Skinnemoen2007-02-161-6/+6
* | [PATCH] consolidate line discipline number definitionsTilman Schmidt2007-02-111-18/+0
* | [AVR32] ssize_t should be long, not intHaavard Skinnemoen2007-02-091-1/+1
* | [AVR32] Add PIOE device and reserve SDRAM pinsHaavard Skinnemoen2007-02-092-1/+3
* | [AVR32] Introduce at32_reserve_pin()Haavard Skinnemoen2007-02-091-0/+1
* | [AVR32] GPIO API implementationHaavard Skinnemoen2007-02-095-5/+57
* | [AVR32] Implement dma_mapping_error()Haavard Skinnemoen2007-02-091-0/+8
* | Remove a couple final references to obsolete verify_area().Robert P. J. Day2007-02-092-7/+1
|/
* [PATCH] Optimize D-cache alias handling on forkRalf Baechle2006-12-131-0/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2006-12-114-14/+54
|\
| * [AVR32] Pass dev parameter to dma_cache_sync()Haavard Skinnemoen2006-12-081-6/+6
| * [AVR32] Remove mii_phy_addr and eth_addr from eth_platform_dataHaavard Skinnemoen2006-12-081-3/+0
| * [AVR32] Portmux API updateHaavard Skinnemoen2006-12-082-5/+48
* | [PATCH] tty: preparatory structures for termios revampAlan Cox2006-12-081-0/+11
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-071-3/+3
|\ \ | |/ |/|
| * [ARM] 3954/1: AT91: Update drivers for new headersAndrew Victor2006-11-301-3/+3
* | [PATCH] cleanup asm/setup.h userspace visibilityAdrian Bunk2006-12-071-0/+4
* | [PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle2006-12-071-1/+2
* | [PATCH] Add struct dev pointer to dma_is_consistent()Ralf Baechle2006-12-071-1/+1
* | [PATCH] Centralise definitions of sector_t and blkcnt_tMatthew Wilcox2006-12-041-5/+0
* | [NET]: AVR32 checksum annotations and cleanups.Al Viro2006-12-021-22/+18
* | Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt2006-12-011-0/+7
|/
* AVR32: Wire up sys_epoll_pwaitHaavard Skinnemoen2006-11-061-1/+2
* [PATCH] AVR32: add io{read,write}{8,16,32}{be,} supportBen Nizette2006-10-251-0/+33