summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-09cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki5-60/+68
2016-03-09cpufreq: governor: Simplify cpufreq_governor_limits()Rafael J. Wysocki1-9/+8
2016-03-09cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki4-10/+8
2016-03-09cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki4-86/+86
2016-03-09cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki5-38/+39
2016-03-09cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki4-27/+8
2016-03-09cpufreq: governor: Rename some data types and variablesRafael J. Wysocki5-59/+59
2016-03-09cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki3-51/+58
2016-03-09cpufreq: governor: Avoid passing dbs_data pointers around unnecessarilyRafael J. Wysocki1-41/+27
2016-03-09cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki4-11/+8
2016-03-09cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki5-120/+114
2016-03-09cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki1-64/+39
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki1-0/+45
2016-03-03cpufreq: acpi-cpufreq: Make read and write operations more efficientRafael J. Wysocki1-113/+95
2016-02-26cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}Shilpasri G Bhat1-11/+29
2016-02-26cpufreq: intel_pstate: disable HWP notificationsSrinivas Pandruvada1-0/+3
2016-02-26cpufreq: intel_pstate: Enable HWP by defaultSrinivas Pandruvada1-12/+22
2016-02-26cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()Rafael J. Wysocki1-4/+2
2016-02-26cpufreq: Rearrange __cpufreq_driver_target()Rafael J. Wysocki1-24/+19
2016-02-23intel_pstate: Update frequencies of policy->cpus only from ->set_policy()Viresh Kumar1-9/+12
2016-02-22cpufreq: simplify for_each_suitable_policy() macroEric Biggers1-41/+3
2016-02-22cpufreq: fix comment about return value of cpufreq_register_driver()Eric Biggers1-1/+1
2016-02-12cpufreq: Drop unnecessary checks from show() and store()Rafael J. Wysocki1-16/+5
2016-02-11cpufreq: dt: No need to allocate resources anymoreViresh Kumar1-67/+45
2016-02-11cpufreq: dt: No need to fetch voltage-toleranceViresh Kumar1-23/+23
2016-02-11cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequencyViresh Kumar1-71/+2
2016-02-11cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()Viresh Kumar1-44/+4
2016-02-11cpufreq: dt: Unsupported OPPs are already disabledViresh Kumar1-2/+0
2016-02-11cpufreq: dt: Pass regulator name to the OPP coreViresh Kumar1-0/+46
2016-02-11cpufreq: dt: OPP layers handles clock-latency for V1 bindings as wellViresh Kumar1-4/+1
2016-02-11cpufreq: dt: Rename 'need_update' to 'opp_v1'Viresh Kumar1-3/+3
2016-02-11cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()Viresh Kumar1-2/+2
2016-02-11Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki271-54123/+2255
2016-02-10PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar1-0/+176
2016-02-10PM / OPP: Manage device clkViresh Kumar2-0/+18
2016-02-10PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar2-0/+26
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar1-0/+17
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar1-0/+59
2016-02-10PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar1-0/+22
2016-02-10PM / OPP: get/put regulators from OPP coreViresh Kumar2-0/+115
2016-02-07Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-2/+4
2016-02-07Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds2-7/+2
2016-02-06Merge tag 'usb-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds14-60/+126
2016-02-06Merge tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-14/+32
2016-02-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-235/+391
2016-02-05Merge tag 'pm+acpi-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-22/+10
2016-02-06Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki3-22/+9
2016-02-05Merge tag 'media/v4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds15-83/+153
2016-02-05Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds4-7/+9
2016-02-05Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux i...Dave Airlie1-97/+182