summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
AgeCommit message (Expand)AuthorFilesLines
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds3-52/+3
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-290/+132
2014-05-31ARM: exynos: don't run exynos4 l2x0 setup on other platformsOlof Johansson1-0/+3
2014-05-30ARM: exynos: Fix "allmodconfig" build errors in mcpm and hotplugAbhilash Kesavan1-0/+2
2014-05-30Merge tag 'samsung-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson9-131/+177
2014-05-30Merge tag 'exynos-mcpm-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...Olof Johansson1-3/+9
2014-05-30Merge tag 'samsung-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson10-132/+177
2014-05-31ARM: EXYNOS: mcpm rename the power_down_finishKukjin Kim1-2/+2
2014-05-31ARM: EXYNOS: Enable mcpm for dual-cluster exynos5800 SoCAbhilash Kesavan1-1/+7
2014-05-31ARM: EXYNOS: Enable multi-platform build supportArnd Bergmann2-0/+23
2014-05-31ARM: EXYNOS: Consolidate Kconfig entriesSachin Kamat1-54/+6
2014-05-31ARM: EXYNOS: Add support for EXYNOS5410 SoCTarek Dakhran2-2/+15
2014-05-31ARM: EXYNOS: Support secondary CPU boot of Exynos3250Chanwoo Choi1-1/+8
2014-05-31ARM: EXYNOS: Add Exynos3250 SoC IDChanwoo Choi3-0/+34
2014-05-31ARM: EXYNOS: Add 5800 SoC supportArun Kumar K3-2/+16
2014-05-31ARM: EXYNOS: initial board support for exynos5260 SoCPankaj Dubey2-0/+6
2014-05-30ARM: l2c: exynos: convert to generic l2c OF initialisation (and thereby fix it)Russell King1-6/+2
2014-05-30ARM: l2c: exynos: convert to common l2c310 early resume functionalityRussell King3-41/+2
2014-05-30ARM: l2c: exynos: remove cache size overrideRussell King1-4/+1
2014-05-30ARM: l2c: remove platforms/SoCs setting early BRESPRussell King1-2/+2
2014-05-30ARM: l2c: fix register namingRussell King1-4/+4
2014-05-26ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynosDaniel Lezcano3-3/+4
2014-05-26ARM: EXYNOS: Move the driver to drivers/cpuidle directoryDaniel Lezcano2-100/+0
2014-05-26ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.cDaniel Lezcano1-10/+0
2014-05-26ARM: EXYNOS: Pass the AFTR callback to the platform_dataDaniel Lezcano2-3/+6
2014-05-26ARM: EXYNOS: Move S5P_CHECK_SLEEP into pm.cDaniel Lezcano2-3/+2
2014-05-26ARM: EXYNOS: Move the power sequence call in the cpu_pm notifierDaniel Lezcano2-27/+22
2014-05-26ARM: EXYNOS: Move the AFTR state function into pm.cDaniel Lezcano3-29/+30
2014-05-26ARM: EXYNOS: Encapsulate the AFTR code into a functionDaniel Lezcano1-1/+5
2014-05-26ARM: EXYNOS: Disable cpuidle for exynos5440Daniel Lezcano2-3/+3
2014-05-26ARM: EXYNOS: Encapsulate boot vector code into a function for cpuidleDaniel Lezcano1-4/+7
2014-05-26ARM: EXYNOS: Pass wakeup mask parameter to function for cpuidleDaniel Lezcano1-3/+3
2014-05-26ARM: EXYNOS: Remove ifdef for scu_enable in pmDaniel Lezcano1-3/+1
2014-05-26ARM: EXYNOS: Move scu_enable in the cpu_pm notifierDaniel Lezcano2-7/+6
2014-05-26ARM: EXYNOS: Use the cpu_pm notifier for pmDaniel Lezcano2-24/+27
2014-05-26ARM: EXYNOS: Fix S5P_WAKEUP_STAT call for cpuidleDaniel Lezcano1-3/+2
2014-05-26ARM: EXYNOS: Move some code inside the idle_finisher for cpuidleDaniel Lezcano1-8/+9
2014-05-26ARM: EXYNOS: Encapsulate register access inside a function for pmDaniel Lezcano1-24/+41
2014-05-26ARM: EXYNOS: Change function name prefix for cpuidleDaniel Lezcano1-11/+11
2014-05-26ARM: EXYNOS: Use cpuidle_registerDaniel Lezcano1-16/+2
2014-05-26ARM: EXYNOS: Prevent forward declaration for cpuidleDaniel Lezcano1-22/+18
2014-05-26ARM: EXYNOS: Move arm core power down clock to exynos5250 common clockAmit Daniel Kachhap1-54/+0
2014-05-26ARM: EXYNOS: Remove unnecessary inclusion of cpu.hSachin Kamat7-12/+1
2014-05-26ARM: EXYNOS: Migrate Exynos specific macros from plat to machSachin Kamat1-0/+72
2014-05-26ARM: EXYNOS: Remove exynos_subsys registrationSachin Kamat1-11/+0
2014-05-26ARM: EXYNOS: Remove duplicate lines in MakefileSachin Kamat1-6/+1
2014-05-26ARM: EXYNOS: use v7_exit_coherency_flush macro for cache disablingLeela Krishna Amudala1-62/+1
2014-05-16ARM: EXYNOS: Add MCPM call-back functionsAbhilash Kesavan4-0/+364
2014-05-16ARM: EXYNOS: Add generic cluster power control functionsAbhilash Kesavan3-0/+39