summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-----------. Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' i...Russell King2009-12-0568-159/+5464
|\ \ \ \ \ \ \
| | | | | | | * ARM: 5836/1: add MAINTAINERS entrySrinidhi Kasagar2009-12-011-0/+6
| | | | | | | * ARM: 5835/1: ARM U8500: add defconfigSrinidhi Kasagar2009-12-011-0/+680
| | | | | | | * ARM: 5834/1: ARM: U8500 integrate to ARM architectureSrinidhi Kasagar2009-11-282-4/+17
| | | | | | | * ARM: 5833/1: ARM nomadik: enable U8500 for common platformSrinidhi Kasagar2009-11-281-1/+1
| | | | | | | * ARM: 5832/1: ARM: U8500 Makefile.bootSrinidhi Kasagar2009-11-281-0/+4
| | | | | | | * ARM: 5831/1: ARM: U8500 core machine supportSrinidhi Kasagar2009-11-2816-0/+776
| | | | | | | * ARM: 5830/1: ARM: U8500 clock frameworkSrinidhi Kasagar2009-11-282-0/+102
| | | | | | | * ARM: 5829/1: ARM: U8500 register definitionsSrinidhi Kasagar2009-11-283-0/+224
| | | | | | | * ARM: 5786/1: Introduce plat-nomadik, MTU code re-organizationSrinidhi Kasagar2009-11-2810-32/+74
| | | | | | * | ARM: 5783/1: Make it possible for U300 LDO D to shut downLinus Walleij2009-11-101-0/+1
| | | | | | * | ARM: 5725/2: U300 switch MMCI to use regulatorLinus Walleij2009-10-191-60/+4
| | | | | | * | ARM: 5724/1: U300 AB3100 boardinfo v5Linus Walleij2009-10-193-0/+337
| | | | | * | | ARM: 5844/1: rename w90p910_defconfig to n uc910_defconfigwanzongshun2009-12-011-0/+0
| | | | | * | | ARM: 5842/1: add spi resource support for nuc900wanzongshun2009-12-011-0/+16
| | | | | * | | ARM: 5839/1: add nuc960_defconfigwanzongshun2009-12-011-0/+922
| | | | | * | | ARM: 5838/1: add nuc950_defconfigwanzongshun2009-12-011-0/+922
| | | | * | | | ARM: 5637/1: [KS8695] Don't reference CLOCK_TICK_RATE in driversAndrew Victor2009-08-154-5/+11
| | | * | | | | ARM: 5843/1: OMAP3: add AMBA devices for ETM and ETBAlexander Shishkin2009-12-024-4/+81
| | | * | | | | ARM: 5841/1: a driver for on-chip ETM and ETBAlexander Shishkin2009-12-024-0/+816
| | | | |/ / / | | | |/| | |
| | * | | | | ARM: 5790/1: ep93xx: add missing newline between file header and codeHubert Feurstein2009-11-242-0/+2
| | * | | | | ARM: 5789/1: ep93xx: add missing file headersHubert Feurstein2009-11-242-0/+8
| | * | | | | ARM: 5775/1: ep93xx: add keypad core supportHartley Sweeten2009-11-243-0/+82
| | | |_|_|/ | | |/| | |
| * | | | | ARM: 5782/1: at91: support for eco920Uwe Kleine-König2009-11-104-0/+165
| * | | | | ARM: 5778/1: AT91: Add cpuidle supportAlbin Tonnerre2009-11-104-58/+166
| * | | | | ARM: 5770/1: Add DMA Engine support to at91sam9g45Yegor Yefremov2009-10-251-1/+1
| * | | | | ARM: 5726/1: at91/USB: at91sam9g45 series USB host integrationNicolas Ferre2009-10-253-0/+58
| | |_|_|/ | |/| | |
* | | | | Merge branch 'pending-dma-streaming' (early part) into develRussell King2009-12-046-21/+56
|\ \ \ \ \
| * | | | | ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single()Russell King2009-11-232-6/+23
| * | | | | ARM: dma-mapping: provide dma_to_page()Russell King2009-11-234-0/+26
| * | | | | ARM: dma-mapping: simplify page_to_dma() and __pfn_to_bus()Russell King2009-11-232-11/+2
| * | | | | ARM: provide phys_to_page() to complement page_to_phys()Russell King2009-11-231-5/+6
* | | | | | Merge branch 'pending-dma-coherent' into develRussell King2009-12-046-326/+366
|\ \ \ \ \ \
| * | | | | | ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attributeRussell King2009-11-243-11/+26
| * | | | | | ARM: dma-mapping: get rid of setting/clearing the reserved page bitRussell King2009-11-241-20/+3
| * | | | | | ARM: dma-mapping: Factor out noMMU dma buffer allocation codeRussell King2009-11-241-30/+15
| * | | | | | ARM: dma-mapping: clean up coherent arch dma allocationRussell King2009-11-241-19/+12
| * | | | | | ARM: dma-mapping: move consistent_init into CONFIG_MMU sectionRussell King2009-11-241-40/+38
| * | | | | | ARM: dma-mapping: factor dma_free_coherent() common codeRussell King2009-11-241-73/+68
| * | | | | | ARM: dma-mapping: fix nommu dma_alloc_coherent()Russell King2009-11-241-16/+9
| * | | | | | ARM: dma-mapping: fix coherent arch dma_alloc_coherent()Russell King2009-11-241-8/+10
| * | | | | | ARM: dma-mapping: functions to allocate/free a coherent bufferRussell King2009-11-241-44/+66
| * | | | | | ARM: dma-mapping: split out vmregion code from dma coherent mapping codeRussell King2009-11-244-120/+174
| |/ / / / /
* | | | | | Merge branch 'pending-misc' (early part) into develRussell King2009-12-041222-12597/+22150
|\ \ \ \ \ \
| * | | | | | ARM: I-cache: flush executable mappings in flush_cache_range()Russell King2009-12-041-2/+1
| * | | | | | ARM: I-cache: avoid flushing in flush_cache_mm()Russell King2009-12-041-1/+0
| * | | | | | ARM: I-cache: Add invalidation for VIVT ASID tagged cachesRussell King2009-12-041-0/+6
| * | | | | | ARM: 5794/1: Flush the D-cache during copy_user_highpage()Catalin Marinas2009-12-041-0/+8
| * | | | | | ARM: Remove __flush_icache_all() from __flush_dcache_page()Russell King2009-12-041-3/+1
| * | | | | | ARM: Move __flush_icache_all() out of flush_pfn_alias()Russell King2009-12-041-3/+8
OpenPOWER on IntegriCloud