summaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
...
* avr32: Add MMIO address definitions for certain controllersHaavard Skinnemoen2008-08-084-13/+13
* avr32: Introduce <mach/chip.h>Haavard Skinnemoen2008-08-081-0/+19
* avr32: Remove include/asm-avr32/arch-at32apHaavard Skinnemoen2008-08-081-14/+0
* avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-0518-38/+38
* avr32: Introduce arch/avr32/mach-*/include/machHaavard Skinnemoen2008-08-0512-1/+550
* avr32: Move include/asm-avr32 to arch/avr32/include/asmHaavard Skinnemoen2008-08-0596-0/+6746
* avr32: some mmc/sd cleanupsDavid Brownell2008-07-272-7/+25
* Merge commit 'upstream/master'Haavard Skinnemoen2008-07-2712-73/+182
|\
| * Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-07-265-3/+134
| |\
| | * Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-2523-258/+1008
| | |\
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-07-118-345/+521
| | |\ \
| | * | | avr32: Add support for ATSTK1006Håvard Skinnemoen2008-06-073-2/+81
| | * | | [MTD] [NAND] avr32: atmel_nand platform code for AT32AP700xHåvard Skinnemoen2008-06-071-0/+52
| | * | | avr32: move hsmc_init() to core_initcallHåvard Skinnemoen2008-06-071-1/+1
| * | | | avr32: use generic show_mem()Johannes Weiner2008-07-261-39/+0
| * | | | gpiolib: allow user-selectionMichael Buesch2008-07-251-1/+1
| * | | | gpio: sysfs interfaceDavid Brownell2008-07-251-0/+2
| * | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-1/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into timers/nohzIngo Molnar2008-07-1822-232/+969
| | |\ \ \ \
| | * | | | | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-241-0/+1
| |\ \ \ \ \
| | * | | | | fix core/stacktrace changes on avr32, mips, shHeiko Carstens2008-07-181-0/+1
| | | |/ / / | | |/| | |
| * | | | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
| * | | | | bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-2/+1
| * | | | | mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-241-1/+1
| * | | | | add HAVE_CLK to Kconfig, for driver dependenciesDavid Brownell2008-07-241-0/+1
| | |_|_|/ | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-231-13/+14
| |\ \ \ \
| | * | | | dmaengine: Driver for the Synopsys DesignWare DMA controllerHaavard Skinnemoen2008-07-081-13/+14
| | | |/ / | | |/| |
| * | | | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-13/+25
| | |/ / | |/| |
* | | | avr32: allow system timer to share interrupt to make OProfile workVoss, Nikolaus2008-07-251-1/+5
* | | | avr32: Add platform data for AC97C platform deviceHans-Christian Egtvedt2008-07-241-7/+27
* | | | avr32: clean up mci platform codeBen Nizette2008-07-181-7/+6
* | | | fix avr32 build errorsAdrian Bunk2008-07-172-2/+2
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-163-5/+35
|\ \ \
| * | | atmel-mci: Driver for Atmel on-chip MMC controllersHaavard Skinnemoen2008-07-153-5/+35
* | | | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-151-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | stacktrace: export save_stack_trace[_tsk]Ingo Molnar2008-07-031-0/+1
* | | | Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-141-2/+0
|\ \ \ \
| * \ \ \ Merge branch 'linus' into core/rodataIngo Molnar2008-06-166-331/+521
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | move BUG_TABLE into RODATAJan Beulich2008-05-251-2/+0
| | |/ / | |/| |
* | | | avr32: Fix typo of IFSR in a comment in the PIO header fileHans-Christian Egtvedt2008-07-041-1/+1
* | | | avr32: Power Management support ("standby" and "mem" modes)Haavard Skinnemoen2008-07-026-1/+492
* | | | avr32: Add system device for the internal interrupt controller (intc)Haavard Skinnemoen2008-07-021-3/+25
* | | | avr32: Add simple SRAM allocatorHaavard Skinnemoen2008-07-022-0/+27
* | | | avr32: Enable SDRAMC clock at startupHaavard Skinnemoen2008-07-021-0/+9
* | | | avr32: Use a quicklist for PGD allocationHaavard Skinnemoen2008-07-021-0/+3
* | | | avr32: Cover the kernel page tables in the user PGDsHaavard Skinnemoen2008-07-021-10/+32
* | | | avr32: Store virtual addresses in the PGDHaavard Skinnemoen2008-07-023-26/+27
* | | | avr32: Remove useless zeroing of swapper_pg_dir at startupHaavard Skinnemoen2008-07-021-13/+3
* | | | avr32: Clean up and optimize the TLB operationsHaavard Skinnemoen2008-07-021-88/+87