aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'samsung-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2014-05-3020-371/+286
|\
| * ARM: EXYNOS: Enable multi-platform build supportArnd Bergmann2014-05-314-29/+26
| * ARM: EXYNOS: Consolidate Kconfig entriesSachin Kamat2014-05-312-54/+16
| * ARM: EXYNOS: Add support for EXYNOS5410 SoCTarek Dakhran2014-05-312-2/+15
| * ARM: EXYNOS: Support secondary CPU boot of Exynos3250Chanwoo Choi2014-05-311-1/+8
| * ARM: EXYNOS: Add Exynos3250 SoC IDChanwoo Choi2014-05-313-0/+34
| * ARM: EXYNOS: Add 5800 SoC supportArun Kumar K2014-05-313-2/+16
| * ARM: EXYNOS: initial board support for exynos5260 SoCPankaj Dubey2014-05-312-0/+6
| * Merge branch 'v3.16-next/cleanup-samsung' into v3.16-next/platform-exynosKukjin Kim2014-05-31217-1419/+1765
| |\
| | * ARM: S3C24XX: move debug-macro.S into the common spaceHeiko Stuebner2014-05-262-0/+1
| | * ARM: S3C24XX: use generic DEBUG_UART_PHY/_VIRT in debug macroHeiko Stuebner2014-05-262-9/+23
| | * ARM: S3C24XX: trim down debug uart handlingHeiko Stuebner2014-05-263-79/+31
| | * ARM: compressed/head.S: remove s3c24xx special caseHeiko Stuebner2014-05-261-5/+0
| | * ARM: EXYNOS: Remove unnecessary inclusion of cpu.hSachin Kamat2014-05-267-12/+1
| | * ARM: EXYNOS: Migrate Exynos specific macros from plat to machSachin Kamat2014-05-262-60/+72
| | * ARM: EXYNOS: Remove exynos_subsys registrationSachin Kamat2014-05-262-12/+0
| | * ARM: EXYNOS: Remove duplicate lines in MakefileSachin Kamat2014-05-261-6/+1
| | * ARM: EXYNOS: use v7_exit_coherency_flush macro for cache disablingLeela Krishna Amudala2014-05-261-62/+1
| | * Merge branch 'v3.16-next/clk-s3c24xx-3' into v3.16-next/cleanup-samsungKukjin Kim2014-05-2647-3221/+349
| | |\
| | | * ARM: S3C24XX: fix merge conflictKukjin Kim2014-05-151-2/+0
| | * | ARM: dts: Remove g2d_pd node for exynos5420Arun Kumar K2014-05-151-6/+0
| | * | ARM: dts: Remove mau_pd node for exynos5420Tushar Behera2014-05-151-5/+0
| | * | ARM: exynos_defconfig: enable HS-I2C to fix for mmc partition mountSachin Kamat2014-05-151-0/+1
| | * | ARM: dts: disable MDMA1 node for exynos5420Seungwon Jeon2014-05-152-12/+7
| | * | ARM: EXYNOS: fix the secondary CPU boot of exynos4212Kyungmin Park2014-05-151-1/+14
* | | | Merge tag 'exynos-cpuidle' of http://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-05-2970-3631/+1367
|\ \ \ \
| * | | | ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynosDaniel Lezcano2014-05-263-3/+4
| * | | | ARM: EXYNOS: Move the driver to drivers/cpuidle directoryDaniel Lezcano2014-05-262-100/+0
| * | | | ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.cDaniel Lezcano2014-05-261-10/+0
| * | | | ARM: EXYNOS: Pass the AFTR callback to the platform_dataDaniel Lezcano2014-05-262-3/+6
| * | | | ARM: EXYNOS: Move S5P_CHECK_SLEEP into pm.cDaniel Lezcano2014-05-262-3/+2
| * | | | ARM: EXYNOS: Move the power sequence call in the cpu_pm notifierDaniel Lezcano2014-05-262-27/+22
| * | | | ARM: EXYNOS: Move the AFTR state function into pm.cDaniel Lezcano2014-05-263-29/+30
| * | | | ARM: EXYNOS: Encapsulate the AFTR code into a functionDaniel Lezcano2014-05-261-1/+5
| * | | | ARM: EXYNOS: Disable cpuidle for exynos5440Daniel Lezcano2014-05-262-3/+3
| * | | | ARM: EXYNOS: Encapsulate boot vector code into a function for cpuidleDaniel Lezcano2014-05-261-4/+7
| * | | | ARM: EXYNOS: Pass wakeup mask parameter to function for cpuidleDaniel Lezcano2014-05-261-3/+3
| * | | | ARM: EXYNOS: Remove ifdef for scu_enable in pmDaniel Lezcano2014-05-261-3/+1
| * | | | ARM: EXYNOS: Move scu_enable in the cpu_pm notifierDaniel Lezcano2014-05-262-7/+6
| * | | | ARM: EXYNOS: Use the cpu_pm notifier for pmDaniel Lezcano2014-05-262-24/+27
| * | | | ARM: EXYNOS: Fix S5P_WAKEUP_STAT call for cpuidleDaniel Lezcano2014-05-261-3/+2
| * | | | ARM: EXYNOS: Move some code inside the idle_finisher for cpuidleDaniel Lezcano2014-05-261-8/+9
| * | | | ARM: EXYNOS: Encapsulate register access inside a function for pmDaniel Lezcano2014-05-261-24/+41
| * | | | ARM: EXYNOS: Change function name prefix for cpuidleDaniel Lezcano2014-05-261-11/+11
| * | | | ARM: EXYNOS: Use cpuidle_registerDaniel Lezcano2014-05-261-16/+2
| * | | | ARM: EXYNOS: Prevent forward declaration for cpuidleDaniel Lezcano2014-05-261-22/+18
| * | | | ARM: EXYNOS: Move arm core power down clock to exynos5250 common clockAmit Daniel Kachhap2014-05-261-54/+0
| * | | | Merge branch 'v3.16-next/clk-samsung' into v3.16-next/cpuidle-exynosKukjin Kim2014-05-2649-3233/+334
| |\| | |
| | * | | ARM: S3C24XX: move S3C24XX clock Kconfig options to Samsung clock Kconfig filePankaj Dubey2014-05-141-27/+0
| | * | | ARM: select COMMON_CLK_SAMSUNG for ARCH_EXYNOS and ARCH_S3C64XXPankaj Dubey2014-05-141-2/+2