summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'acpi-general' and 'acpi-video'Rafael J. Wysocki2014-06-122-1/+13
|\ \
| | * ACPI / video: Change the default for video.use_native_backlight to 1Rafael J. Wysocki2014-06-051-1/+1
| * | ACPI: Fix bug when ACPI reset register is implemented in system memoryRandy Wright2014-06-051-0/+12
* | | ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2014-06-112-18/+52
* | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-04110-2266/+4081
|\ \ \
| * \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-06-0334-477/+457
| |\ \ \
| | * \ \ Merge back earlier cpufreq material.Rafael J. Wysocki2014-06-0334-477/+457
| | |\ \ \
| | | * | | cpufreq: handle calls to ->target_index() in separate routineViresh Kumar2014-05-291-23/+33
| | | * | | cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSEPaul Bolle2014-05-271-4/+2
| | | * | | cpufreq: intel_pstate: Remove unused member name of cpudataStratos Karafotis2014-05-271-4/+0
| | | * | | cpufreq: Break out early when frequency equals target_freqStratos Karafotis2014-05-201-2/+6
| | | * | | cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()Viresh Kumar2014-05-171-7/+2
| | | * | | cpufreq: imx6q: Remove unused includePhilipp Zabel2014-05-171-1/+0
| | | * | | cpufreq: imx6q: Drop devm_clk/regulator_get usagePhilipp Zabel2014-05-171-14/+39
| | | * | | cpufreq: powernow-k8: Suppress checkpatch warningsStratos Karafotis2014-05-172-108/+74
| | | * | | cpufreq: powernv: make local function staticBrian Norris2014-05-171-1/+1
| | | * | | cpufreq: Enable big.LITTLE cpufreq driver on arm64Mark Brown2014-05-171-1/+2
| | | * | | cpufreq: nforce2: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-05-171-1/+1
| | | * | | intel_pstate: Add CPU IDs for Broadwell processorsDirk Brandewie2014-05-131-0/+3
| | | * | | cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis2014-05-081-11/+0
| | | * | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-05-0827-313/+306
| | | |\ \ \
| | | | * | | PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon2014-05-073-92/+112
| | | | * | | PM / OPP: Remove cpufreq wrapper dependency on internal data organizationNishanth Menon2014-05-071-27/+28
| | | | * | | cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-05-071-0/+14
| | | | * | | intel_pstate: Remove sample parameter in intel_pstate_calc_busyStratos Karafotis2014-05-071-7/+4
| | | | * | | cpufreq: Kconfig: Fix spelling errorsStratos Karafotis2014-05-012-4/+4
| | | | * | | cpufreq: Make linux-pm@vger.kernel.org official mailing listViresh Kumar2014-05-011-1/+1
| | | | * | | cpufreq: exynos: Use dev_err/info function instead of pr_err/infoChanwoo Choi2014-05-012-9/+13
| | | | * | | Merge branch 'cpufreq-macros' into pm-cpufreqRafael J. Wysocki2014-05-0119-201/+158
| | | | |\ \ \
| | | | | * | | sh: clk: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis2014-04-301-15/+5
| | | | | * | | irda: sh_sir: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis2014-04-301-9/+5
| | | | | * | | thermal: cpu_cooling: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis2014-04-301-20/+13
| | | | | * | | mfd: db8500-prcmu: Use cpufreq_for_each_entry macro for iterationStratos Karafotis2014-04-301-11/+8
| | | | | * | | cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis2014-04-3014-146/+116
| | | | | * | | cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis2014-04-301-0/+11
| * | | | | | | Merge branch 'pm-devfreq'Rafael J. Wysocki2014-06-037-266/+283
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/dev...Rafael J. Wysocki2014-05-307-266/+283
| | |\ \ \ \ \ \ \
| | | * | | | | | | PM / devfreq: remove checks for CONFIG_EXYNOS_ASVPaul Bolle2014-05-242-15/+5
| | | * | | | | | | PM / devfreq: exynos5: Use devm_devfreq_* function using device resource mana...Chanwoo Choi2014-05-241-21/+8
| | | * | | | | | | PM / devfreq: exynos4: Use devm_devfreq_* function using device resource mana...Chanwoo Choi2014-05-241-15/+4
| | | * | | | | | | PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier functionChanwoo Choi2014-05-241-0/+48
| | | * | | | | | | PM / devfreq: Add resource-managed function for devfreq deviceChanwoo Choi2014-05-241-0/+63
| | | * | | | | | | PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource...Chanwoo Choi2014-05-241-10/+4
| | | * | | | | | | PM / devfreq: exynos: make more PPMU code commonBartlomiej Zolnierkiewicz2014-05-244-136/+72
| | | * | | | | | | PM / devfreq: exynos5: introduce struct busfreq_ppmu_dataBartlomiej Zolnierkiewicz2014-05-241-27/+45
| | | * | | | | | | PM / devfreq: exynos4: introduce struct busfreq_ppmu_dataBartlomiej Zolnierkiewicz2014-05-241-28/+46
| | | * | | | | | | PM / devfreq: exynos4: use common PPMU codeChanwoo Choi2014-05-242-104/+62
| | | * | | | | | | PM / devfreq: exynos5: Add CONFIG_PM_OPP dependency to fix probe failChanwoo Choi2014-05-241-0/+1
| | | * | | | | | | PM / devfreq: exynos5: Use SIMPLE_DEV_PM_OPS macroChanwoo Choi2014-05-241-2/+5
| | | * | | | | | | PM / devfreq: exynos4: Add CONFIG_PM_OPP dependency to fix probe failChanwoo Choi2014-05-241-0/+1