summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-2397-1585/+2658
|\
| * Merge branch 'pm-cpuidle'Rafael J. Wysocki2015-06-222-0/+23
| |\
| | * cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle stateShilpasri G Bhat2015-06-222-0/+23
| | |
| | \
| *-. \ Merge branches 'pnp' and 'pm-tools'Rafael J. Wysocki2015-06-191-5/+5
| |\ \ \
| | * | | PNP / ACPI: use unsigned int in pnpacpi_encode_resources()Fabian Frederick2015-05-051-1/+1
| | * | | PNP / ACPI: use u8 instead of int in acpi_resource_extended_irq contextFabian Frederick2015-05-051-4/+4
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-clk', 'pm-domains' and 'powercap'Rafael J. Wysocki2015-06-194-72/+111
| |\ \ \ \ \ \
| | | | * | | | powercap / RAPL: Support Knights LandingDasaratharaman Chandramouli2015-05-211-0/+1
| | | | * | | | powercap / RAPL: Floor frequency setting in Atom SoCAjay Thomas2015-05-051-9/+41
| | | | |/ / /
| | | * | | | PM / Domains: Skip timings during syscore suspend/resumeGeert Uytterhoeven2015-06-151-16/+26
| | * | | | | PM / clk: Print acquired clock name in addition to con_idGeert Uytterhoeven2015-06-151-1/+2
| | * | | | | PM / clk: Fix clock error check in __pm_clk_add()Geert Uytterhoeven2015-05-191-1/+1
| | * | | | | drivers: sh: remove boilerplate code and use USE_PM_CLK_RUNTIME_OPSRajendra Nayak2015-05-121-45/+2
| | * | | | | PM / clock_ops: Provide default runtime ops to usersRajendra Nayak2015-05-121-0/+38
| * | | | | | Merge branch 'pm-wakeirq'Rafael J. Wysocki2015-06-196-1/+422
| |\ \ \ \ \ \
| | * | | | | | PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren2015-05-206-1/+422
| | | | | | | |
| | \ \ \ \ \ \
| *-. | | | | | | Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-196-12/+67
| |\ \| | | | | |
| | | * | | | | | PM / Runtime: Update last_busy in rpm_resumeTony Lindgren2015-05-201-0/+1
| | | |/ / / / /
| | * | | | | | PM / sleep: trace_device_pm_callback coverage in dpm_prepare/completeTodd E Brandt2015-06-101-6/+5
| | * | | | | | PM / wakeup: add a dummy wakeup_source to record statisticsJin Qian2015-05-191-0/+36
| | * | | | | | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-0/+2
| | * | | | | | leds / PM: fix hibernation on arm when gpio-led used with CPU led triggerGrygorii Strashko2015-05-121-4/+3
| | * | | | | | bus: omap_l3_noc: add missed callbacks for suspend-to-diskGrygorii Strashko2015-05-121-2/+2
| | * | | | | | PM / wakeup: validate wakeup source before activating it.Jin Qian2015-05-081-0/+18
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-06-1913-492/+649
| |\ \ \ \ \ \
| | * | | | | | cpufreq: dt: allow driver to boot automaticallyFelipe Balbi2015-06-171-0/+1
| | * | | | | | intel_pstate: Fix overflow in busy_scaled due to long delayPrarit Bhargava2015-06-161-5/+5
| | * | | | | | cpufreq: qoriq: optimize the CPU frequency switching timeTang Yuantian2015-06-151-11/+21
| | * | | | | | cpufreq: gx-suspmod: Fix two typos in two commentsShailendra Verma2015-06-151-2/+2
| | * | | | | | cpufreq: nforce2: Fix typo in comment to function nforce2_init()Shailendra Verma2015-06-151-1/+1
| | * | | | | | cpufreq: governor: Serialize governor callbacksViresh Kumar2015-06-154-18/+18
| | * | | | | | cpufreq: governor: split cpufreq_governor_dbs()Viresh Kumar2015-06-151-140/+189
| | * | | | | | cpufreq: governor: register notifier from cs_init()Viresh Kumar2015-06-154-38/+22
| | * | | | | | cpufreq: Remove cpufreq_update_policy()Viresh Kumar2015-06-111-19/+4
| | * | | | | | cpufreq: Restart governor as soon as possibleViresh Kumar2015-06-111-33/+26
| | * | | | | | cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar2015-06-111-11/+6
| | * | | | | | cpufreq: Initialize policy->kobj while allocating policyViresh Kumar2015-06-111-25/+21
| | * | | | | | cpufreq: Stop migrating sysfs files on hotplugViresh Kumar2015-06-111-85/+135
| | * | | | | | cpufreq: Don't allow updating inactive policies from sysfsViresh Kumar2015-06-101-0/+11
| | * | | | | | intel_pstate: Force setting target pstate when requiredDoug Smythies2015-06-101-10/+11
| | * | | | | | intel_pstate: change some inconsistent debug informationDoug Smythies2015-06-101-4/+4
| | * | | | | | cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan2015-05-231-4/+7
| | * | | | | | cpufreq: Fix for typos in two commentsShailendra Verma2015-05-221-2/+2
| | * | | | | | cpufreq: Mark policy->governor = NULL for inactive policiesViresh Kumar2015-05-151-2/+3
| | * | | | | | cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar2015-05-151-15/+15
| | * | | | | | cpufreq: Don't traverse all active policies to find policy for a cpuViresh Kumar2015-05-151-9/+6
| | * | | | | | cpufreq: Get rid of cpufreq_cpu_data_fallbackViresh Kumar2015-05-151-19/+6
| | * | | | | | cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policiesViresh Kumar2015-05-151-45/+34
| | * | | | | | cpufreq: Create for_each_{in}active_policy()Viresh Kumar2015-05-151-7/+59
| | * | | | | | cpufreq: arm_big_little: remove compile-time dependency on BIG_LITTLESudeep Holla2015-05-152-6/+23