summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-07-122-5/+62
|\
| * ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250Tomasz Figa2014-07-111-4/+2
| * ARM: EXYNOS: Add support for clock handling in power domainPrathyush K2014-07-111-1/+60
* | ARM: EXYNOS: Update secondary boot addr for secure modeSachin Kamat2014-07-081-2/+7
* | ARM: EXYNOS: Fix the check for non-smp configurationAbhilash Kesavan2014-07-051-1/+1
|/
* Merge tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2014-06-223-18/+16
|\
| * ARM: EXYNOS: Don't rely on firmware's secondary_cpu_start for mcpmDoug Anderson2014-06-211-5/+6
| * ARM: EXYNOS: fix pm code to check for cortex A9 rather than the SoCAbhilash Kesavan2014-06-181-6/+9
| * ARM: EXYNOS: Use wfi macro in platform_do_lowpowerLeela Krishna Amudala2014-06-171-7/+1
* | ARM: use menuconfig for sub-arch menusRob Herring2014-06-171-5/+1
* | ARM: EXYNOS: Fix compilation warningSachin Kamat2014-06-171-1/+1
* | ARM: exynos: move sysram info to exynos.cOlof Johansson2014-06-173-24/+32
* | ARM: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd2014-06-171-1/+0
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-053-52/+3
|\
| * ARM: l2c: exynos: convert to generic l2c OF initialisation (and thereby fix it)Russell King2014-05-301-6/+2
| * ARM: l2c: exynos: convert to common l2c310 early resume functionalityRussell King2014-05-303-41/+2
| * ARM: l2c: exynos: remove cache size overrideRussell King2014-05-301-4/+1
| * ARM: l2c: remove platforms/SoCs setting early BRESPRussell King2014-05-301-2/+2
| * ARM: l2c: fix register namingRussell King2014-05-301-4/+4
* | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-1/+1
|\ \
| * | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-1/+1
| |/
* | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-027-290/+132
|\ \
| * \ Merge tag 'samsung-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2014-05-309-131/+177
| |\ \
| * | | 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
* | | | ARM: exynos: don't run exynos4 l2x0 setup on other platformsOlof Johansson2014-05-311-0/+3
* | | | ARM: exynos: Fix "allmodconfig" build errors in mcpm and hotplugAbhilash Kesavan2014-05-301-0/+2
* | | | Merge tag 'exynos-mcpm-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...Olof Johansson2014-05-301-3/+9
|\ \ \ \
| * | | | ARM: EXYNOS: mcpm rename the power_down_finishKukjin Kim2014-05-311-2/+2
| * | | | ARM: EXYNOS: Enable mcpm for dual-cluster exynos5800 SoCAbhilash Kesavan2014-05-311-1/+7
| |/ / /
* | | | Merge tag 'samsung-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson2014-05-3010-132/+177
|\ \ \ \ | |/ / / |/| / / | |/ /
OpenPOWER on IntegriCloud