summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | cpufreq: Remove unused APERF/MPERF supportStratos Karafotis2013-07-264-66/+1
| | | | * | | cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis2013-07-263-42/+8
| | | * | | | cpufreq: Pass policy to cpufreq_add_policy_cpu()Viresh Kumar2013-08-071-12/+6
| | | * | | | cpufreq: Avoid double kobject_put() for the same kobject in error code pathRafael J. Wysocki2013-08-071-3/+0
| | | * | | | cpufreq: Do not hold driver module references for additional policy CPUsRafael J. Wysocki2013-08-071-21/+7
| | | * | | | cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()Viresh Kumar2013-08-071-8/+6
| | | * | | | cpufreq: Remove extra variables from cpufreq_add_dev_symlink()Viresh Kumar2013-08-071-4/+3
| | | * | | | cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat2013-08-072-9/+11
| | | * | | | cpufreq: Preserve policy structure across suspend/resumeSrivatsa S. Bhat2013-08-071-16/+53
| | | * | | | cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardownSrivatsa S. Bhat2013-08-071-27/+49
| | | * | | | cpufreq: Extract the handover of policy cpu to a helper functionSrivatsa S. Bhat2013-08-071-24/+39
| | | * | | | cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interfaceSrivatsa S. Bhat2013-08-071-17/+26
| | | * | | | cpufreq: Add helper to perform alloc/free of policy structureSrivatsa S. Bhat2013-08-071-15/+34
| | | * | | | cpufreq: Fix misplaced call to cpufreq_update_policy()Srivatsa S. Bhat2013-08-072-6/+1
* | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-08-2711-146/+369
|\ \ \ \ \ \ \
| * | | | | | | cpuidle: Change struct menu_device field typesTuukka Tikkanen2013-08-231-11/+17
| * | | | | | | cpuidle: Add a comment warning about possible overflowTuukka Tikkanen2013-08-231-0/+9
| * | | | | | | cpuidle: Fix variable domains in get_typical_interval()Tuukka Tikkanen2013-08-231-6/+9
| * | | | | | | cpuidle: Fix menu_device->intervals typeTuukka Tikkanen2013-08-231-1/+1
| * | | | | | | cpuidle: CodingStyle: Break up multiple assignments on single lineTuukka Tikkanen2013-08-231-3/+6
| * | | | | | | cpuidle: Check called function parameter in get_typical_interval()Tuukka Tikkanen2013-08-231-5/+13
| * | | | | | | cpuidle: Rearrange code and comments in get_typical_interval()Tuukka Tikkanen2013-08-231-13/+15
| * | | | | | | cpuidle: Ignore interval prediction result when timer is shorterTuukka Tikkanen2013-08-231-1/+4
| * | | | | | | cpuidle-kirkwood.c: simplify use of devm_ioremap_resource()Julia Lawall2013-08-141-3/+0
| * | | | | | | Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux...Rafael J. Wysocki2013-08-142-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | cpuidle: kirkwood: Make kirkwood_cpuidle_remove function staticJingoo Han2013-08-121-1/+1
| | * | | | | | | cpuidle: calxeda: Add missing __iomem annotationJingoo Han2013-08-121-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge back earlier 'pm-cpuidle' material.Rafael J. Wysocki2013-08-149-110/+302
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge branch 'cpuidle-arm' into pm-cpuidleRafael J. Wysocki2013-07-275-16/+177
| | |\ \ \ \ \ \
| | | * | | | | | ARM: ux500: cpuidle: Move ux500 cpuidle driver to drivers/cpuidleDaniel Lezcano2013-07-273-0/+140
| | | * | | | | | ARM: ux500: cpuidle: Instantiate the driver from platform deviceLinus Walleij2013-07-271-0/+4
| | | * | | | | | cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynqSahara2013-07-273-16/+33
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge branch 'cpuidle-gen' into pm-cpuidleRafael J. Wysocki2013-07-274-94/+125
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | cpuidle: Check if device is already registeredDaniel Lezcano2013-07-151-1/+4
| | | * | | | | cpuidle: Introduce __cpuidle_device_init()Daniel Lezcano2013-07-151-7/+13
| | | * | | | | cpuidle: Introduce __cpuidle_unregister_device()Daniel Lezcano2013-07-151-30/+32
| | | * | | | | cpuidle: Make cpuidle's sysfs directory dynamically allocatedDaniel Lezcano2013-07-151-15/+48
| | | * | | | | cpuidle: Fix white space to follow CodingStyleDaniel Lezcano2013-07-151-16/+22
| | | * | | | | cpuidle: Check cpuidle_enable_device() return valueDaniel Lezcano2013-07-151-8/+9
| | | * | | | | cpuidle: Make it clear that governors cannot be modulesDaniel Lezcano2013-07-152-22/+2
* | | | | | | | Merge branch 'pm-opp'Rafael J. Wysocki2013-08-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | PM / OPP: Export opp_add()Viresh Kumar2013-08-061-0/+1
* | | | | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2013-08-271-34/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PM / Sleep: new trace event to print device suspend and resume timesShuah Khan2013-07-271-34/+43
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'pnp'Rafael J. Wysocki2013-08-271-3/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PNP: convert PNP driver bus legacy pm_ops to dev_pm_opsShuah Khan2013-07-271-3/+18
| |/ / / / / / / /
* | | | | | | | | Merge branch 'acpi-video'Rafael J. Wysocki2013-08-272-93/+117
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ACPI: blacklist win8 OSI for buggy laptopsFelipe Contreras2013-08-251-0/+16
| * | | | | | | | | ACPI: blacklist win8 OSI for ASUS Zenbook Prime UX31AFelipe Contreras2013-08-041-0/+14
| * | | | | | | | | ACPI / video: drop unused fields from struct acpi_video_brightness_flagsFelipe Contreras2013-08-031-12/+0