summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-2656-850/+718
|\
| * Merge branch 'next/cleanup-plat-s3c24xx-s5p' of git://git.kernel.org/pub/scm/...Arnd Bergmann2012-05-1425-409/+252
| |\
| | * Merge branch 'next/cleanup-plat-s3c24xx' into next/cleanup-plat-s3c24xx-s5pKukjin Kim2012-05-13165-992/+1111
| | |\
| | | * ARM: S3C24XX: Use common macro to define resources on dev-uart.cTushar Behera2012-05-121-40/+16
| | | * ARM: S3C24XX: move common clock init into common.cHeiko Stuebner2012-05-123-60/+18
| | | * ARM: S3C24XX: move common power-management code to mach-s3c24xxHeiko Stuebner2012-05-125-3/+4
| | | * ARM: S3C24XX: move plat-s3c24xx/dev-uart.c into common.cHeiko Stuebner2012-05-123-101/+73
| | | * ARM: S3C24XX: move plat-s3c24xx/cpu.cHeiko Stuebner2012-05-123-2/+3
| | * | ARM: SAMSUNG: merge plat-s5p into plat-samsungKukjin Kim2012-05-135-37/+19
| | * | ARM: SAMSUNG: move options for common s5p into plat-samsung/KconfigKukjin Kim2012-05-132-65/+65
| | * | ARM: SAMSUNG: move setup code for s5p mfc and mipiphy into plat-samsungKukjin Kim2012-05-136-18/+14
| | * | ARM: SAMSUNG: move platform device for s5p uart into plat-samsungKukjin Kim2012-05-135-68/+22
| | * | ARM: SAMSUNG: move hr timer for common s5p into plat-samsungKukjin Kim2012-05-135-12/+11
| | * | ARM: SAMSUNG: move pm part for common s5p into plat-samsungKukjin Kim2012-05-137-20/+18
| | * | ARM: SAMSUNG: move interrupt part for common s5p into plat-samsungKukjin Kim2012-05-137-20/+22
| | * | ARM: SAMSUNG: move clock part for common s5p into plat-samsungKukjin Kim2012-05-134-3/+7
| * | | Merge branch 'exynos/sysmmu' into next/cleanup2Arnd Bergmann2012-05-1420-754/+529
| |\ \ \ | | |/ /
| * | | Merge tag 'omap-cleanup-timer-for-v3.5' of git://git.kernel.org/pub/scm/linux...Olof Johansson2012-05-106-98/+166
| |\ \ \
| | * | | ARM: OMAP: Make OMAP clocksource source selection using kernel paramVaibhav Hiremath2012-05-094-77/+147
| | * | | ARM: OMAP2+: Replace space with underscore in the name field of system timersVaibhav Hiremath2012-05-091-3/+3
| | * | | ARM: OMAP1: Add checks for possible error condition in timer_initVaibhav Hiremath2012-05-093-20/+18
| * | | | Merge tag 'omap-cleanup-devices-for-v3.5' of git://git.kernel.org/pub/scm/lin...Olof Johansson2012-05-1038-265/+810
| |\ \ \ \
| | * | | | ARM: OMAP1: Pass dma request lines in platform data to MMC driverTony Lindgren2012-05-091-2/+16
| | * | | | ARM: OMAP: Move omap_mmc_add() to mach-omap1Tony Lindgren2012-05-093-57/+43
| | * | | | ARM: OMAP2: Use hwmod to initialize mmc for 2420Tony Lindgren2012-05-091-3/+16
| | * | | | ARM: OMAP2+: Move omap_dsp_reserve_sdram_memblock() to mach-omap2Tony Lindgren2012-05-092-31/+25
| | * | | | ARM: OMAP1: Move omap_init_uwire to mach-omap1Tony Lindgren2012-05-092-45/+44
| | * | | | ARM: OMAP1: Move omap_init_audio() to keep the devices in alphabetical orderTony Lindgren2012-05-091-19/+17
| | * | | | Merge branch 'fixes-non-critical' into cleanup-devicesTony Lindgren2012-05-0968-512/+571
| | |\ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge tag 'omap-cleanup-renames-for-v3.5' of git://git.kernel.org/pub/scm/lin...Olof Johansson2012-05-1014-122/+95
| |\ \ \ \ \
| | * | | | | ARM: OMAP2+: Kconfig: convert SOC_OMAPAM33XX to SOC_AM33XXKevin Hilman2012-05-103-4/+4
| | * | | | | ARM: OMAP2+: Kconfig: convert SOC_OMAPTI81XX to SOC_TI81XXKevin Hilman2012-05-104-7/+7
| | | |/ / / | | |/| | |
| * | | | | GPMC: add ECC control definitionsYegor Yefremov2012-05-101-7/+23
| * | | | | ARM: OMAP2+: dmtimer: remove redundant sysconfig context restoreTarun Kanti DebBarma2012-05-102-3/+0
| * | | | | ARM: OMAP: AM35xx: convert 3517 detection/flags to AM35xxKevin Hilman2012-05-107-12/+19
| * | | | | ARM: OMAP: AM35xx: remove redunant cpu_is checks for AM3505Kevin Hilman2012-05-103-6/+6
| * | | | | Merge branch 'cleanup-soc' into cleanupTony Lindgren2012-05-108-162/+95
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'for_3.5/omap_misc_cleanup' of git://gitorious.org/omap-sw-devel...Tony Lindgren2012-05-088-160/+93
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | ARM: OMAP2+: dma: Define dma capabilities register bitfields and use them.R Sricharan2012-05-082-4/+12
| | | * | | | ARM: OMAP4: Reduce the static IO mappingSantosh Shilimkar2012-05-082-58/+0
| | | * | | | ARM: All OMAP2PLUS machines use omap2 directory so just add one entrySantosh Shilimkar2012-05-081-3/+1
| | | * | | | ARM: OMAP: dma: Make use of cpu_class_is_omap2() to avoid future patching.Santosh Shilimkar2012-05-081-2/+2
| | | * | | | ARM: OMAP4: Remove un-used WakeupGen register defines.Santosh Shilimkar2012-05-081-8/+0
| | | * | | | ARM: OMAP2+: Clean up wrapping multiple objects in MakefileSantosh Shilimkar2012-05-081-82/+78
| | | * | | | ARM: OMAP4: Don't compile cm2xxx_3xxx.c for OMAP4 only builds.Santosh Shilimkar2012-05-081-4/+1
| * | | | | | Merge branch 'devel-hwmod' into cleanupTony Lindgren2012-05-0815-7845/+7062
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-2653-960/+1041
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'drivers/mmc' into next/driversArnd Bergmann2012-05-1517-41/+570
| |\ \ \ \ \ \ \
| | * | | | | | | mmc: dt: Consolidate DT bindingsArnd Bergmann2012-05-1510-9/+19
| | * | | | | | | Merge branch 'omap/dt-missed-3.4' into drivers/mmcArnd Bergmann2012-05-1410-38/+557
| | |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud