summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: EXYNOS: move restart code into pmu driverPankaj Dubey2014-11-223-7/+23
* clk: exynos5440: move restart code into clock driverPankaj Dubey2014-11-221-18/+1
* ARM: EXYNOS: add exynos3250 PMU supportBartlomiej Zolnierkiewicz2014-11-222-0/+295
* ARM: EXYNOS: Call regulator core suspend prepare and finish functionsJavier Martinez Canillas2014-11-211-0/+23
* ARM: EXYNOS: Use MCPM call-backs to support S2R on exynos5420Abhilash Kesavan2014-11-213-15/+78
* ARM: EXYNOS: Add Suspend-to-RAM support for exynos5420Vikas Sajjan2014-11-211-2/+149
* ARM: EXYNOS: Add PMU support for exynos5420Abhilash Kesavan2014-11-212-0/+514
* ARM: EXYNOS: Move PMU specific definitions from common.hPankaj Dubey2014-11-215-18/+45
* ARM: EXYNOS: Add platform driver support for Exynos PMUPankaj Dubey2014-11-212-42/+130
* ARM: EXYNOS: Add support for exynos4415 SoCChanwoo Choi2014-11-212-0/+7
* Merge branch 'v3.19-next/non-critical-fixes' into v3.19-next/mach-exynosKukjin Kim2014-11-211-4/+4
|\
| * ARM: EXYNOS: fix typo in static struct name "exynos5_list_diable_wfi_wfe"Pankaj Dubey2014-11-071-4/+4
* | Merge branch 'v3.19-next/cleanup-samsung' into v3.19-next/mach-exynosKukjin Kim2014-11-215-96/+116
|\ \
| * | ARM: EXYNOS: Fix CPU idle clock down after CPU offKrzysztof Kozlowski2014-10-202-2/+44
| * | ARM: EXYNOS: Remove unneeded __ref annotation for cpu_die functionKrzysztof Kozlowski2014-10-201-1/+1
| * | ARM: EXYNOS: Move code from hotplug.c to platsmp.cKrzysztof Kozlowski2014-10-204-96/+74
| |/
* | ARM: EXYNOS: Fix build with ARM_CPU_SUSPEND=nArnd Bergmann2014-10-282-5/+5
* | ARM: EXYNOS: SWRESET is needed to boot secondary CPU on exynos3250Krzysztof Kozlowski2014-10-202-0/+25
* | ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=yBartlomiej Zolnierkiewicz2014-10-206-335/+374
* | ARM: EXYNOS: allow driver usage on Exynos4x12 SoCsBartlomiej Zolnierkiewicz2014-10-201-1/+4
* | ARM: EXYNOS: fix register setup for AFTR mode codeBartlomiej Zolnierkiewicz2014-10-201-7/+4
* | ARM: EXYNOS: add secure firmware support to AFTR mode codeBartlomiej Zolnierkiewicz2014-10-202-12/+29
* | ARM: firmware: add AFTR mode support to firmware do_idle methodBartlomiej Zolnierkiewicz2014-10-204-4/+15
* | ARM: EXYNOS: replace EXYNOS_BOOT_VECTOR_* macros by static inlinesBartlomiej Zolnierkiewicz2014-10-201-12/+20
* | ARM: EXYNOS: Add support for firmware-assisted suspend/resumeTomasz Figa2014-10-206-5/+93
* | ARM: firmware: Introduce suspend and resume operationsTomasz Figa2014-10-201-0/+8
* | ARM: EXYNOS: Refactor the pm code to use DT based lookupVikas Sajjan2014-10-202-42/+126
* | ARM: EXYNOS: Move Disabling of JPEG USE_RETENTION for exynos5250 to pmu.cVikas Sajjan2014-10-202-6/+2
|/
* Merge tag 'arm-soc-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-2018-7/+165
|\
| * Merge tag 'qcom-dt-for-3.18-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2014-10-195-1/+120
| |\
| | * ARM: dts: qcom: add CM-QS600 boardMike Rapoport2014-10-162-0/+60
| | * ARM: dts: qcom: Add initial DTS file for Sony Xperia Z1 phoneTim Bird2014-10-162-1/+19
| | * ARM: dts: qcom: Add SATA support on IPQ8064/AP148Kumar Gala2014-10-162-0/+41
| * | Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-10-194-2/+22
| |\ \
| | * | ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octaSjoerd Simons2014-10-171-0/+4
| | * | ARM: dts: Explicitly set dr_mode on exynos Peach boardsSjoerd Simons2014-10-173-2/+18
| * | | Merge tag 'samsung-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2014-10-151-0/+10
| |\| |
| | * | ARM: exynos_defconfig: enable USB gadget supportSjoerd Simons2014-09-251-0/+1
| | * | ARM: exynos_defconfig: Enable Maxim 77693 and I2C GPIO driversKrzysztof Kozlowski2014-09-231-0/+3
| | * | ARM: exynos_defconfig: Enable SBS battery supportJavier Martinez Canillas2014-09-231-0/+1
| | * | ARM: exynos_defconfig: Enable Control Groups supportJavier Martinez Canillas2014-09-231-0/+1
| | * | ARM: exynos_defconfig: Enable Atmel maXTouch supportJavier Martinez Canillas2014-09-231-0/+1
| | * | ARM: exynos_defconfig: Enable MAX77802Vivek Gautam2014-09-231-0/+3
| * | | Merge tag 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...Olof Johansson2014-10-155-4/+8
| |\ \ \
| | * | | ARM: mm: Fix ifdef around cpu_*_do_[suspend, resume] opsBartlomiej Zolnierkiewicz2014-09-231-1/+1
| | * | | ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=nBartlomiej Zolnierkiewicz2014-09-231-0/+2
| | * | | ARM: SAMSUNG: Restore Samsung PM Debug functionalityTomasz Figa2014-09-232-2/+4
| | * | | ARM: dts: Fix pull setting in sd4_width8 pin group for exynos4x12Tomasz Figa2014-09-231-1/+1
| | |/ /
| * | | Merge tag 'fixes-for-v3.18-merge-window' of git://git.kernel.org/pub/scm/linu...Olof Johansson2014-10-152-0/+4
| |\ \ \
| | * | | ARM: dts: Disable smc91x on n900 until bootloader dependency is removedTony Lindgren2014-10-091-0/+3