Linux-PM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-03 06:03:43 to 2016-02-05 04:35:07 UTC [more...]

[PATCH v3 0/4] add reboot mode driver
 2016-02-05  4:35 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: power: reset: add document for reboot-mode driver

[PATCH v8 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
 2016-02-05  4:26 UTC  (3+ messages)
` [PATCH v8 1/2] power: act8945a: add charger driver for ACT8945A
` [PATCH v8 2/2] power: add documentation for ACT8945A's charger DT bindings

[PATCH V2 0/7] cpufreq: governors: Fix ABBA lockups
 2016-02-05  3:54 UTC  (31+ messages)
` [PATCH V2 1/7] cpufreq: governor: Treat min_sampling_rate as a governor-specific tunable
` [PATCH V2 2/7] cpufreq: governor: New sysfs show/store callbacks for governor tunables
` [PATCH V2 3/7] cpufreq: governor: Drop unused macros for creating governor tunable attributes
` [PATCH V2 4/7] Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"
` [PATCH V2 5/7] cpufreq: Merge cpufreq_offline_prepare/finish routines
` [PATCH V2 6/7] cpufreq: Call __cpufreq_governor() with policy->rwsem held
` [PATCH V2 7/7] cpufreq: Remove cpufreq_governor_lock

[PATCH 0/11] cpufreq: governor: ondemand/conservative data structures rework
 2016-02-05  3:33 UTC  (52+ messages)
` [PATCH 1/11] cpufreq: Clean up default and fallback governor setup
` [PATCH 2/11] cpufreq: governor: Use common mutex for dbs_data protection
` [PATCH 3/11] cpufreq: governor: Use common global_dbs_data pointer
` [PATCH 4/11] cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily
` [PATCH 5/11] cpufreq: governor: Put governor structure into common_dbs_data
` [PATCH 6/11] cpufreq: governor: Rename some data types and variables
` [PATCH 7/11] cpufreq: governor: Rework cpufreq_governor_dbs()
` [PATCH 8/11] cpufreq: governor: Drop the gov pointer from struct dbs_data
` [PATCH 9/11] cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
` [PATCH 10/11] cpufreq: governor: Rearrange governor data structures
` [PATCH 11/11] cpufreq: governor: Drop cpu argument from dbs_check_cpu()
` [PATCH v2 0/10] cpufreq: governor: ondemand/conservative data structures rework
  ` [PATCH v2 1/10] cpufreq: Clean up default and fallback governor setup
  ` [PATCH v2 2/10] cpufreq: governor: Use common mutex for dbs_data protection
  ` [PATCH v2 3/10] cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily
  ` [PATCH v2 4/10] cpufreq: governor: Put governor structure into common_dbs_data
  ` [PATCH v2 5/10] cpufreq: governor: Rename some data types and variables
  ` [PATCH v2 6/10] cpufreq: governor: Rework cpufreq_governor_dbs()
  ` [PATCH v2 7/10] cpufreq: governor: Drop the gov pointer from struct dbs_data
  ` [PATCH v2 8/10] cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
  ` [PATCH v2 9/10] cpufreq: governor: Rearrange governor data structures
  ` [PATCH v2 10/10] cpufreq: governor: Drop cpu argument from dbs_check_cpu()

[PATCH 0/3] cpufreq: Replace timers with utilization update callbacks
 2016-02-05  1:28 UTC  (13+ messages)
` [PATCH 1/3] cpufreq: Add a mechanism for registering "
` [PATCH 3/3] cpufreq: governor: Replace timers with "
  ` [Update][PATCH "
    ` [PATCH 3/3 v3] "

[pm:pm-cpufreq-rjw 7/13] drivers/cpufreq/cpufreq_ondemand.c:35:32: warning: 'cpufreq_gov_ondemand' defined but not used
 2016-02-05  1:14 UTC 

[pm:pm-cpufreq-rjw 10/13] drivers/cpufreq/amd_freq_sensitivity.c:51:10: error: 'struct dbs_data' has no member named 'gov'
 2016-02-05  1:17 UTC 

PM regression with commit 5de85b9d57ab PM runtime re-init in v4.5-rc1
 2016-02-05  1:08 UTC  (17+ messages)

[PATCH] cpufreq: governor: fix compile warning
 2016-02-04 17:25 UTC  (2+ messages)

[PATCH v3 0/6] CPUs capacity information for heterogeneous systems
 2016-02-04 15:46 UTC  (15+ messages)
` [PATCH v3 1/6] ARM: initialize cpu_scale to its default
` [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default()
` [PATCH v3 3/6] arm: Enable dynamic CPU capacity initialization
` [PATCH v3 4/6] arm64: "
` [PATCH v3 5/6] arm: add sysfs cpu_capacity attribute
` [PATCH v3 6/6] arm64: "

[PATCH V5 00/14] Add generic PM domain support for Tegra
 2016-02-04 15:44 UTC  (15+ messages)
` [PATCH V5 05/14] soc: tegra: pmc: Wait for powergate state to change
` [PATCH V5 08/14] PM / Domains: Add function to remove a pm-domain
` [PATCH V5 10/14] Documentation: DT: bindings: Add power domain info for NVIDIA PMC
` [PATCH V5 11/14] soc: tegra: pmc: Add generic PM domain support

Plain DFS (no voltage scaling)
 2016-02-04  3:23 UTC  (10+ messages)

[PATCH v8 0/6] cpufreq: powernv: Redesign the presentation of throttle notification and solve bug-fixes in the driver
 2016-02-04  1:51 UTC  (12+ messages)
` [PATCH v8 6/6] cpufreq: powernv: Add sysfs attributes to show throttle stats

[PATCHv2 0/3] thermal: rework core to improve userspace interaction
 2016-02-03 23:24 UTC  (4+ messages)
` [PATCHv2 3/3] thermal: improve hot trip handling

PM regression with commit 5de85b9d57ab PM runtime re-init in v4.5-rc1
 2016-02-03 21:51 UTC  (28+ messages)

[PATCH 0/5] cpufreq: governors: Solve the ABBA lockups
 2016-02-03 20:14 UTC  (38+ messages)
` [PATCH 2/5] cpufreq: governor: Create separate sysfs-ops
` [PATCH 4/5] cpufreq: Don't drop rwsem before calling CPUFREQ_GOV_POLICY_EXIT
` [PATCH 5/5] cpufreq: Get rid of ->governor_enabled and its lock

[PATCH] PM: Avoid false-positive warnings in dev_pm_domain_set()
 2016-02-03 13:18 UTC  (4+ messages)

[PATCH v3 2/4] power: reset: add reboot mode driver
 2016-02-03 11:54 UTC  (2+ messages)

[RFC PATCH 11/19] cpufreq: assert policy->rwsem is held in __cpufreq_governor
 2016-02-03  6:59 UTC  (11+ messages)

[PATCH 0/3] power: bq24735-charger: chromebook fixes
 2016-02-03  6:03 UTC  (4+ messages)
  ` [PATCH 1/3] power: bq24735-charger: fix failed i2c with ac-detect
  ` [PATCH 2/3] power: bq24735-charger: add 'ti,external-control' option
` [PATCH 3/3] power: bq24735-charger: document "


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 read-only IMAP folder(s) and NNTP newsgroup(s).