summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-27353-6713/+4106
|\
| * Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann2012-03-1561-344/+418
| |\
| | * ep93xx: Remove unnecessary includes of ep93xx-regs.hRyan Mallon2012-03-143-2/+3
| | * ep93xx: Move EP93XX_SYSCON defines to SoC private headerRyan Mallon2012-03-143-89/+92
| | * ep93xx: Move crunch code to mach-ep93xx directoryRyan Mallon2012-03-144-3/+3
| | * ep93xx: Make syscon access functions private to SoCRyan Mallon2012-03-144-16/+15
| | * ep93xx: Configure GPIO ports in core codeRyan Mallon2012-03-141-0/+7
| | * ep93xx: Move peripheral defines to local SoC headerRyan Mallon2012-03-144-60/+61
| | * ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-142-0/+16
| | * ep93xx: Use ioremap for backlight driverRyan Mallon2012-03-141-0/+10
| | * ep93xx: Move GPIO defines to gpio-ep93xx.hRyan Mallon2012-03-142-8/+10
| | * ep93xx: Don't use system controller defines in audio driversRyan Mallon2012-03-142-16/+5
| | * ep93xx: Move PHYS_BASE defines to local SoC header fileRyan Mallon2012-03-1410-34/+61
| * | Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-1335-1890/+2063
| |\ \
| | * | ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driverMyungJoo Ham2012-03-101-0/+43
| | * | ARM: EXYNOS: add clock registers for exynos4x12-cpufreqJaecheol Lee2012-03-101-0/+9
| | * | ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clockKukjin Kim2012-03-107-762/+766
| | * | ARM: EXYNOS: use static declaration on regarding clockKukjin Kim2012-03-102-21/+10
| | * | ARM: EXYNOS: replace clock.c for other new EXYNOS SoCsKukjin Kim2012-03-105-91/+90
| | * | Merge branch 'next/cleanup-use-static' into next/cleanup-exynos-clockKukjin Kim2012-03-10156-2366/+842
| | |\ \
| * | \ \ Merge branch 'uart' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/l...Olof Johansson2012-03-103-6/+0
| |\ \ \ \
| | * | | | ARM: OMAP2+: remove some orphan function declarations.NeilBrown2012-02-212-2/+0
| | * | | | ARM: OMAP2+: UART: remove unused fields in omap_uart_state.NeilBrown2012-02-211-4/+0
| * | | | | Merge branch 'cleanup-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Olof Johansson2012-03-1039-342/+330
| |\ \ \ \ \
| | * | | | | ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4Paul Walmsley2012-03-055-142/+76
| | * | | | | ARM: OMAP2+: omap_device: call all suspend, resume callbacks when OMAP_DEVICE...Paul Walmsley2012-03-051-8/+4
| | * | | | | ARM: OMAP: omap_device: remove omap_device_parentKevin Hilman2012-03-053-12/+4
| | * | | | | ARM: OMAP2+: PM debug: fix the use of debugfs_create_* APIJean Pihet2012-03-051-3/+3
| | * | | | | ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4Paul Walmsley2012-03-055-45/+14
| | * | | | | ARM: OMAP2+: PM: clean up omap_set_pwrdm_state()Paul Walmsley2012-03-051-22/+17
| | * | | | | ARM: OMAP3: PM: remove superfluous calls to pwrdm_clear_all_prev_pwrst()Paul Walmsley2012-03-052-7/+0
| | * | | | | Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-baseKevin Hilman2012-03-05101-522/+768
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-03-08146-989/+804
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: S3C24XX: remove call to s3c24xx_setup_clocksHeiko Stuebner2012-03-071-11/+4
| | * | | | | | | ARM: S3C24XX: add get_rate for clk_p on S3C2416/2443Heiko Stuebner2012-03-071-4/+24
| | * | | | | | | ARM: S3C24XX: add get_rate for clk_h on S3C2416/2443Heiko Stuebner2012-03-071-9/+22
| | * | | | | | | ARM: S3C24XX: remove XXX_setup_clocks method from S3C2443Heiko Stuebner2012-03-072-8/+0
| | * | | | | | | ARM: S3C24XX: remove obsolete S3C2416_DMA optionHeiko Stuebner2012-03-073-27/+0
| | * | | | | | | ARM: S3C24XX: Reuse S3C2443 dma for S3C2416Heiko Stuebner2012-03-074-9/+27
| | * | | | | | | ARM: S3C24XX: Fix indentation of dma-s3c2443Heiko Stuebner2012-03-071-4/+4
| | * | | | | | | ARM: S3C24XX: Move device setup files to mach directoryHeiko Stuebner2012-03-076-10/+8
| | * | | | | | | ARM: S3C24XX: Consolidate Simtec extensionsHeiko Stuebner2012-03-0711-32/+29
| | * | | | | | | ARM: S3C24XX: move simtec-specific code to mach directoryHeiko Stuebner2012-03-076-23/+20
| | * | | | | | | ARM: S3C24XX: Move common-smdk code to mach directoryHeiko Stuebner2012-03-075-11/+15
| | * | | | | | | Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim2012-03-07139-867/+677
| | |\ \ \ \ \ \ \
| | | * | | | | | | ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xxHeiko Stuebner2012-03-035-13/+29
| | | * | | | | | | ARM: s3c2410_defconfig: update s3c2410_defconfigKukjin Kim2012-03-031-38/+17
| | | * | | | | | | ARM: S3C2443: move mach-s3c2443/* into mach-s3c24xx/Kukjin Kim2012-03-0311-54/+35
| | | * | | | | | | ARM: S3C2440: move mach-s3c2440/* into mach-s3c24xx/Kukjin Kim2012-03-0325-209/+191
| | | * | | | | | | ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/Kukjin Kim2012-03-0311-57/+57
OpenPOWER on IntegriCloud