summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson60-1939/+2218
2012-03-10ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driverMyungJoo Ham1-0/+43
2012-03-10ARM: EXYNOS: add clock registers for exynos4x12-cpufreqJaecheol Lee1-0/+9
2012-03-10ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clockKukjin Kim7-762/+766
2012-03-10ARM: EXYNOS: use static declaration on regarding clockKukjin Kim2-21/+10
2012-03-10ARM: EXYNOS: replace clock.c for other new EXYNOS SoCsKukjin Kim5-91/+90
2012-03-10Merge branch 'next/cleanup-use-static' into next/cleanup-exynos-clockKukjin Kim156-2366/+842
2012-03-10Merge branch 'uart' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/l...Olof Johansson3-6/+0
2012-03-10Merge branch 'cleanup-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Olof Johansson39-342/+330
2012-03-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson146-989/+804
2012-03-07Merge branch 'next/cleanup-use-static' of git://git.kernel.org/pub/scm/linux/...Olof Johansson27-107/+82
2012-03-07Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlin...Olof Johansson4-0/+5
2012-03-07ARM: OMAP2+: Fix build error after mergeTony Lindgren4-0/+5
2012-03-07Merge branch 'topic/cleanup-use-static' into next/cleanup-use-staticKukjin Kim28-108/+83
2012-03-07ARM: S3C24XX: remove call to s3c24xx_setup_clocksHeiko Stuebner1-11/+4
2012-03-07ARM: S3C24XX: add get_rate for clk_p on S3C2416/2443Heiko Stuebner1-4/+24
2012-03-07ARM: S3C24XX: add get_rate for clk_h on S3C2416/2443Heiko Stuebner1-9/+22
2012-03-07ARM: S3C24XX: remove XXX_setup_clocks method from S3C2443Heiko Stuebner2-8/+0
2012-03-07ARM: S3C24XX: remove obsolete S3C2416_DMA optionHeiko Stuebner3-27/+0
2012-03-07ARM: S3C24XX: Reuse S3C2443 dma for S3C2416Heiko Stuebner4-9/+27
2012-03-07ARM: S3C24XX: Fix indentation of dma-s3c2443Heiko Stuebner1-4/+4
2012-03-07ARM: S3C24XX: Move device setup files to mach directoryHeiko Stuebner6-10/+8
2012-03-07ARM: S3C24XX: Consolidate Simtec extensionsHeiko Stuebner11-32/+29
2012-03-07ARM: S3C24XX: move simtec-specific code to mach directoryHeiko Stuebner6-23/+20
2012-03-07ARM: S3C24XX: Move common-smdk code to mach directoryHeiko Stuebner5-11/+15
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim139-867/+677
2012-03-05ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4Paul Walmsley5-142/+76
2012-03-05ARM: OMAP2+: omap_device: call all suspend, resume callbacks when OMAP_DEVICE...Paul Walmsley1-8/+4
2012-03-05ARM: OMAP: omap_device: remove omap_device_parentKevin Hilman3-12/+4
2012-03-05ARM: OMAP2+: PM debug: fix the use of debugfs_create_* APIJean Pihet1-3/+3
2012-03-05ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4Paul Walmsley5-45/+14
2012-03-05ARM: OMAP2+: PM: clean up omap_set_pwrdm_state()Paul Walmsley1-22/+17
2012-03-05ARM: OMAP3: PM: remove superfluous calls to pwrdm_clear_all_prev_pwrst()Paul Walmsley2-7/+0
2012-03-05Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-baseKevin Hilman127-710/+1135
2012-03-04Merge tag 'tegra-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Arnd Bergmann4-3/+27
2012-03-04ARM: tegra: Enable CPUIdle on Tegra20Peter De Schrijver1-2/+0
2012-03-04ARM: tegra: export usb phy symbolsArnd Bergmann1-0/+11
2012-03-04ARM: tegra: build localtimer support only when neededArnd Bergmann1-1/+2
2012-03-04ARM: tegra: select CPU_FREQ_TABLEArnd Bergmann1-0/+2
2012-03-04Merge branch 'depends/rmk/for-armsoc' into for-3.4/cleanup-and-fixesOlof Johansson134-2273/+774
2012-03-03Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds1-0/+4
2012-03-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+54
2012-03-03ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xxHeiko Stuebner5-13/+29
2012-03-03ARM: s3c2410_defconfig: update s3c2410_defconfigKukjin Kim1-38/+17
2012-03-03ARM: S3C2443: move mach-s3c2443/* into mach-s3c24xx/Kukjin Kim11-54/+35
2012-03-03ARM: S3C2440: move mach-s3c2440/* into mach-s3c24xx/Kukjin Kim25-209/+191
2012-03-03ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/Kukjin Kim11-57/+57
2012-03-03ARM: S3C2412: move mach-s3c2412/* into mach-s3c24xx/Kukjin Kim13-98/+98
2012-03-03ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/Kukjin Kim79-184/+214
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim13-28/+27