Age | Commit message (Expand) | Author | Files | Lines |
2014-06-03 | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -290/+132 |
2014-05-31 | ARM: exynos: don't run exynos4 l2x0 setup on other platforms | Olof Johansson | 1 | -0/+3 |
2014-05-31 | ARM: exynos: Fix "allmodconfig" build errors in mcpm and hotplug | Abhilash Kesavan | 1 | -0/+2 |
2014-05-31 | Merge tag 'samsung-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Olof Johansson | 9 | -131/+177 |
2014-05-31 | Merge tag 'exynos-mcpm-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kg... | Olof Johansson | 1 | -3/+9 |
2014-05-31 | Merge tag 'samsung-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/k... | Olof Johansson | 10 | -132/+177 |
2014-05-30 | ARM: EXYNOS: mcpm rename the power_down_finish | Kukjin Kim | 1 | -2/+2 |
2014-05-30 | ARM: EXYNOS: Enable mcpm for dual-cluster exynos5800 SoC | Abhilash Kesavan | 1 | -1/+7 |
2014-05-30 | ARM: EXYNOS: Enable multi-platform build support | Arnd Bergmann | 2 | -0/+23 |
2014-05-30 | ARM: EXYNOS: Consolidate Kconfig entries | Sachin Kamat | 1 | -54/+6 |
2014-05-30 | ARM: EXYNOS: Add support for EXYNOS5410 SoC | Tarek Dakhran | 2 | -2/+15 |
2014-05-30 | ARM: EXYNOS: Support secondary CPU boot of Exynos3250 | Chanwoo Choi | 1 | -1/+8 |
2014-05-30 | ARM: EXYNOS: Add Exynos3250 SoC ID | Chanwoo Choi | 3 | -0/+34 |
2014-05-30 | ARM: EXYNOS: Add 5800 SoC support | Arun Kumar K | 3 | -2/+16 |
2014-05-30 | ARM: EXYNOS: initial board support for exynos5260 SoC | Pankaj Dubey | 2 | -0/+6 |
2014-05-26 | ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynos | Daniel Lezcano | 3 | -3/+4 |
2014-05-26 | ARM: EXYNOS: Move the driver to drivers/cpuidle directory | Daniel Lezcano | 2 | -100/+0 |
2014-05-26 | ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.c | Daniel Lezcano | 1 | -10/+0 |
2014-05-26 | ARM: EXYNOS: Pass the AFTR callback to the platform_data | Daniel Lezcano | 2 | -3/+6 |
2014-05-26 | ARM: EXYNOS: Move S5P_CHECK_SLEEP into pm.c | Daniel Lezcano | 2 | -3/+2 |
2014-05-26 | ARM: EXYNOS: Move the power sequence call in the cpu_pm notifier | Daniel Lezcano | 2 | -27/+22 |
2014-05-26 | ARM: EXYNOS: Move the AFTR state function into pm.c | Daniel Lezcano | 3 | -29/+30 |
2014-05-26 | ARM: EXYNOS: Encapsulate the AFTR code into a function | Daniel Lezcano | 1 | -1/+5 |
2014-05-26 | ARM: EXYNOS: Disable cpuidle for exynos5440 | Daniel Lezcano | 2 | -3/+3 |
2014-05-26 | ARM: EXYNOS: Encapsulate boot vector code into a function for cpuidle | Daniel Lezcano | 1 | -4/+7 |
2014-05-26 | ARM: EXYNOS: Pass wakeup mask parameter to function for cpuidle | Daniel Lezcano | 1 | -3/+3 |
2014-05-26 | ARM: EXYNOS: Remove ifdef for scu_enable in pm | Daniel Lezcano | 1 | -3/+1 |
2014-05-26 | ARM: EXYNOS: Move scu_enable in the cpu_pm notifier | Daniel Lezcano | 2 | -7/+6 |
2014-05-26 | ARM: EXYNOS: Use the cpu_pm notifier for pm | Daniel Lezcano | 2 | -24/+27 |
2014-05-26 | ARM: EXYNOS: Fix S5P_WAKEUP_STAT call for cpuidle | Daniel Lezcano | 1 | -3/+2 |
2014-05-26 | ARM: EXYNOS: Move some code inside the idle_finisher for cpuidle | Daniel Lezcano | 1 | -8/+9 |
2014-05-26 | ARM: EXYNOS: Encapsulate register access inside a function for pm | Daniel Lezcano | 1 | -24/+41 |
2014-05-26 | ARM: EXYNOS: Change function name prefix for cpuidle | Daniel Lezcano | 1 | -11/+11 |
2014-05-26 | ARM: EXYNOS: Use cpuidle_register | Daniel Lezcano | 1 | -16/+2 |
2014-05-26 | ARM: EXYNOS: Prevent forward declaration for cpuidle | Daniel Lezcano | 1 | -22/+18 |
2014-05-26 | ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock | Amit Daniel Kachhap | 1 | -54/+0 |
2014-05-25 | ARM: EXYNOS: Remove unnecessary inclusion of cpu.h | Sachin Kamat | 7 | -12/+1 |
2014-05-25 | ARM: EXYNOS: Migrate Exynos specific macros from plat to mach | Sachin Kamat | 1 | -0/+72 |
2014-05-25 | ARM: EXYNOS: Remove exynos_subsys registration | Sachin Kamat | 1 | -11/+0 |
2014-05-25 | ARM: EXYNOS: Remove duplicate lines in Makefile | Sachin Kamat | 1 | -6/+1 |
2014-05-25 | ARM: EXYNOS: use v7_exit_coherency_flush macro for cache disabling | Leela Krishna Amudala | 1 | -62/+1 |
2014-05-15 | ARM: EXYNOS: Add MCPM call-back functions | Abhilash Kesavan | 4 | -0/+364 |
2014-05-15 | ARM: EXYNOS: Add generic cluster power control functions | Abhilash Kesavan | 3 | -0/+39 |
2014-05-15 | ARM: EXYNOS: use generic exynos cpu power control functions | Leela Krishna Amudala | 3 | -10/+4 |
2014-05-15 | ARM: EXYNOS: Add generic cpu power control functions for exynos SoCs | Leela Krishna Amudala | 3 | -0/+45 |
2014-05-14 | ARM: EXYNOS: fix the secondary CPU boot of exynos4212 | Kyungmin Park | 1 | -1/+14 |
2014-05-14 | ARM: EXYNOS: Map SYSRAM through generic DT bindings | Sachin Kamat | 5 | -76/+60 |
2014-04-06 | Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -419/+366 |
2014-04-06 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -146/+2 |
2014-04-06 | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 4 | -80/+1 |