linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-09 16:07:52 to 2018-07-16 18:00:03 UTC [more...]

[PATCH v2 0/3] power: supply: max8998-charger:
 2018-07-16 18:00 UTC  (5+ messages)
` [PATCH v2 1/3] power: supply: max8998-charger: Fix platform data retrieval
` [PATCH v2 2/3] power: supply: max8998-charger: Parse device tree for required data
` [PATCH v2 3/3] dt-bindings: mfd: max8998: Add charger subnode binding

[REGRESSION 4.17] Spurious wakeup / reboot with power button
 2018-07-16 17:59 UTC  (5+ messages)
    ` [PATCH] ACPICA: Clear status of all events when entering S5

[PATCH v5 00/12] Add throttler driver for non-thermal throttling
 2018-07-16 17:50 UTC  (21+ messages)
` [PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()
  ` [PATCH v5 02/12] PM / devfreq: Fix handling of min/max_freq == 0
  ` [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy
  ` [PATCH v5 05/12] PM / devfreq: Add support for policy notifiers
  ` [PATCH v5 07/12] PM / devfreq: export devfreq_class

[PATCH] x86/power/64: Remove VLA usage
 2018-07-16 17:22 UTC  (3+ messages)

[PATCH v3 00/23] Add multi-channel support to Armada thermal driver
 2018-07-16 16:03 UTC  (25+ messages)
` [PATCH v3 01/23] thermal: armada: add a function that sanitizes the thermal zone name
` [PATCH v3 02/23] thermal: armada: remove useless register accesses
` [PATCH v3 03/23] thermal: armada: remove misleading comments
` [PATCH v3 04/23] thermal: armada: rename the initialization routine
` [PATCH v3 05/23] thermal: armada: dissociate a380 and cp110 ->init() hooks
` [PATCH v3 06/23] thermal: armada: average over samples to avoid glitches
` [PATCH v3 07/23] thermal: armada: convert driver to syscon register accesses
` [PATCH v3 08/23] thermal: armada: use the resource managed registration helper alternative
` [PATCH v3 09/23] thermal: armada: add multi-channel sensors support
` [PATCH v3 10/23] thermal: armada: remove sensors validity from the IP initialization
` [PATCH v3 11/23] thermal: armada: move validity check out of the read function
` [PATCH v3 12/23] thermal: armada: get rid of the ->is_valid() pointer
` [PATCH v3 13/23] dt-bindings: cp110: rename cp110 syscon file
` [PATCH v3 14/23] dt-bindings: ap806: prepare the syscon file to list other syscons nodes
` [PATCH v3 15/23] dt-bindings: cp110: "
` [PATCH v3 16/23] dt-bindings: ap806: add the thermal node in the syscon file
` [PATCH v3 17/23] dt-bindings: cp110: update documentation since DT de-duplication
` [PATCH v3 18/23] dt-bindings: cp110: add the thermal node in the syscon file
` [PATCH v3 19/23] dt-bindings: thermal: armada: add reference to new bindings
` [PATCH v3 20/23] arm64: dts: marvell: move AP806/CP110 thermal nodes into a new syscon
` [PATCH v3 21/23] arm64: dts: marvell: add thermal-zone node in ap806 DTSI file
` [PATCH v3 22/23] arm64: dts: marvell: add macro to make distinction between node names
` [PATCH v3 23/23] arm64: dts: marvell: add thermal-zone node in cp110 DTSI file

[PATCH v4 0/3] regulator: bd9571mwv: Add support for toggle power switches
 2018-07-16 15:30 UTC  (4+ messages)
` [PATCH v4 1/3] regulator: bd9571mwv: Use "backup_mode" sysfs file instead of "wake_up"
` [PATCH v4 2/3] regulator: bd9571mwv: Add support for toggle power switches
` [PATCH v4 3/3] regulator: bd9571mwv: Document "backup_mode" sysfs file

[PATCH v2 00/23] Add multi-channel support to Armada thermal driver
 2018-07-16 14:32 UTC  (8+ messages)
` [PATCH v2 18/23] dt-bindings: thermal: armada: add reference to new bindings

[PATCH v12 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-16 11:46 UTC  (23+ messages)
` [PATCH v12 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops
` [PATCH v12 2/4] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH v12 3/4] iommu/arm-smmu: Add the device_link between masters and smmu

[RFC PATCH v4 00/12] Energy Aware Scheduling
 2018-07-16 10:29 UTC  (14+ messages)
` [RFC PATCH v4 03/12] PM: Introduce an Energy Model management framework
` [RFC PATCH v4 09/12] sched/fair: Introduce an energy estimation helper function

[PATCH 00/10] OPP: Support multiple power-domains per device
 2018-07-16  9:04 UTC  (3+ messages)

[PATCH v3 0/3] regulator: bd9571mwv: Add support for toggle power switches
 2018-07-16  8:58 UTC  (8+ messages)
` [PATCH v3 1/3] regulator: bd9571mwv: Use "backup_mode" sysfs file instead of "wake_up"
` [PATCH v3 2/3] regulator: bd9571mwv: Add support for toggle power switches
` [PATCH v3 3/3] regulator: bd9571mwv: Document "backup_mode" sysfs file

[PATCH v2 00/12] Add utilization clamping support
 2018-07-16  8:29 UTC  (13+ messages)
` [PATCH v2 01/12] sched/core: uclamp: extend sched_setattr to support utilization clamping
` [PATCH v2 02/12] sched/core: uclamp: map TASK's clamp values into CPU's clamp groups
` [PATCH v2 03/12] sched/core: uclamp: add CPU's clamp groups accounting
` [PATCH v2 04/12] sched/core: uclamp: update CPU's refcount on clamp changes
` [PATCH v2 05/12] sched/cpufreq: uclamp: add utilization clamping for FAIR tasks
` [PATCH v2 06/12] sched/cpufreq: uclamp: add utilization clamping for RT tasks
` [PATCH v2 07/12] sched/core: uclamp: enforce last task UCLAMP_MAX
` [PATCH v2 08/12] sched/core: uclamp: extend cpu's cgroup controller
` [PATCH v2 09/12] sched/core: uclamp: map TG's clamp values into CPU's clamp groups
` [PATCH v2 10/12] sched/core: uclamp: use TG's clamps to restrict Task's clamps
` [PATCH v2 11/12] sched/core: uclamp: update CPU's refcount on TG's clamp changes
` [PATCH v2 12/12] sched/core: uclamp: use percentage clamp values

[PATCH v5 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-07-16  5:12 UTC  (8+ messages)
` [PATCH v5 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ Firmware bindings
` [PATCH v5 2/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver

[PATCH 0/2] dt: thermal: Fix broken cooling-maps
 2018-07-16  4:34 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: thermal: Allow multiple devices to share cooling map

[PATCH v4.9] PM / OPP: Update voltage in case freq == old_freq
 2018-07-16  4:03 UTC  (3+ messages)

[PATCH v6 0/8] Introduce on-chip interconnect API
 2018-07-15 12:15 UTC  (15+ messages)
` [PATCH v6 1/8] interconnect: Add generic "
` [PATCH v6 3/8] interconnect: Add debugfs support
` [PATCH v6 4/8] interconnect: qcom: Add RPM communication
` [PATCH v6 6/8] interconnect: qcom: Add msm8916 interconnect provider driver
` [PATCH v6 7/8] dt-bindings: Introduce interconnect consumers bindings

[PATCH v4] cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC
 2018-07-13 22:20 UTC  (2+ messages)

[PATCH] soc: imx6qp: Use GENPD_FLAG_ALWAYS_ON for PU errata
 2018-07-13 11:21 UTC  (3+ messages)

[PATCH 0/3][RFC] Introduce the in-kernel hibernation encryption
 2018-07-13  7:34 UTC  (10+ messages)
` [PATCH 2/3][RFC] PM / Hibernate: Encrypt the snapshot pages before submitted to the block device

[PATCH 12/18] test_power: change strncpy+truncation to strlcpy
 2018-07-13  1:26 UTC  (2+ messages)
` [PATCH 18/18] cpupower: "

[PATCH v4 0/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver
 2018-07-12 18:06 UTC  (4+ messages)
` [PATCH v4 2/2] "

[PATCH v7 0/7] thermal: tsens: Refactoring for TSENSv2 IP
 2018-07-12 17:19 UTC  (10+ messages)
` [PATCH v7 1/7] thermal: tsens: Get rid of unused fields in structure
` [PATCH v7 2/7] thermal: tsens: Add support to split up register address space into two
` [PATCH v7 4/7] thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse
` [PATCH v7 5/7] dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP
` [PATCH v7 6/7] thermal: tsens: Add generic support for TSENS v2 IP

[PATCH v6 0/7] thermal: tsens: Refactoring for TSENSv2 IP
 2018-07-12  5:56 UTC  (16+ messages)
` [PATCH v6 2/7] thermal: tsens: Add support to split up register address space into two
` [PATCH v6 4/7] thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse
` [PATCH v6 5/7] thermal: tsens: Add generic support for TSENS v2 IP
` [PATCH v6 6/7] dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP

devfreq relation with pm qos
 2018-07-12  2:34 UTC  (4+ messages)
  `  "
      `  "

[PATCH v2] dt-bindings: marvell: Add documentation for the Armada 3700 AVS binding
 2018-07-11 15:51 UTC  (2+ messages)

[PATCH v4 0/5] Add devicetree functionality to w1 busses and ds2760
 2018-07-11 15:02 UTC  (5+ messages)
` [PATCH v4 1/5] dt-bindings: w1: document generic onewire bindings
` [PATCH v4 2/5] dt-bindings: w1: document bindings for ds2760 battery monitor

[PATCH v3 0/2] Fix imx6sl display power domain
 2018-07-11 13:20 UTC  (9+ messages)
` [PATCH v3 1/2] soc: imx: gpc: Disable 6sl display power gating for ERR006287
` [PATCH v3 2/2] ARM: dts: imx6sl: Convert gpc to new bindings

[PATCH] power: supply: adp5061: Fix a couple off by ones
 2018-07-11 10:04 UTC  (2+ messages)

[PATCH 1/2] device core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMER
 2018-07-11  9:46 UTC  (4+ messages)
` [PATCH 2/2] device core: Add flag to autoremove device link on supplier unbind

[PATCH 0/3] PM / Domains: Enable name based lookup at attach
 2018-07-11  9:43 UTC  (4+ messages)

[PATCH v4 6/6] PM / Domains: Stop deferring probe at the end of initcall
 2018-07-11  9:41 UTC  (4+ messages)

[GIT PULL] ACPI fix for v4.18-rc5
 2018-07-11  9:37 UTC 

[PATCH v3] cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC
 2018-07-11  5:53 UTC  (5+ messages)

[PATCH 00/14] thermal: ti-soc-thermal: simplify the driver a bit
 2018-07-11  3:38 UTC  (9+ messages)
  ` [PATCH 01/14] thermal: ti-soc-thermal: fix TALERT IRQ handling for DRA752
  ` [PATCH 02/14] thermal: ti-soc-thermal: fix comment in omap5xxx-bandgap.h
  ` [PATCH 03/14] thermal: ti-soc-thermal: fix comments in omap4-thermal-data.c
  ` [PATCH 04/14] thermal: ti-soc-thermal: cleanup COUNTER feature handling for OMAP5

[PATCH] driver core: Drop devices_kset_move_last() call from really_probe()
 2018-07-10 19:13 UTC  (16+ messages)
      ` [PATCH] driver core: Partially revert "driver core: correct device's shutdown order"
        ` [PATCH v2] "

[PATCH 0/2] Minor thermal_hwmon cleanups
 2018-07-10 15:40 UTC  (3+ messages)
` [PATCH 1/2] thermal_hwmon: Sanitize attribute name passed to hwmon
` [PATCH 2/2] thermal_hwmon: Pass the originating device down to hwmon_device_register_with_info

[PATCH v2 0/2] Fix imx6sl display power domain
 2018-07-10 13:18 UTC  (4+ messages)
` [PATCH v2 1/2] soc: imx: gpc: Disable 6sl display power gating for ERR006287

[PATCH 0/2] PCI: Initial imx7d pm support
 2018-07-10 10:26 UTC  (7+ messages)
` [PATCH 2/2] PCI: imx: "

[PATCH v3] soc: imx: gpc: Turn PU domain on/off in sleep on 6qp
 2018-07-10  9:34 UTC  (4+ messages)

[PATCH 04/12] cpufreq: use for_each_if
 2018-07-09 21:36 UTC  (3+ messages)
` [PATCH] "


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