aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mcpm-exynos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09ARM: cacheflush: avoid clobbering the frame pointerArd Biesheuvel1-4/+2
2020-06-29ARM: exynos: MCPM: Restore big.LITTLE cpuidle supportMarek Szyprowski1-3/+7
2019-04-09ARM: exynos: Fix infinite loops on CPU powerup failureMarek Szyprowski1-1/+12
2018-01-03ARM: EXYNOS: Add SPDX license identifiersKrzysztof Kozlowski1-12/+5
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli1-1/+1
2016-12-29ARM: EXYNOS: Annotate iomem and pm_data pointers __ro_after_initKrzysztof Kozlowski1-1/+1
2016-02-25ARM: EXYNOS: Move pmu specific headers under "linux/soc/samsung"Pankaj Dubey1-1/+1
2015-09-14ARM: EXYNOS: reset Little cores when cpu is upChanho Park1-1/+26
2015-04-03ARM: Exynos: migrate DCSCB to the new MCPM backend abstractionNicolas Pitre1-192/+55
2014-11-21ARM: EXYNOS: Use MCPM call-backs to support S2R on exynos5420Abhilash Kesavan1-10/+22
2014-08-27ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strexMark Rutland1-1/+0
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-37/+69
2014-07-23ARM: EXYNOS: Refactored code for using PMU address via DTPankaj Dubey1-4/+4
2014-07-23ARM: EXYNOS: Support cluster power off on exynos5420/5800Abhilash Kesavan1-35/+31
2014-07-19ARM: EXYNOS: populate suspend and powered_up callbacks for mcpmChander Kashyap1-0/+36
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-2/+2
2014-07-18ARM: 8083/1: exynos: activate the CCI on boot CPU/cluster using the MCPM loopbackNicolas Pitre1-0/+15
2014-06-21ARM: EXYNOS: Don't rely on firmware's secondary_cpu_start for mcpmDoug Anderson1-5/+6
2014-05-31ARM: EXYNOS: mcpm rename the power_down_finishKukjin Kim1-2/+2
2014-05-31ARM: EXYNOS: Enable mcpm for dual-cluster exynos5800 SoCAbhilash Kesavan1-1/+7
2014-05-16ARM: EXYNOS: Add MCPM call-back functionsAbhilash Kesavan1-0/+351