linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-09 21:46:32 to 2018-10-12 19:32:32 UTC [more...]

[PATCH v3 0/7] AXP8x3 AC and battery power supply support
 2018-10-12 19:32 UTC  (8+ 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 7/7] mfd: axp20x: Add supported cells for AXP803

[PATCH RFC v1 0/8] drivers: qcom: Add cpu power domain for SDM845
 2018-10-12 18:10 UTC  (40+ 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 v3 0/3] cpufreq: intel_pstate: Base frequency attribute
 2018-10-12 16:44 UTC  (4+ messages)
` [PATCH v3 1/3] ACPI / CPPC: Add support for guaranteed performance
` [PATCH v3 2/3] cpufreq: intel_pstate: Add base_frequency attribute
` [PATCH v3 3/3] Documentation: intel_pstate: Add base_frequency information

[PATCH V2 0/9] OPP: Support multiple power-domains per device
 2018-10-12 15:43 UTC  (18+ messages)
` [PATCH V2 1/9] OPP: Identify and mark genpd OPP tables
` [PATCH V2 2/9] OPP: Separate out custom OPP handler specific code
` [PATCH V2 3/9] OPP: Populate required opp tables from "required-opps" property
` [PATCH V2 4/9] OPP: Populate OPPs "
` [PATCH V2 5/9] PM / Domains: Add genpd_opp_to_performance_state()
` [PATCH V2 6/9] OPP: Add dev_pm_opp_{set|put}_genpd_device() helper
` [PATCH V2 7/9] OPP: Configure all required OPPs
` [PATCH V2 8/9] OPP: Rename and relocate of_genpd_opp_to_performance_state()
` [PATCH V2 9/9] OPP: Remove of_dev_pm_opp_find_required_opp()

[PATCH v3 1/4] power: supply: core: Introduce one property to present the battery internal resistance
 2018-10-12 14:36 UTC  (5+ messages)
` [PATCH v3 2/4] power: supply: core: Introduce properties to present the battery OCV capacity table
` [PATCH v3 3/4] dt-bindings: power: Add Spreadtrum SC27XX fuel gauge unit documentation

[PATCH v9 00/11] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM) (a subset)
 2018-10-12 10:24 UTC  (14+ 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

[RFC PATCH 0/7] Introduce thermal pressure
 2018-10-12  9:37 UTC  (35+ messages)
  ` [RFC PATCH 6/7] sched/fair: update cpu_capcity to reflect "

[PATCH V2 1/2] sched: Factor out nr_iowait and nr_iowait_cpu
 2018-10-12  8:28 UTC  (4+ messages)
` [PATCH V2 2/2] cpuidle/drivers/menu: Remove get_loadavg in the performance multiplier

[PATCH v2 0/2] cpufreq: intel_pstate: Base frequency attribute
 2018-10-12  8:20 UTC  (4+ messages)
` [PATCH v2 1/2] ACPI / CPPC: Add support for guaranteed performance
` [PATCH v2 2/2] cpufreq: intel_pstate: Add base_frequency attribute

[driver-core PATCH v3 0/5] Add NUMA aware async_schedule calls
 2018-10-12  7:53 UTC  (8+ 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 v2 0/3] thermal: Fix workqueue-related issues in drivers
 2018-10-12  7:20 UTC  (4+ 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 v2 3/3] thermal: da9062/61: Prevent hardware access during system suspend

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

[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 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  (10+ 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

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

[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  (6+ 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  (5+ 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).