summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/pmsu.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: mvebu: declare asm symbols as character arrays in pmsu.cEthan Tuttle2018-06-271-3/+3
* ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2017-02-281-1/+1
* mvebu: fix missing includes in pmsu.cBen Dooks2016-06-161-1/+2
* cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/Viresh Kumar2016-04-281-85/+0Star
* mvebu: Use dev_pm_opp_set_sharing_cpus() to mark OPP tables as sharedViresh Kumar2016-04-281-7/+7
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-11-101-3/+26
|\
| * ARM: mvebu: add broken-idle optionVincent Donnefort2015-10-231-3/+26
* | ARM: mvebu: Use a CR_C constant instead of a hard-coded oneGregory CLEMENT2015-09-291-2/+2
|/
* ARM: mvebu: add missing newline at end of messagesThomas Petazzoni2015-07-091-2/+2
* ARM: mvebu: Disable CPU Idle on Armada 38xGregory CLEMENT2015-03-311-1/+15
* ARM: make of_device_ids constUwe Kleine-König2015-02-191-1/+1
* ARM: mvebu: use the cpufreq-dt platform_data for independent clocksThomas Petazzoni2014-12-041-1/+7
* ARM: mvebu: Implement the CPU hotplug support for the Armada 38x SoCsGregory CLEMENT2014-11-221-1/+1
* ARM: mvebu: Clean-up the Armada XP supportGregory CLEMENT2014-11-221-1/+0Star
* cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'Viresh Kumar2014-10-031-1/+1
* Merge branch 'mvebu/soc-cpuidle' into mvebu/socJason Cooper2014-07-251-47/+243
|\
| * ARM: mvebu: add cpuidle support for Armada 38xGregory CLEMENT2014-07-241-1/+84
| * ARM: mvebu: add cpuidle support for Armada 370Gregory CLEMENT2014-07-241-7/+44
| * cpuidle: mvebu: rename the driver from armada-370-xp to mvebu-v7Gregory CLEMENT2014-07-241-1/+1
| * ARM: mvebu: make the snoop disabling optional in mvebu_v7_pmsu_idle_prepare()Gregory CLEMENT2014-07-241-7/+19
| * ARM: mvebu: use a local variable to store the resume addressGregory CLEMENT2014-07-241-1/+4
| * ARM: mvebu: make the cpuidle initialization more genericGregory CLEMENT2014-07-241-12/+20
| * ARM: mvebu: rename the armada_370_xp symbols to mvebu_v7 in pmsu.cGregory CLEMENT2014-07-241-17/+17
| * ARM: mvebu: add a common function for the boot address work aroundGregory CLEMENT2014-07-241-0/+47
| * ARM: mvebu: sort the #include of pmsu.c in alphabetic orderGregory CLEMENT2014-07-241-3/+3
| * ARM: mvebu: split again armada_370_xp_pmsu_idle_enter() in PMSU codeGregory CLEMENT2014-07-241-1/+12
| * Merge branch 'mvebu/fixes' into mvebu/soc-cpuidleJason Cooper2014-07-241-12/+7Star
| |\
| | * ARM: mvebu: Fix the operand list in the inline asm of armada_370_xp_pmsu_idle...Gregory CLEMENT2014-07-081-5/+5
| | * ARM: mvebu: fix cpuidle implementation to work on big-endian systemsThomas Petazzoni2014-06-301-7/+2Star
* | | ARM: mvebu: fix return value check in armada_xp_pmsu_cpufreq_init()Wei Yongjun2014-07-231-2/+2
* | | Merge branch 'mvebu/soc-cpufreq' into mvebu/socJason Cooper2014-07-221-0/+162
|\ \ \ | |/ / |/| |
| * | ARM: mvebu: extend PMSU code to support dynamic frequency scalingThomas Petazzoni2014-07-161-0/+162
| |/
* | ARM: mvebu: Staticize armada_370_xp_cpu_pm_initSachin Kamat2014-06-301-1/+1
* | ARM: mvebu: export PMSU idle enter/exit functionsThomas Petazzoni2014-06-211-2/+2
* | ARM: mvebu: slightly refactor/rename PMSU idle related functionsThomas Petazzoni2014-06-211-10/+5Star
* | ARM: mvebu: mark armada_370_xp_pmsu_idle_prepare() as staticThomas Petazzoni2014-06-201-1/+1
|/
* ARM: mvebu: register the cpuidle driver for the Armada XP SoCsGregory CLEMENT2014-05-081-0/+37
* ARM: mvebu: Register notifier callback for the cpuidle transitionGregory CLEMENT2014-05-081-0/+18
* ARM: mvebu: Add the PMSU related part of the cpu idle functionsGregory CLEMENT2014-05-081-1/+131
* ARM: mvebu: Allow to power down L2 cache controller in idle modeGregory CLEMENT2014-05-081-1/+19
* ARM: mvebu: add Armada 38x compatible string to pmsuThomas Petazzoni2014-05-081-0/+1
* ARM: mvebu: move Armada XP specific SMP initialization to platsmp.cThomas Petazzoni2014-05-081-25/+1Star
* ARM: mvebu: use a separate function to set the boot address of CPUsGregory CLEMENT2014-04-241-2/+7
* ARM: mvebu: extend the PMSU registersGregory CLEMENT2014-04-241-2/+12
* ARM: mvebu: improve PMSU driver to request its resourceThomas Petazzoni2014-04-241-5/+31
* ARM: mvebu: start using the CPU reset driverThomas Petazzoni2014-04-241-10/+10
* ARM: mvebu: fix some sparse warningsJisheng Zhang2013-11-241-1/+2
* ARM: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang2013-09-181-0/+1
* arm: mvebu: Add initial support for power managmement service unitGregory CLEMENT2012-11-211-0/+75