summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
Commit message (Expand)AuthorAgeFilesLines
* ARM: make of_device_ids constUwe Kleine-König2015-02-191-1/+1
* ARM: make arrays containing machine compatible strings constUwe Kleine-König2015-02-191-1/+1
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-175-5/+142
|\
| * cpuidle: exynos: add coupled cpuidle support for exynos4210Bartlomiej Zolnierkiewicz2015-01-304-1/+131
| * ARM: EXYNOS: apply S5P_CENTRAL_SEQ_OPTION fix only when necessaryBartlomiej Zolnierkiewicz2015-01-302-4/+11
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2015-02-173-0/+81
|\ \
| * | ARM: EXYNOS: Add exynos3250 suspend-to-ram supportChanwoo Choi2015-01-142-0/+80
| * | ARM: EXYNOS: Recognize Samsung MFC v8 devicesSjoerd Simons2015-01-121-0/+1
| |/
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-176-96/+4Star
|\ \
| * | ARM: SAMSUNG: remove unused DMA infrastructureArnd Bergmann2015-01-241-26/+0Star
| * | ARM: EXYNOS: Remove i2c sys configuration related codePankaj Dubey2015-01-085-70/+4Star
| |/
* | ARM: 8264/1: EXYNOS: Add support for non-secure L2X0 resumeTomasz Figa2015-01-161-0/+46
* | ARM: 8263/1: EXYNOS: Add .write_sec outer cache callback for L2C-310Tomasz Figa2015-01-161-0/+50
|/
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-191-1/+1
|\
| * PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki2014-12-131-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\ \ | |/ |/|
| * Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-2014-665/+621Star
| |\
| * | arm: fix wording of "Crotex" in CONFIG_ARCH_EXYNOS3 helpIan Campbell2014-10-291-1/+1
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-12-0914-370/+1800
|\ \ \
| * | | ARM: EXYNOS: use u8 for val[] in struct exynos_pmu_confBartlomiej Zolnierkiewicz2014-11-261-1/+1
| * | | 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/+1Star
| * | | 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
| |\ \ \
| * \ \ \ Merge branch 'v3.19-next/cleanup-samsung' into v3.19-next/mach-exynosKukjin Kim2014-11-215-96/+116
| |\ \ \ \
| * | | | | 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-205-335/+373
| * | | | | 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/+4Star
| * | | | | 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-202-2/+13
| * | | | | 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: 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/+2Star
| | |_|_|/ | |/| | |
* | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-097-169/+116Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ARM: EXYNOS: Remove unused static iomappingPankaj Dubey2014-11-132-73/+0Star
| | |/ / | |/| |
| * | | 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/+74Star
| |/ /
* / / ARM: EXYNOS: fix typo in static struct name "exynos5_list_diable_wfi_wfe"Pankaj Dubey2014-11-071-4/+4
|/ /
* | Merge tag 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...Olof Johansson2014-10-151-0/+2
|\ \