summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/pm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: EXYNOS: Fix suspend/resume sequencesTomasz Figa2014-08-091-87/+76
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-29/+32
|\
| * Merge branch 'next/fixes-non-critical' into next/socArnd Bergmann2014-07-261-66/+0
| |\
| * \ Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Arnd Bergmann2014-07-261-1/+0
| |\ \
| | * | ARM: SAMSUNG: Remove legacy clock codeTomasz Figa2014-07-181-1/+0
| * | | ARM: EXYNOS: Refactored code for using PMU address via DTPankaj Dubey2014-07-231-36/+40
| |/ /
* | | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-66/+1
|\ \ \
| * \ \ Merge branch 'next/fixes-non-critical' into next/cleanupOlof Johansson2014-08-081-66/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * ARM: EXYNOS: Fix build breakge with PM_SLEEP=nKrzysztof Kozlowski2014-07-191-66/+0
| * | ARM: EXYNOS: Move SYSREG definition into sys-reg specific filePankaj Dubey2014-07-151-0/+1
| |/
* / ARM: make it easier to check the CPU part number correctlyRussell King2014-07-181-6/+5
|/
* ARM: EXYNOS: fix pm code to check for cortex A9 rather than the SoCAbhilash Kesavan2014-06-181-6/+9
* Merge tag 'samsung-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2014-05-311-1/+0
|\
| * ARM: EXYNOS: Remove unnecessary inclusion of cpu.hSachin Kamat2014-05-251-1/+0
* | ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynosDaniel Lezcano2014-05-251-2/+2
* | ARM: EXYNOS: Move S5P_CHECK_SLEEP into pm.cDaniel Lezcano2014-05-251-1/+2
* | ARM: EXYNOS: Move the power sequence call in the cpu_pm notifierDaniel Lezcano2014-05-251-5/+22
* | ARM: EXYNOS: Move the AFTR state function into pm.cDaniel Lezcano2014-05-251-0/+29
* | ARM: EXYNOS: Remove ifdef for scu_enable in pmDaniel Lezcano2014-05-251-3/+1
* | ARM: EXYNOS: Move scu_enable in the cpu_pm notifierDaniel Lezcano2014-05-251-1/+6
* | ARM: EXYNOS: Use the cpu_pm notifier for pmDaniel Lezcano2014-05-251-0/+27
* | ARM: EXYNOS: Encapsulate register access inside a function for pmDaniel Lezcano2014-05-251-24/+41
* | ARM: EXYNOS: Add generic cluster power control functionsAbhilash Kesavan2014-05-151-0/+30
* | ARM: EXYNOS: Add generic cpu power control functions for exynos SoCsLeela Krishna Amudala2014-05-151-0/+36
|/
* ARM: EXYNOS: Allow wake-up using GIC interruptsTomasz Figa2014-03-201-0/+53
* ARM: EXYNOS: Stop using legacy Samsung PM codeTomasz Figa2014-03-201-8/+71
* ARM: EXYNOS: Remove PM initcalls and useless indirectionTomasz Figa2014-03-201-38/+12
* ARM: EXYNOS: Drop legacy Exynos4 clock suspend/resume codeTomasz Figa2014-02-141-146/+2
* ARM: EXYNOS: local definitions for pm.c into mach-exynos dirKukjin Kim2013-12-181-1/+25
* ARM: EXYNOS: cleanup <mach/regs-irq.h>Kukjin Kim2013-12-181-1/+0
* ARM: EXYNOS: local regs-pmu.h header fileKukjin Kim2013-12-181-1/+1
* ARM: EXYNOS: Constify clksrc immutable register restore tablesDaniel Kurtz2013-12-111-2/+2
* ARM: EXYNOS: skip pm support on exynos5440Kukjin Kim2013-07-161-0/+6
* ARM: EXYNOS: Remove mach/regs-gpio.h headerTomasz Figa2013-06-181-1/+0
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+2
|\
| * ARM: EXYNOS: move mach/pmu.h file into common.hKukjin Kim2013-01-101-1/+2
* | ARM: SAMSUNG: Gracefully exit on suspend failureAbhilash Kesavan2013-01-311-2/+4
|/
* Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-141-0/+9
|\
| * ARM: EXYNOS: Fix i2c suspend/resume for legacy controllerAbhilash Kesavan2012-11-201-0/+9
* | ARM: EXYNOS: Add flush_cache_all in suspend finisherAbhilash Kesavan2012-11-271-0/+3
* | ARM: EXYNOS: Fix soft reboot hang after suspend/resumeInderpal Singh2012-11-271-0/+4
|/
* ARM: EXYNOS: Support suspend and resume for EXYNOS5250Jongpill Lee2012-05-191-35/+48
* ARM: EXYNOS: Add PMU table for EXYNOS5250Jongpill Lee2012-05-191-1/+1
* ARM: EXYNOS: Rename of function for pm.cJongpill Lee2012-05-191-27/+28
* ARM: EXYNOS: Remove GIC save & restore functionJongpill Lee2012-05-191-83/+0
* Merge branch 'next/devel-exynos5250-1' into next/devel-samsung-2Kukjin Kim2012-05-191-1/+1
|\
| * ARM: EXYNOS: Remove a new bus_type instance for EXYNOS5Thomas Abraham2012-05-161-1/+1
* | ARM: EXYNOS: Support Suspend/Resume for EXYNOS4412Inderpal Singh2012-05-141-1/+1
|/
* Merge branch 'samsung/cleanup-exynos-clock' into next/socArnd Bergmann2012-03-201-20/+20
|\
| * ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clockKukjin Kim2012-03-111-20/+20