linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-08 07:51:16 to 2018-10-12 07:20:16 UTC [more...]

[PATCH v2 0/3] thermal: Fix workqueue-related issues in drivers
 2018-10-12  7:20 UTC  (3+ messages)
` [PATCH v2 1/3] thermal: rcar_thermal: Prevent hardware access during system suspend
` [PATCH v2 2/3] thermal: rcar_thermal: Prevent doing work after unbind

[PATCH 1/2] thermal: imx: improve error message
 2018-10-12  6:42 UTC  (3+ messages)

[driver-core PATCH v3 0/5] Add NUMA aware async_schedule calls
 2018-10-11 22:09 UTC  (6+ messages)
` [driver-core PATCH v3 1/5] workqueue: Provide queue_work_node to queue work near a given NUMA node
` [driver-core PATCH v3 2/5] async: Add support for queueing on specific "
` [driver-core PATCH v3 3/5] driver core: Probe devices asynchronously instead of the driver
` [driver-core PATCH v3 4/5] driver core: Attach devices on CPU local to device node
` [driver-core PATCH v3 5/5] PM core: Use new async_schedule_dev command

[PATCH RFC v1 0/8] drivers: qcom: Add cpu power domain for SDM845
 2018-10-11 22:08 UTC  (21+ messages)
` [PATCH RFC v1 1/8] PM / Domains: Add helper functions to attach/detach CPUs to/from genpd
` [PATCH RFC v1 2/8] kernel/cpu_pm: Manage runtime PM in the idle path for CPUs
` [PATCH RFC v1 3/8] timer: Export next wakeup time of a CPU
` [PATCH RFC v1 4/8] drivers: qcom: cpu_pd: add cpu power domain support using genpd
` [PATCH RFC v1 5/8] dt-bindings: introduce cpu power domain bindings for Qualcomm SoCs
` [PATCH RFC v1 6/8] drivers: qcom: cpu_pd: program next wakeup to PDC timer
` [PATCH RFC v1 7/8] drivers: qcom: cpu_pd: Handle cpu hotplug in the domain
` [PATCH RFC v1 8/8] arm64: dtsi: sdm845: Add cpu power domain support

[PATCH] cpufreq: conservative: Fix requested_freq handling
 2018-10-11 21:06 UTC  (4+ messages)

[RFC/RFT/[PATCH] cpuidle: New timer events oriented governor for tickless systems
 2018-10-11 21:01 UTC 

[workqueue/driver-core PATCH v2 0/5] Add NUMA aware async_schedule calls
 2018-10-11 17:13 UTC  (14+ messages)
` [workqueue/driver-core PATCH v2 1/5] workqueue: Provide queue_work_node to queue work near a given NUMA node
` [workqueue/driver-core PATCH v2 2/5] async: Add support for queueing on specific "
` [workqueue/driver-core PATCH v2 3/5] driver core: Probe devices asynchronously instead of the driver
` [workqueue/driver-core PATCH v2 4/5] driver core: Attach devices on CPU local to device node
` [workqueue/driver-core PATCH v2 5/5] PM core: Use new async_schedule_dev command

[PATCH v9 00/11] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM) (a subset)
 2018-10-11 16:41 UTC  (11+ messages)
` [PATCH v9 04/11] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH v9 05/11] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
` [PATCH v9 06/11] cpuidle: dt: Support hierarchical CPU idle states

[PATCH 0/9] Add interconnect support + bindings for A630 GPU
 2018-10-11 14:54 UTC  (15+ messages)
` [PATCH 5/9] arm64: dts: sdm845: Add gpu and gmu device nodes
` [PATCH 6/9] PM / OPP: dt-bindings: Add opp-interconnect-bw

[RFC] mmc: host: sdhci-msm: Use the interconnect API
 2018-10-11 14:06 UTC  (2+ messages)

[PATCH v8 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-10-11 12:43 UTC  (15+ messages)
` [PATCH v8 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ Firmware bindings
` [PATCH v8 2/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver

[PATCH v9 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-10-11 11:36 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ Firmware bindings
` [PATCH 2/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver

[RFC PATCH 0/7] Introduce thermal pressure
 2018-10-11 11:10 UTC  (40+ messages)
  ` [RFC PATCH 1/7] sched/pelt.c: Add option to make load and util calculations frequency invariant
  ` [RFC PATCH 2/7] sched/pelt.c: Add support to track thermal pressure
  ` [RFC PATCH 3/7] sched: Add infrastructure to store and update instantaneous "
  ` [RFC PATCH 4/7] sched: Initialize per cpu thermal pressure structure
  ` [RFC PATCH 5/7] sched/fair: Enable CFS periodic tick to update thermal pressure
  ` [RFC PATCH 6/7] sched/fair: update cpu_capcity to reflect "
  ` [RFC PATCH 7/7] thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency capping

[PATCH 0/15] Add support for OLPC XO 1.75 Embedded Controller
 2018-10-11 10:42 UTC  (18+ messages)
` [PATCH 01/15] power: supply: olpc_battery: correct the temperature units
` [PATCH 02/15] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH 03/15] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings
` [PATCH 04/15] Platform: OLPC: Remove an unused include
` [PATCH 05/15] Platform: OLPC: Move OLPC config symbol out of x86 tree
` [PATCH 06/15] Platform: OLPC: Add XO-1.75 EC driver
` [PATCH 07/15] Platform: OLPC: Avoid a warning if the EC didn't register yet
` [PATCH 08/15] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH 09/15] Platform: OLPC: add a regulator for the DCON
` [PATCH 10/15] dt-bindings: olpc_battery: Add XO-1.5 battery
` [PATCH 11/15] x86, olpc: Use a correct version when making up a battery node
` [PATCH 12/15] power: supply: olpc_battery: Use DT to get battery version
` [PATCH 13/15] power: supply: olpc_battery: Move priv data to a struct
` [PATCH 14/15] power: supply: olpc_battery: Avoid using platform_info
` [PATCH 15/15] power: supply: olpc_battery: Add OLPC XO 1.75 support

[PATCH 0/5] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-10-11 10:04 UTC  (5+ messages)
` [PATCH 5/5] arm64: dts: add LX2160ARDB board support

[PATCH] thermal: qoriq: add multiple sensors support
 2018-10-11  8:56 UTC  (3+ messages)

[PATCH v3 0/7] AXP8x3 AC and battery power supply support
 2018-10-11  8:10 UTC  (9+ messages)
` [PATCH v3 1/7] dt-bindings: power: supply: axp20x: add AXP813 AC power DT binding
` [PATCH v3 2/7] ARM: dts: axp81x: add AC power supply subnode
` [PATCH v3 3/7] arm64: dts: allwinner: axp803: add AC and battery power supplies
` [PATCH v3 4/7] arm64: dts: allwinner: a64: sopine: enable "
` [PATCH v3 5/7] power: supply: add AC power supply driver for AXP813
` [PATCH v3 6/7] mfd: axp20x: Add AC power supply cell "
` [PATCH v3 7/7] mfd: axp20x: Add supported cells for AXP803

[workqueue/driver-core PATCH 0/5] Add NUMA aware async_schedule calls
 2018-10-10 15:37 UTC  (5+ messages)
` [workqueue/driver-core PATCH 1/5] workqueue: Provide queue_work_near to queue work near a given NUMA node

[PATCH v9 0/8] Introduce on-chip interconnect API
 2018-10-10 15:02 UTC  (11+ messages)
` [PATCH v9 2/8] dt-bindings: Introduce interconnect binding

[PATCH] cpuidle: menu: Simplify checks related to the polling state
 2018-10-10 12:16 UTC 

[PATCH V5 0/2] soc: imx: add scu power domain driver
 2018-10-10 10:32 UTC  (3+ messages)
` [PATCH V5 1/2] firmware: imx: add pm svc headfile
` [PATCH V5 2/2] firmware: imx: add SCU power domain driver

[PATCH V4 0/2] soc: imx: add scu power domain driver
 2018-10-10  8:42 UTC  (10+ messages)
` [PATCH V4 2/2] firmware: imx: add SCU "

Expose all known Intel DPTF policies
 2018-10-10  8:30 UTC  (3+ messages)
` [PATCH 1/2] thermal/int340x_thermal: Add additional UUIDs
` [PATCH 2/2] thermal/int340x_thermal: fix mode setting

[PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups
 2018-10-10  7:14 UTC  (7+ messages)

[PATCH v2 0/2] cpufreq: intel_pstate: Base frequency attribute
 2018-10-09 21:46 UTC  (3+ messages)
` [PATCH v2 1/2] ACPI / CPPC: Add support for guaranteed performance
` [PATCH v2 2/2] cpufreq: intel_pstate: Add base_frequency attribute

[RESEND][PATCH] ACPI / CPPC: Add support for guaranteed performance
 2018-10-09 20:41 UTC  (3+ messages)

[PATCH] PM / AVS: SmartReflex: Fix module licence specification
 2018-10-09  7:56 UTC  (2+ messages)

[PATCH RESEND v3 0/3] drivers/qcom: add additional functionality to RPMH
 2018-10-09  6:36 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] drivers: qcom: rpmh-rsc: simplify TCS locking
` [PATCH RESEND v3 2/3] drivers: qcom: rpmh-rsc: return if the controller is idle
` [PATCH RESEND v3 3/3] drivers: qcom: rpmh: disallow active requests in solver mode

[PATCH v3 0/3] drivers/qcom: add additional functionality to RPMH
 2018-10-09  2:08 UTC  (4+ messages)
` [PATCH v3 1/3] drivers: qcom: rpmh-rsc: simplify TCS locking
` [PATCH v3 2/3] drivers: qcom: rpmh-rsc: return if the controller is idle
` [PATCH v3 3/3] drivers: qcom: rpmh: disallow active requests in solver mode

[PATCH 0/4] AXP8x3 AC and battery power supply support
 2018-10-08 20:19 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: add compatibles for AXP803 AC and battery power supplies

[PATCH v2 0/4] ARM: dts: imx6sx: Add DISPLAY power domain support
 2018-10-08 18:06 UTC  (5+ messages)
` [PATCH v2 1/4] soc: imx: gpc: Increase GPC_CLK_MAX to 7
` [PATCH v2 2/4] dt-bindings: imx6q-pcie: Add multi-pd bindings for imx6sx
` [PATCH v2 3/4] PCI: imx: Add multi-pd support
` [PATCH v2 4/4] ARM: dts: imx6sx: Add DISPLAY power domain support

[PATCH 0/5][RFC] Encryption and authentication for hibernate snapshot image
 2018-10-08 13:29 UTC  (7+ messages)
` [PATCH 1/5] PM / hibernate: Create snapshot keys handler


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).