aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/tc2_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-04ARM: versatile: move integrator/realview/vexpress to versatileArnd Bergmann1-263/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli1-2/+2
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter1-1/+1
2015-04-03ARM: vexpress: migrate TC2 to the new MCPM backend abstractionNicolas Pitre1-210/+81
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-2/+2
2014-07-18ARM: 8082/1: TC2: test the MCPM loopback during bootNicolas Pitre1-0/+17
2014-05-25ARM: 8029/1: mcpm: Rename the power_down_finish() functions to be less confusingDave Martin1-2/+2
2013-11-25ARM: vexpress/TC2: Implement MCPM power_down_finish()Dave Martin1-5/+61
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+5
2013-10-30ARM: vexpress/TC2: add support for CPU DVFSSudeep KarkadaNagesha1-2/+5
2013-10-29ARM: 7861/1: cacheflush: consolidate single-CPU ARMv7 cache disabling codeNicolas Pitre1-46/+2
2013-09-30ARM: vexpress: tc2: fix hotplug/idle/kexec race on cluster power downLorenzo Pieralisi1-1/+10
2013-09-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2013-08-28ARM: vexpress: tc2: disable GIC CPU IF in tc2_pm_suspendLorenzo Pieralisi1-0/+2
2013-08-14ARM: vexpress/MCPM: fix cache disable sequence when CONFIG_FRAME_POINTER=yNicolas Pitre1-4/+12
2013-08-07ARM: vexpress/TC2: implement PM suspend methodNicolas Pitre1-1/+18
2013-08-07ARM: vexpress/TC2: basic PM supportNicolas Pitre1-0/+327