summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2016-03-09cpufreq: governor: New sysfs show/store callbacks for governor tunablesViresh Kumar
2016-03-09cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar
2016-03-09cpufreq: governor: Create generic macro for common tunablesViresh Kumar
2016-03-09cpufreq: governor: Drop pointless goto from cpufreq_governor_init()Rafael J. Wysocki
2016-03-09cpufreq: governor: Rename skip_work to work_countRafael J. Wysocki
2016-03-09cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanupRafael J. Wysocki
2016-03-09cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki
2016-03-09cpufreq: governor: Simplify cpufreq_governor_limits()Rafael J. Wysocki
2016-03-09cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki
2016-03-09cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki
2016-03-09cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki
2016-03-09cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki
2016-03-09cpufreq: governor: Rename some data types and variablesRafael J. Wysocki
2016-03-09cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki
2016-03-09cpufreq: governor: Avoid passing dbs_data pointers around unnecessarilyRafael J. Wysocki
2016-03-09cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki
2016-03-09cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki
2016-03-09cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki
2016-02-05cpufreq: Clean up default and fallback governor setupRafael J. Wysocki
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki
2016-01-27cpufreq: cpufreq-dt: avoid uninitialized variable warnings:Arnd Bergmann
2016-01-27cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototypeArnd Bergmann
2016-01-27cpufreq: Use list_is_last() to check last entry of the policy listGautham R Shenoy
2016-01-27cpufreq: Fix NULL reference crash while accessing policy->governor_dataViresh Kumar
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-01-05cpufreq-dt: fix handling regulator_get_voltage() resultAndrzej Hajda
2016-01-05cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERI...Chen Yu
2016-01-01cpufreq: mt8173: migrate to use operating-points-v2 bindingsPi-Cheng Chen
2016-01-01cpufreq: Simplify core code related to boost supportRafael J. Wysocki
2016-01-01cpufreq: acpi-cpufreq: Simplify boost-related codeRafael J. Wysocki
2016-01-01cpufreq: Make cpufreq_boost_supported() staticRafael J. Wysocki
2015-12-28blackfin-cpufreq: Mark cpu_set_cclk() as staticMarkus Elfring
2015-12-28blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()Markus Elfring
2015-12-28Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki
2015-12-24cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()Dan Carpenter
2015-12-21Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki
2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith
2015-12-14Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki
2015-12-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-12-12cpufreq: st: Provide runtime initialised driver for ST's platformsLee Jones
2015-12-12cpufreq: intel_pstate: Minor cleanup for FRAC_BITSPrarit Bhargava
2015-12-12cpufreq: mt8173: Move resources allocation into ->probe()Pi-Cheng Chen
2015-12-12cpufreq: tegra: add regulator dependency for T124Arnd Bergmann
2015-12-10Merge tag 'samsung-fixes-4.4' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2015-12-10cpufreq: intel_pstate: Account for IO wait timePhilippe Longepe
2015-12-10cpufreq: intel_pstate: Account for non C0 timePhilippe Longepe
2015-12-10cpufreq: intel_pstate: Configurable algorithm to get target pstatePhilippe Longepe
2015-12-09cpufreq: mt8173: check return value of regulator_get_voltage() callPi-Cheng Chen
2015-12-09cpufreq: mt8173: remove redundant regulator_get_voltage() callPi-Cheng Chen