summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/pm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: EXYNOS: Fixup endian in pm/pmuBen Dooks2016-06-211-3/+3
* ARM: EXYNOS: Cleanup header files inclusionPankaj Dubey2016-02-251-3/+1
* ARM: EXYNOS: Move pmu specific headers under "linux/soc/samsung"Pankaj Dubey2016-02-251-2/+2
* ARM: EXYNOS: add coupled cpuidle support for Exynos3250Bartlomiej Zolnierkiewicz2015-06-061-8/+43
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-04-221-1/+11
|\
| * ARM: EXYNOS: add AFTR mode support for Exynos3250Bartlomiej Zolnierkiewicz2015-03-271-1/+11
* | ARM: EXYNOS: Fix build breakage cpuidle on !SMPBartlomiej Zolnierkiewicz2015-03-181-0/+2
|/
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-171-4/+129
|\
| * cpuidle: exynos: add coupled cpuidle support for exynos4210Bartlomiej Zolnierkiewicz2015-01-301-0/+122
| * ARM: EXYNOS: apply S5P_CENTRAL_SEQ_OPTION fix only when necessaryBartlomiej Zolnierkiewicz2015-01-301-4/+7
* | ARM: EXYNOS: Remove i2c sys configuration related codePankaj Dubey2015-01-091-1/+2
|/
* ARM: EXYNOS: Move PMU specific definitions from common.hPankaj Dubey2014-11-211-0/+1
* ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=yBartlomiej Zolnierkiewicz2014-10-211-333/+5
* ARM: EXYNOS: fix register setup for AFTR mode codeBartlomiej Zolnierkiewicz2014-10-211-7/+4
* ARM: EXYNOS: add secure firmware support to AFTR mode codeBartlomiej Zolnierkiewicz2014-10-211-5/+12
* ARM: EXYNOS: replace EXYNOS_BOOT_VECTOR_* macros by static inlinesBartlomiej Zolnierkiewicz2014-10-211-12/+20
* ARM: EXYNOS: Add support for firmware-assisted suspend/resumeTomasz Figa2014-10-211-5/+11
* ARM: EXYNOS: Refactor the pm code to use DT based lookupVikas Sajjan2014-10-211-42/+125
* ARM: EXYNOS: Move Disabling of JPEG USE_RETENTION for exynos5250 to pmu.cVikas Sajjan2014-10-211-6/+1
* 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-191-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-071-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-301-1/+0
|\
| * ARM: EXYNOS: Remove unnecessary inclusion of cpu.hSachin Kamat2014-05-261-1/+0
* | ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynosDaniel Lezcano2014-05-261-2/+2
* | ARM: EXYNOS: Move S5P_CHECK_SLEEP into pm.cDaniel Lezcano2014-05-261-1/+2
* | ARM: EXYNOS: Move the power sequence call in the cpu_pm notifierDaniel Lezcano2014-05-261-5/+22
* | ARM: EXYNOS: Move the AFTR state function into pm.cDaniel Lezcano2014-05-261-0/+29
* | 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-261-1/+6
* | ARM: EXYNOS: Use the cpu_pm notifier for pmDaniel Lezcano2014-05-261-0/+27
* | ARM: EXYNOS: Encapsulate register access inside a function for pmDaniel Lezcano2014-05-261-24/+41
* | ARM: EXYNOS: Add generic cluster power control functionsAbhilash Kesavan2014-05-161-0/+30
* | ARM: EXYNOS: Add generic cpu power control functions for exynos SoCsLeela Krishna Amudala2014-05-161-0/+36
|/
* ARM: EXYNOS: Allow wake-up using GIC interruptsTomasz Figa2014-03-211-0/+53
* ARM: EXYNOS: Stop using legacy Samsung PM codeTomasz Figa2014-03-211-8/+71
* ARM: EXYNOS: Remove PM initcalls and useless indirectionTomasz Figa2014-03-211-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-191-1/+25
* ARM: EXYNOS: cleanup <mach/regs-irq.h>Kukjin Kim2013-12-191-1/+0
* ARM: EXYNOS: local regs-pmu.h header fileKukjin Kim2013-12-191-1/+1