aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/pmsu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1)Thomas Gleixner1-4/+1
2018-06-27ARM: mvebu: declare asm symbols as character arrays in pmsu.cEthan Tuttle1-3/+3
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli1-1/+1
2016-06-16mvebu: fix missing includes in pmsu.cBen Dooks1-1/+2
2016-04-28cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/Viresh Kumar1-85/+0
2016-04-28mvebu: Use dev_pm_opp_set_sharing_cpus() to mark OPP tables as sharedViresh Kumar1-7/+7
2015-11-10Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+26
2015-10-23ARM: mvebu: add broken-idle optionVincent Donnefort1-3/+26
2015-09-29ARM: mvebu: Use a CR_C constant instead of a hard-coded oneGregory CLEMENT1-2/+2
2015-07-09ARM: mvebu: add missing newline at end of messagesThomas Petazzoni1-2/+2
2015-03-31ARM: mvebu: Disable CPU Idle on Armada 38xGregory CLEMENT1-1/+15
2015-02-19ARM: make of_device_ids constUwe Kleine-König1-1/+1
2014-12-04ARM: mvebu: use the cpufreq-dt platform_data for independent clocksThomas Petazzoni1-1/+7
2014-11-22ARM: mvebu: Implement the CPU hotplug support for the Armada 38x SoCsGregory CLEMENT1-1/+1
2014-11-22ARM: mvebu: Clean-up the Armada XP supportGregory CLEMENT1-1/+0
2014-10-03cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'Viresh Kumar1-1/+1
2014-07-24Merge branch 'mvebu/soc-cpuidle' into mvebu/socJason Cooper1-47/+243
2014-07-24ARM: mvebu: add cpuidle support for Armada 38xGregory CLEMENT1-1/+84
2014-07-24ARM: mvebu: add cpuidle support for Armada 370Gregory CLEMENT1-7/+44
2014-07-24cpuidle: mvebu: rename the driver from armada-370-xp to mvebu-v7Gregory CLEMENT1-1/+1
2014-07-24ARM: mvebu: make the snoop disabling optional in mvebu_v7_pmsu_idle_prepare()Gregory CLEMENT1-7/+19
2014-07-24ARM: mvebu: use a local variable to store the resume addressGregory CLEMENT1-1/+4
2014-07-24ARM: mvebu: make the cpuidle initialization more genericGregory CLEMENT1-12/+20
2014-07-24ARM: mvebu: rename the armada_370_xp symbols to mvebu_v7 in pmsu.cGregory CLEMENT1-17/+17
2014-07-24ARM: mvebu: add a common function for the boot address work aroundGregory CLEMENT1-0/+47
2014-07-24ARM: mvebu: sort the #include of pmsu.c in alphabetic orderGregory CLEMENT1-3/+3
2014-07-24ARM: mvebu: split again armada_370_xp_pmsu_idle_enter() in PMSU codeGregory CLEMENT1-1/+12
2014-07-24Merge branch 'mvebu/fixes' into mvebu/soc-cpuidleJason Cooper1-12/+7
2014-07-23ARM: mvebu: fix return value check in armada_xp_pmsu_cpufreq_init()Wei Yongjun1-2/+2
2014-07-22Merge branch 'mvebu/soc-cpufreq' into mvebu/socJason Cooper1-0/+162
2014-07-16ARM: mvebu: extend PMSU code to support dynamic frequency scalingThomas Petazzoni1-0/+162
2014-07-08ARM: mvebu: Fix the operand list in the inline asm of armada_370_xp_pmsu_idle_enterGregory CLEMENT1-5/+5
2014-06-30ARM: mvebu: fix cpuidle implementation to work on big-endian systemsThomas Petazzoni1-7/+2
2014-06-30ARM: mvebu: Staticize armada_370_xp_cpu_pm_initSachin Kamat1-1/+1
2014-06-21ARM: mvebu: export PMSU idle enter/exit functionsThomas Petazzoni1-2/+2
2014-06-21ARM: mvebu: slightly refactor/rename PMSU idle related functionsThomas Petazzoni1-10/+5
2014-06-20ARM: mvebu: mark armada_370_xp_pmsu_idle_prepare() as staticThomas Petazzoni1-1/+1
2014-05-08ARM: mvebu: register the cpuidle driver for the Armada XP SoCsGregory CLEMENT1-0/+37
2014-05-08ARM: mvebu: Register notifier callback for the cpuidle transitionGregory CLEMENT1-0/+18
2014-05-08ARM: mvebu: Add the PMSU related part of the cpu idle functionsGregory CLEMENT1-1/+131
2014-05-08ARM: mvebu: Allow to power down L2 cache controller in idle modeGregory CLEMENT1-1/+19
2014-05-08ARM: mvebu: add Armada 38x compatible string to pmsuThomas Petazzoni1-0/+1
2014-05-08ARM: mvebu: move Armada XP specific SMP initialization to platsmp.cThomas Petazzoni1-25/+1
2014-04-24ARM: mvebu: use a separate function to set the boot address of CPUsGregory CLEMENT1-2/+7
2014-04-24ARM: mvebu: extend the PMSU registersGregory CLEMENT1-2/+12
2014-04-24ARM: mvebu: improve PMSU driver to request its resourceThomas Petazzoni1-5/+31
2014-04-24ARM: mvebu: start using the CPU reset driverThomas Petazzoni1-10/+10
2013-11-24ARM: mvebu: fix some sparse warningsJisheng Zhang1-1/+2
2013-09-18ARM: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang1-0/+1
2012-11-21arm: mvebu: Add initial support for power managmement service unitGregory CLEMENT1-0/+75