linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-05 12:51:51 to 2016-01-12 02:17:18 UTC [more...]

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2016-01-12  2:17 UTC  (5+ messages)
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCH 00/17] PM / OPP: Introduce APIs to transition OPPs
 2016-01-12  1:55 UTC  (32+ messages)
` [PATCH 01/17] PM / OPP: get/put regulators from OPP core
` [PATCH 02/17] PM / OPP: Add APIs to set regulator-name
` [PATCH 03/17] PM / OPP: Disable OPPs that aren't supported by the regulator
` [PATCH 04/17] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
` [PATCH 06/17] PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings
` [PATCH 07/17] PM / OPP: Manage device clk
` [PATCH 08/17] PM / OPP: Add dev_pm_opp_set_rate()
` [PATCH 10/17] cpufreq: dt: Rename 'need_update' to 'opp_v1'
` [PATCH 11/17] cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well
` [PATCH 12/17] cpufreq: dt: Pass regulator name to the OPP core for V1 bindings
` [PATCH 13/17] cpufreq: dt: Unsupported OPPs are already disabled
` [PATCH 14/17] cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()
` [PATCH 15/17] cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency
` [PATCH 16/17] cpufreq: dt: drop references to DT node
` [PATCH 09/17] cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()

arm qemu boot failures in -next due to 'PM / Domains: add setter for dev.pm_domain'
 2016-01-12  0:24 UTC  (10+ messages)

[RFC PATCH 00/19] cpufreq locking cleanups and documentation
 2016-01-11 23:03 UTC  (24+ messages)
` [RFC PATCH 01/19] cpufreq: do not expose cpufreq_governor_lock
` [RFC PATCH 02/19] cpufreq: merge governor lock and mutex
` [RFC PATCH 03/19] cpufreq: kill for_each_policy
` [RFC PATCH 04/19] cpufreq: bring data structures close to their locks
` [RFC PATCH 05/19] cpufreq: assert locking when accessing cpufreq_policy_list
` [RFC PATCH 06/19] cpufreq: always access cpufreq_policy_list while holding cpufreq_driver_lock
` [RFC PATCH 07/19] cpufreq: assert locking when accessing cpufreq_governor_list
` [RFC PATCH 08/19] cpufreq: fix warning for cpufreq_init_policy unlocked access to cpufreq_governor_list
` [RFC PATCH 09/19] cpufreq: fix warning for show_scaling_available_governors "
` [RFC PATCH 10/19] cpufreq: assert policy->rwsem is held in cpufreq_set_policy
` [RFC PATCH 11/19] cpufreq: assert policy->rwsem is held in __cpufreq_governor
` [RFC PATCH 12/19] cpufreq: fix locking of policy->rwsem in cpufreq_init_policy
` [RFC PATCH 13/19] cpufreq: fix locking of policy->rwsem in cpufreq_offline_prepare
` [RFC PATCH 14/19] cpufreq: fix locking of policy->rwsem in cpufreq_offline_finish
` [RFC PATCH 15/19] cpufreq: remove useless usage of cpufreq_governor_mutex in __cpufreq_governor
` [RFC PATCH 16/19] cpufreq: hold policy->rwsem across CPUFREQ_GOV_POLICY_EXIT
` [RFC PATCH 17/19] cpufreq: stop checking for cpufreq_driver being present in cpufreq_cpu_get
` [RFC PATCH 18/19] cpufreq: remove transition_lock
` [RFC PATCH 19/19] cpufreq: documentation: document locking scheme

[PATCH v1 1/8] lib/string: introduce match_string() helper
 2016-01-11 22:24 UTC  (24+ messages)
` [PATCH v1 2/8] device property: convert to use "
` [PATCH v1 3/8] pinctrl: "
` [PATCH v1 4/8] drm/edid: "
` [PATCH v1 5/8] power: charger_manager: "
` [PATCH v1 6/8] power: ab8500: "
` [PATCH v1 7/8] ata: hpt366: "
` [PATCH v1 8/8] ide: "

[PATCH v2 0/2] cpufreq: powernv: Redesign the presentation of throttle notification
 2016-01-11 22:23 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v4 0/4] "
    ` [PATCH v4 1/4] cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
    ` [PATCH v4 2/4] cpufreq: powernv/tracing: Add powernv_throttle tracepoint
    ` [PATCH v4 3/4] cpufreq: powernv: Add a trace print for the throttle event
    ` [PATCH v4 4/4] cpufreq: powernv: Add sysfs attributes to show throttle stats

[PATCH V3] cpufreq: qoriq: Register cooling device based on device tree
 2016-01-11 21:13 UTC  (6+ messages)
    ` 答复: "

[PATCH v11 0/4] Allow USB devices to remain runtime-suspended when sleeping
 2016-01-11 21:09 UTC  (13+ messages)
` [PATCH v11 2/4] PM / Domains: add setter for dev.pm_domain
  ` Re: [PATCH v11 0/4] Allow USB devices to remain runtime-suspended when sleeping

[PATCH 0/3] Use the ladder cpuidle governor when appropriate
 2016-01-11 17:10 UTC  (6+ messages)
` [PATCH 1/3] Subject: nohz: Expose tick_nohz_enabled
` [PATCH 2/3] cpuidle: Default to ladder governor on ticking systems
` [PATCH 3/3] cpuidle: Don't enable all governors by default

[PATCH] regulator: max8973: add THERMAL_OF dependency
 2016-01-11 16:47 UTC  (2+ messages)

[RFC PATCH 0/2] IRQ based next prediction
 2016-01-10 23:13 UTC  (11+ messages)
` [RFC PATCH 1/2] irq: Add a framework to measure interrupt timings
` [RFC PATCH 2/2] sched: idle: IRQ based next prediction for idle period

[PATCH 0/2] i2c: proper RuntimePM for the adapter device
 2016-01-10  8:27 UTC  (5+ messages)
` [PATCH 1/2] i2c: always enable "
` [PATCH 2/2] i2c: s3c2410: remove superfluous runtime PM calls

[Bug 103351] New: Machine check exception on Broadwell quad-core with SpeedStep enabled
 2016-01-09 23:40 UTC  (2+ messages)
` [Bug 103351] "

[PATCH] power_suply: isp1704_charger: Fix isp1704_write() definition
 2016-01-09 22:42 UTC  (3+ messages)

PROBLEM: random hard freezes under X on Intel BayTrail-based machines unless intel_idle.max_cstate=1 is set
 2016-01-09 22:32 UTC 

[PATCH v4] power: bq27xxx_battery: Fix bq27541 AveragePower register address
 2016-01-09 14:10 UTC 

[PATCH] thermal: qcom-spmi: Treat reg property as a single cell
 2016-01-08 23:54 UTC 

[PATCH v12 0/4] Allow USB devices to remain runtime-suspended when sleeping
 2016-01-08 23:33 UTC  (6+ messages)
` [PATCH v12 1/4] device core: add device_is_bound()
` [PATCH v12 2/4] PM / Domains: add setter for dev.pm_domain
` [PATCH v12 3/4] PM / sleep: Go direct_complete if driver has no callbacks
` [PATCH v12 4/4] USB / PM: Allow USB devices to remain runtime-suspended when sleeping

[PATCH v1 1/1] PM / clk: don't leave clocks enabled when driver not bound
 2016-01-08 23:34 UTC  (2+ messages)

[PATCH v3 0/9] lib/string: introduce match_string() helper
 2016-01-08 23:33 UTC  (13+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] device property: convert to use "
` [PATCH v3 3/9] pinctrl: "
` [PATCH v3 4/9] drm/edid: "
` [PATCH v3 5/9] power: charger_manager: "
` [PATCH v3 6/9] power: ab8500: "
` [PATCH v3 7/9] ata: hpt366: "
` [PATCH v3 8/9] ide: "
` [PATCH v3 9/9] usb: common: "

[GIT PULL] Last-minute ACPI fix for final v4.4
 2016-01-08 22:38 UTC 

[RFD] Functional dependencies between devices
 2016-01-08 15:15 UTC  (6+ messages)

[PATCH 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
 2016-01-08 15:00 UTC  (8+ messages)
` [PATCH 1/2] power: act8945a: add charger driver for ACT8945A
` [PATCH 2/2] power: add documentation for ACT8945A's charger DT bindings

[RFC PATCH v2 0/4] CPUs capacity information for heterogeneous systems
 2016-01-08 14:09 UTC  (5+ messages)
` [RFC PATCH v2 1/4] ARM: initialize cpu_scale to its default
` [RFC PATCH v2 2/4] drivers/cpufreq: implement init_cpu_capacity_default()
` [RFC PATCH v2 3/4] arm: Enable dynamic CPU capacity initialization
` [RFC PATCH v2 4/4] arm64: "

[PATCH v2 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
 2016-01-08 12:17 UTC  (4+ messages)
` [PATCH v2 1/2] power: act8945a: add charger driver for ACT8945A
` [PATCH v2 2/2] power: add documentation for ACT8945A's charger DT bindings

[PATCH 0/2] power: Add support for TI BQ24261 charger
 2016-01-08  7:17 UTC  (5+ messages)

[PATCH v4] Documentation: cpufreq: intel_pstate: enhance documentation
 2016-01-08  0:49 UTC  (2+ messages)

[PATCH] PM / OPP: Use snprintf() instead of sprintf()
 2016-01-08  0:48 UTC  (3+ messages)

[PATCH] power, test_power: correctly handle empty writes
 2016-01-07 17:40 UTC  (2+ messages)

[PATCH v7 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2016-01-07 11:54 UTC  (2+ messages)

[PATCH v3 0/2] Enabling PSCI based idle on ARM 32-bit platforms
 2016-01-07  9:46 UTC  (11+ messages)
` [PATCH v3 2/2] ARM64: kernel: PSCI: move PSCI idle management code to drivers/firmware

[PATCH v3 0/4] thermal: re-calculate k_po/k_pu when update sustainable power
 2016-01-06 15:05 UTC  (9+ messages)
` [PATCH v3 1/4] thermal: power_allocator: rework proportional parameter
` [PATCH v3 2/4] thermal: power_allocator: change k_pu_ratio/k_po_ratio as percentage
` [PATCH v3 3/4] thermal: add sys node for k_pu_ratio/k_po_ratio
` [PATCH v3 4/4] thermal: power_allocator: document k_pu_ratio/k_po_ratio

[PATCH v2 0/4] thermal: re-calculate k_po/k_pu when update sustainable power
 2016-01-06  8:48 UTC  (6+ messages)
` [PATCH v2 1/4] thermal: power_allocator: rework proportional parameter
` [PATCH v2 2/4] thermal: power_allocator: change k_pu_ratio/k_po_ratio as percentage
` [PATCH v2 3/4] thermal: add sys node for k_pu_ratio/k_po_ratio
` [PATCH v2 4/4] thermal: power_allocator: document k_pu_ratio/k_po_ratio

[PATCH] power: bq27xxx_battery: Fix bq27541 AveragePower register address
 2016-01-06  6:49 UTC  (2+ messages)

[PATCH] thermal: cpu_cooling: fix out of bounds access in time_in_idle
 2016-01-05 19:19 UTC  (3+ messages)

[PATCH v2] thermal: re-calculate k_po/k_pu when update sustainable power
 2016-01-05 18:02 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).