summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-11-0134-0/+34
| * | | | | | arm: convert core files from module.h to export.hPaul Gortmaker2011-11-0114-14/+14
| * | | | | | arm: remove several unnecessary module.h include instancesPaul Gortmaker2011-11-015-5/+0
| * | | | | | arm: add slab.h to plat-samsung files for GFP_KERNELPaul Gortmaker2011-11-012-0/+2
| * | | | | | arm: fix implicit use of sched.h in bcmring/dma.cPaul Gortmaker2011-11-011-0/+1
| * | | | | | arm: fix implicit use of moduleparam in mach-mx31*.cPaul Gortmaker2011-11-013-0/+3
| * | | | | | arm: fix implicit use of page.h in several arch/arm filesPaul Gortmaker2011-11-013-0/+3
| * | | | | | arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker2011-11-015-0/+5
| * | | | | | arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker2011-11-011-0/+1
* | | | | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-071-6/+0
|\ \ \ \ \ \ \
| * | | | | | | arm: at91: drop unused Kconfig symbolPaul Bolle2011-10-311-6/+0
* | | | | | | | Merge branch 'rmobile-latest' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-0714-197/+1062
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: mach-shmobile: ag5evm needs CONFIG_I2CGuennadi Liakhovetski2011-11-041-0/+1
| * | | | | | | | ARM: mach-shmobile: sh73a0 and AG5EVM PINT supportMagnus Damm2011-11-043-15/+71
| * | | | | | | | ARM: mach-shmobile: Add support for PINT though INTC macrosMagnus Damm2011-11-041-0/+51
| * | | | | | | | ARM: mach-shmobile: SDHI0 GPIO hotplug for AG5EVMMagnus Damm2011-11-041-0/+19
| * | | | | | | | ARM: mach-shmobile: Use common INTC IRQ code on sh73a0Magnus Damm2011-11-042-33/+157
| * | | | | | | | ARM: mach-shmobile: Use common INTC IRQ code on sh7372Magnus Damm2011-11-041-64/+8
| * | | | | | | | ARM: mach-shmobile: Use common INTC IRQ code on sh7377Magnus Damm2011-11-041-61/+6
| * | | | | | | | ARM: mach-shmobile: Use common INTC IRQ code on sh7367Magnus Damm2011-11-041-34/+6
| * | | | | | | | ARM: mach-shmobile: sh73a0 GPIO IRQ supportMagnus Damm2011-11-041-0/+41
| * | | | | | | | ARM: sh7372 ap4evb NOR Flash USB boot fixBastian Hecht2011-11-041-2/+2
| * | | | | | | | ARM: mach-shmobile: sh7372 Mackerel NOR Flash USB boot fixMagnus Damm2011-11-041-2/+2
| * | | | | | | | ARM: mach-shmobile: Break out INTC IRQ codeMagnus Damm2011-11-041-0/+195
| * | | | | | | | Merge branch 'rmobile/kota2' into rmobile-latestPaul Mundt2011-11-044-4/+461
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: mach-shmobile: Kota2 SDHI0 and SDHI1 supportMagnus Damm2011-08-291-0/+93
| | * | | | | | | | ARM: mach-shmobile: Kota2 SCIFA4 and SCIFB supportMagnus Damm2011-08-291-0/+13
| | * | | | | | | | ARM: mach-shmobile: Kota2 MMCIF supportMagnus Damm2011-08-291-0/+49
| | * | | | | | | | ARM: mach-shmobile: Kota2 GPIO LEDs supportMagnus Damm2011-08-291-0/+27
| | * | | | | | | | ARM: mach-shmobile: Kota2 GPIO Keys supportMagnus Damm2011-08-291-0/+32
| | * | | | | | | | ARM: mach-shmobile: Kota2 KEYSC supportMagnus Damm2011-08-291-0/+65
| | * | | | | | | | ARM: mach-shmobile: Kota2 SCIFA2 and SMSC911X supportMagnus Damm2011-08-294-4/+182
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-11-041391-26011/+35147
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-09-0580-280/+473
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'rmobile-fixes-for-linus' into rmobile-latestPaul Mundt2011-08-295-9/+173
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ARM: mach-shmobile: sh73a0 PFC pull-up support for SDHI0+2Magnus Damm2011-08-292-15/+75
* | | | | | | | | | | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-11-075-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ARM: PXA: fix gpio-pxa.h build errorsRussell King2011-11-051-1/+1
| * | | | | | | | | | | | | ARM: 7142/1: davinci: mark GPIO implementation complexLinus Walleij2011-11-051-0/+2
| * | | | | | | | | | | | | ARM: 7134/1: Revert "EXYNOS4: Fix routing timer interrupt to offline CPU"Kukjin Kim2011-11-051-2/+0
| * | | | | | | | | | | | | ARM: PXA: eseries: fix eseries_register_clks section mismatch warningRussell King2011-11-052-2/+1
* | | | | | | | | | | | | | ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynosKukjin Kim2011-11-0676-81/+106
* | | | | | | | | | | | | | ARM: EXYNOS4: convert MCT to percpu interrupt APIMarc Zyngier2011-11-061-13/+27
* | | | | | | | | | | | | | ARM: SAMSUNG: Add clk enable/disable of pwmJoonyoung Shim2011-11-061-0/+7
* | | | | | | | | | | | | | ARM: SAMSUNG: Fix compile error due to kfreeJonghwan Choi2011-11-061-0/+1
* | | | | | | | | | | | | | Merge branch 'next/devel2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0622-141/+615
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pxa/devel' into next/devel2Arnd Bergmann2011-10-3022-20/+263
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ARM: mmp: register internal sram bankLeo Yan2011-10-253-0/+14
| | * | | | | | | | | | | | | | ARM: mmp: register audio sram bankLeo Yan2011-10-253-0/+13
| | * | | | | | | | | | | | | | ARM: mmp: add sram allocatorLeo Yan2011-10-254-1/+205
| | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |