linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 12:52:55 to 2020-07-15 23:10:47 UTC [more...]

[RFC PATCH 0/4] thermal: Introduce support for monitoring falling temperature
 2020-07-15 23:10 UTC  (10+ messages)
` [RFC PATCH 3/4] thermal:core:Add genetlink notifications "
` [RFC PATCH 4/4] thermal: Modify thermal governors to do nothing for "cold" trip points

[PATCH v3 0/7] Add support for ipq8064 tsens
 2020-07-15 22:45 UTC  (8+ messages)
` [PATCH v3 1/7] ipq806x: gcc: add support for child probe
` [PATCH v3 2/7] drivers: thermal: tsens: try load regmap from parent for 8960
` [PATCH v3 3/7] drivers: thermal: tsens: add ipq8064 support
` [PATCH v3 4/7] dt-bindings: thermal: tsens: document ipq8064 bindings
` [PATCH v3 5/7] drivers: thermal: tsens: add interrupt support for 9860 driver
` [PATCH v3 6/7] drivers: thermal: tsens: add support for custom set_trip function
` [PATCH v3 7/7] drivers: thermal: tsens: add set_trip support for 8960

cpufreq: intel_pstate: EPB with performance governor
 2020-07-15 22:43 UTC  (3+ messages)

[PATCH] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-07-15 21:35 UTC  (5+ messages)

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-15 21:18 UTC  (9+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH] MAINTAINERS: update Amit Kucheria's email to a single email address
 2020-07-15 20:32 UTC  (2+ messages)

[PATCH] dt-bindings: thermal: rcar-thermal: Improve schema validation
 2020-07-15 19:24 UTC  (2+ messages)

pm/testing baseline: 65 runs, 1 regressions (v5.8-rc5-46-g8d0151344351)
 2020-07-15 17:12 UTC 

pm/testing build: 4 builds: 0 failed, 4 passed, 8 warnings (v5.8-rc5-46-g8d0151344351)
 2020-07-15 16:28 UTC 

[PATCH 0/2][RESEND v3] Extend trace point to cover all runtime usage count
 2020-07-15 15:47 UTC  (10+ messages)
` [PATCH 1/2][RESEND v3] PM-runtime: Move all runtime usage related function to runtime.c
` [PATCH 2/2][RESEND v3] PM-runtime: change the tracepoints to cover all usage_count

[PATCH -next] cpuidle/pseries: Make symbol 'pseries_idle_driver' static
 2020-07-15 15:31 UTC  (2+ messages)

[PATCH -next] cpufreq: powernv: Make some symbols static
 2020-07-15 15:31 UTC  (4+ messages)

[TEGRA194_CPUFREQ PATCH v6 0/3] Add cpufreq driver for Tegra194
 2020-07-15 15:27 UTC  (6+ messages)
` [TEGRA194_CPUFREQ PATCH v6 1/3] dt-bindings: arm: Add NVIDIA Tegra194 CPU Complex binding
` [TEGRA194_CPUFREQ PATCH v6 2/3] arm64: tegra: Add t194 ccplex compatible and bpmp property
` [TEGRA194_CPUFREQ PATCH v6 3/3] cpufreq: Add Tegra194 cpufreq driver

[PATCH RESEND 1/1] power_supply: wilco_ec: Add permanent long life charging mode
 2020-07-15 14:55 UTC 

[PATCH] cpufreq: intel_pstate: Clean up aperf_mperf_shift description
 2020-07-15 14:17 UTC  (2+ messages)

[PATCH v4] power: reset: add driver for LinkStation power off
 2020-07-15 13:35 UTC 

[PATCH v2 00/13] Rid W=1 warnings in CPUFreq
 2020-07-15 13:23 UTC  (19+ messages)
` [PATCH v2 01/13] cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH v2 02/13] cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc status
` [PATCH v2 03/13] cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard comment block
` [PATCH v2 04/13] cpufreq: sti-cpufreq: Fix some formatting and misspelling issues
` [PATCH v2 05/13] cpufreq: pasemi: Include header file for {check,restore}_astate prototypes
` [PATCH v2 06/13] cpufreq: powernv-cpufreq: Functions only used in call-backs should be static
` [PATCH v2 07/13] cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issues
` [PATCH v2 08/13] cpufreq: acpi-cpufreq: Mark 'dummy' variable as __always_unused
` [PATCH v2 09/13] cpufreq: acpi-cpufreq: Mark sometimes used ID structs as __maybe_unused
` [PATCH v2 10/13] cpufreq: powernow-k8: Mark 'hi' and 'lo' dummy variables as __always_unused
` [PATCH v2 11/13] cpufreq: pcc-cpufreq: Mark sometimes used ID structs as __maybe_unused
` [PATCH v2 12/13] cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mperf_shift()
` [PATCH v2 13/13] cpufreq: amd_freq_sensitivity: Mark sometimes used ID structs as __maybe_unused

[PATCH 0/2] cpufreq_cooling: Get effective CPU utilization from scheduler
 2020-07-15 12:47 UTC  (7+ messages)
` [PATCH 1/2] sched/core: Rename and move schedutil_cpu_util to core.c
` [PATCH 2/2] thermal: cpufreq_cooling: Reuse effective_cpu_util()

[PATCH 00/13] Rid W=1 warnings in CPUFreq
 2020-07-15 12:38 UTC  (68+ messages)
` [PATCH 01/13] cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 02/13] cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc status
` [PATCH 03/13] cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard comment block
` [PATCH 04/13] cpufreq: sti-cpufreq: Fix some formatting and misspelling issues
` [PATCH 05/13] cpufreq/arch: powerpc: pasemi: Move prototypes to shared header
` [PATCH 06/13] cpufreq: powernv-cpufreq: Functions only used in call-backs should be static
` [PATCH 07/13] cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issues
` [PATCH 08/13] cpufreq: acpi-cpufreq: Take 'dummy' principle one stage further
` [PATCH 09/13] cpufreq: acpi-cpufreq: Remove unused ID structs
` [PATCH 10/13] cpufreq: powernow-k8: Make use of known set but not used variables
` [PATCH 11/13] cpufreq: pcc-cpufreq: Remove unused ID structs
` [PATCH 12/13] cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mperf_shift()
` [PATCH 13/13] cpufreq: amd_freq_sensitivity: Remove unused ID structs

[TEGRA194_CPUFREQ PATCH v5 0/4] Add cpufreq driver for Tegra194
 2020-07-15 12:31 UTC  (12+ messages)
` [TEGRA194_CPUFREQ PATCH v5 1/4] dt-bindings: arm: Add t194 ccplex compatible and bpmp property
        ` [TEGRA194_CPUFREQ PATCH v6 1/4] dt-bindings: arm: Add NVIDIA Tegra194 CPU Complex binding
` [TEGRA194_CPUFREQ PATCH v5 3/4] cpufreq: Add Tegra194 cpufreq driver

[PATCH 00/20] Add support for [H]SCIF/TMU/CMT/THS/SDHI/MSIOF/CAN[FD]/I2C/IIC/RWDT on R8A774E1
 2020-07-15 11:09 UTC  (21+ messages)
` [PATCH 01/20] arm64: dts: renesas: r8a774e1: Add operating points
` [PATCH 02/20] dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 support
` [PATCH 03/20] thermal: rcar_gen3_thermal: "
` [PATCH 04/20] arm64: dts: renesas: r8a774e1: Add RZ/G2H thermal support
` [PATCH 05/20] dt-bindings: timer: renesas,cmt: Document r8a774e1 CMT support
` [PATCH 06/20] arm64: dts: renesas: r8a774e1: Add CMT device nodes
` [PATCH 07/20] dt-bindings: timer: renesas,tmu: Document r8a774e1 bindings
` [PATCH 08/20] arm64: dts: renesas: r8a774e1: Add TMU device nodes
` [PATCH 09/20] arm64: dts: renesas: r8a774e1: Add SCIF and HSCIF nodes
` [PATCH 10/20] arm64: dts: renesas: r8a774e1: Add SDHI nodes
` [PATCH 11/20] dt-bindings: i2c: renesas,i2c: Document r8a774e1 support
` [PATCH 12/20] dt-bindings: i2c: renesas,iic: "
` [PATCH 13/20] arm64: dts: renesas: r8a774e1: Add I2C and IIC-DVFS support
` [PATCH 14/20] dt-bindings: spi: renesas,sh-msiof: Add r8a774e1 support
` [PATCH 15/20] arm64: dts: renesas: r8a774e1: Add MSIOF nodes
` [PATCH 16/20] dt-bindings: watchdog: renesas,wdt: Document r8a774e1 support
` [PATCH 17/20] arm64: dts: renesas: r8a774e1: Add RWDT node
` [PATCH 18/20] dt-bindings: can: rcar_can: Document r8a774e1 support
` [PATCH 19/20] dt-bindings: can: rcar_canfd: "
` [PATCH 20/20] arm64: dts: renesas: r8a774e1: Add CAN[FD] support

[PATCH v2 0/5] cpuidle: psci: Various improvements for PSCI PM domains
 2020-07-15  9:53 UTC  (2+ messages)

[PATCH] Revert "thermal: mediatek: fix register index error"
 2020-07-15  9:19 UTC  (2+ messages)

[PATCH v3 1/5] power: supply: core: add quick charge type property
 2020-07-15  7:10 UTC  (7+ messages)
` [PATCH v3 2/5] power: supply: core: add wireless charger adapter "
` [PATCH v3 3/5] power: supply: core: add wireless signal strength property
` [PATCH v3 4/5] power: supply: core: property to control reverse charge
` [PATCH v3 5/5] power: supply: core: supply battery soc with decimal form

[PATCH v4 1/4] thermal: core: Add helpers to browse the cdev, tz and governor list
 2020-07-15  6:09 UTC  (9+ messages)
` [PATCH v4 4/4] thermal: core: Add notifications call in the framework

[PATCH] power: supply: add "Wireless" to power_supply_type and power_supply_type_text
 2020-07-15  5:38 UTC 

[PATCH] cpufreq: imx: Select NVMEM_IMX_OCOTP
 2020-07-15  3:44 UTC  (2+ messages)

[PATCH v7 2/8] cpufreq: mediatek: Enable clock and regulator
 2020-07-15  3:38 UTC  (2+ messages)

[PATCH v2] powercap: Add Power Limit4 support
 2020-07-15  0:13 UTC  (3+ messages)

[PATCH v3 0/6] power: supply: max17040 support compatible devices
 2020-07-14 21:08 UTC  (5+ messages)
` [PATCH v3 2/6] dt-bindings: power: supply: Extend max17040 compatibility

[PATCH] cpufreq: intel_pstate: Avoid enabling HWP if EPP is not supported
 2020-07-14 18:17 UTC 

[PATCH v2 0/7] Add SM8150 and SM8250 interconnect drivers
 2020-07-14 17:23 UTC  (3+ messages)
` [PATCH v2 1/7] dt-bindings: interconnect: single yaml file for RPMh "

[PATCH v2 1/1] power: Emit changed uevent on wakeup_sysfs_add/remove
 2020-07-14 16:41 UTC  (2+ messages)
  ` [power] 47b918cf9a: kmsg.power_supply_ADP1:Error_in_uevent_for_wakeup_sysfs_add

pm/testing baseline: 68 runs, 1 regressions (v5.8-rc5-44-g71865a3b9f0a)
 2020-07-14 15:58 UTC 

pm/testing build: 7 builds: 0 failed, 7 passed, 8 warnings (v5.8-rc5-44-g71865a3b9f0a)
 2020-07-14 15:13 UTC 

[PATCH 0/6] Add support for ipq8064 tsens
 2020-07-14 14:26 UTC  (5+ messages)
` [PATCH 3/6] dt-bindings: thermal: tsens: document ipq8064 bindings
    ` R: "

[PATCH] PM / Domains: Restore comment indentation for generic_pm_domain.child_links
 2020-07-14 13:16 UTC  (2+ 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).