summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar2015-08-071-24/+150
| | * | | | | | | | | | PM / OPP: Add clock-latency-ns supportViresh Kumar2015-08-072-2/+45
| | * | | | | | | | | | PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar2015-08-071-24/+233
| | * | | | | | | | | | PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar2015-08-071-49/+76
| | * | | | | | | | | | PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar2015-08-071-23/+27
| | * | | | | | | | | | PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar2015-08-071-5/+17
| | * | | | | | | | | | PM / OPP: Relocate few routinesViresh Kumar2015-08-071-138/+139
| | * | | | | | | | | | PM / OPP: Create a directory for opp bindingsViresh Kumar2015-08-071-0/+0
| | * | | | | | | | | | PM / OPP: Update bindings to make opp-hz a 64 bit valueViresh Kumar2015-08-071-20/+20
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-09-0128-458/+1280
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | cpufreq: speedstep-lib: Use monotonic clockAbhilash Jindal2015-09-011-5/+4
| | * | | | | | | | | | cpufreq: powernv: Increase the verbosity of OCC console messagesShilpasri G Bhat2015-09-011-4/+5
| | * | | | | | | | | | cpufreq: sfi: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-011-3/+1
| | * | | | | | | | | | cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()Viresh Kumar2015-09-011-4/+0
| | * | | | | | | | | | cpufreq: rename cpufreq_real_policy as cpufreq_user_policyViresh Kumar2015-09-011-2/+2
| | * | | | | | | | | | cpufreq: remove redundant 'policy' field from user_policyViresh Kumar2015-09-012-10/+1
| | * | | | | | | | | | cpufreq: remove redundant 'governor' field from user_policyViresh Kumar2015-09-012-6/+2
| | * | | | | | | | | | cpufreq: update user_policy.* on successViresh Kumar2015-09-011-5/+3
| | * | | | | | | | | | cpufreq: use memcpy() to copy policyViresh Kumar2015-09-011-6/+2
| | * | | | | | | | | | cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar2015-09-017-19/+9
| | * | | | | | | | | | cpufreq: mediatek: Add MT8173 cpufreq driverPi-Cheng Chen2015-09-013-0/+535
| | * | | | | | | | | | dt-bindings: mediatek: Add MT8173 CPU DVFS clock bindingsPi-Cheng Chen2015-09-011-0/+83
| | * | | | | | | | | | intel_pstate: append more Oracle OEM table id to vendor bypass listEthan Zhao2015-08-071-0/+4
| | * | | | | | | | | | intel_pstate: Add SKY-S supportKristen Carlson Accardi2015-08-071-0/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | intel_pstate: Fix possible overflow complained by CoverityChen Yu2015-07-311-2/+2
| | * | | | | | | | | cpufreq: Correct a freq check in cpufreq_set_policy()Pan Xinhui2015-07-311-1/+5
| | * | | | | | | | | cpufreq: Lock CPU online/offline in cpufreq_register_driver()Rafael J. Wysocki2015-07-311-3/+10
| | * | | | | | | | | cpufreq: Replace recover_policy with new_policy in cpufreq_online()Rafael J. Wysocki2015-07-311-12/+11
| | * | | | | | | | | cpufreq: Separate CPU device registration from CPU onlineRafael J. Wysocki2015-07-311-43/+47
| | * | | | | | | | | cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottlingShilpasri G Bhat2015-07-281-2/+29
| | * | | | | | | | | cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active bit is setShilpasri G Bhat2015-07-281-9/+3
| | * | | | | | | | | cpufreq: powernv: Call throttle_check() on receiving OCC_THROTTLEShilpasri G Bhat2015-07-281-2/+26
| | * | | | | | | | | cpufreq: powernv: Register for OCC related opal_message notificationShilpasri G Bhat2015-07-281-1/+73
| | * | | | | | | | | powerpc/powernv: Add definition of OPAL_MSG_OCC message typeShilpasri G Bhat2015-07-281-0/+12
| | * | | | | | | | | cpufreq: powernv: Handle throttling due to Pmax capping at chip levelShilpasri G Bhat2015-07-281-4/+55
| | * | | | | | | | | cpufreq: Pass CPU number to cpufreq_policy_alloc()Rafael J. Wysocki2015-07-281-4/+8
| | * | | | | | | | | cpufreq: Do not update related_cpus on every policy activationRafael J. Wysocki2015-07-281-5/+5
| | * | | | | | | | | cpufreq: Drop unused dev argument from two functionsRafael J. Wysocki2015-07-281-6/+4
| | * | | | | | | | | cpufreq: Drop unnecessary label from cpufreq_add_dev()Rafael J. Wysocki2015-07-281-3/+2
| | * | | | | | | | | cpufreq: Drop cpufreq_policy_restore()Rafael J. Wysocki2015-07-281-33/+11
| | * | | | | | | | | cpufreq: Rework two functions related to CPU offlineRafael J. Wysocki2015-07-281-20/+12
| | * | | | | | | | | Merge back earlier cpufreq material for v4.3.Rafael J. Wysocki2015-07-2815-272/+341
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | cpufreq: Remove cpufreq_rwsemSebastian Andrzej Siewior2015-07-251-38/+3
| | | * | | | | | | | | cpufreq: ia64: Fix a memory leak in acpi_cpufreq_cpu_exit()Pan Xinhui2015-07-221-0/+1
| | | * | | | | | | | | cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_dataPan Xinhui2015-07-221-7/+7
| | | * | | | | | | | | cpufreq: acpi-cpufreq: Fix up the handling of cpb sysfs attributeRafael J. Wysocki2015-07-221-10/+11
| | | * | | | | | | | | cpufreq: acpi-cpufreq: Drop acpi_data from struct acpi_cpufreq_dataRafael J. Wysocki2015-07-221-13/+16
| | | * | | | | | | | | ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki2015-07-228-29/+17
| | | * | | | | | | | | cpufreq: propagate errors returned from __cpufreq_governor()Viresh Kumar2015-07-211-7/+24
| | | * | | | | | | | | cpufreq: governor: Don't WARN on invalid statesViresh Kumar2015-07-211-1/+1