Linux Power Management development
 help / color / mirror / Atom feed
 messages from 2026-05-19 08:55:55 to 2026-05-20 20:38:48 UTC [more...]

[PATCH 0/3] intel_idle: Drop C-states redundant when PC6 is disabled
 2026-05-20 20:38 UTC  (2+ messages)

[PATCH v3] PM: hibernate: call preallocate_image after freeze prepare
 2026-05-20 20:27 UTC  (6+ messages)

[GIT PULL] amd-pstate fixes for 7.1 (2026-05-14)
 2026-05-20 20:06 UTC  (2+ messages)

[PATCH 0/3] Enable QoS configuration on X1E80100
 2026-05-20 19:33 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: interconnect: qcom,x1e80100-rpmh: add clocks property to enable QoS

[PATCH] interconnect: qcom: icc-rpmh: Fix resource leak in case of missing QoS clocks
 2026-05-20 19:19 UTC 

[PATCH 1/2] interconnect: qcom: x1e80100: Revert ABI break
 2026-05-20 18:49 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: interconnect: qcom,x1e80100-rpmh: "

[RFC PATCH 33/40] PM: hibernate: walk per-superpageblock free lists in mark_free_pages
 2026-05-20 18:19 UTC  (2+ messages)

[PATCH mainline-linux] thermal/core: Populate max_state before setting up cooling dev sysfs
 2026-05-20 18:07 UTC  (3+ messages)

[PATCH v22 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-05-20 17:51 UTC  (5+ messages)
` [PATCH v22 08/13] mfd: core: Add firmware-node support to MFD cells

[PATCH RFC 00/12] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-05-20 16:01 UTC  (2+ messages)

[PATCH v5 0/7] thermal/drivers: airoha: Add support for AN7583
 2026-05-20 15:55 UTC  (8+ messages)
` [PATCH v5 1/7] thermal/drivers: airoha: fix copy paste error on clamp_t low temp
` [PATCH v5 2/7] thermal/drivers: airoha: fix copy paste error for sen internal
` [PATCH v5 3/7] thermal/drivers: airoha: Convert to regmap API
` [PATCH v5 4/7] thermal/drivers: airoha: Generalize probe function
` [PATCH v5 5/7] thermal/drivers: airoha: Generalize get_thermal_ADC and set_mux function
` [PATCH v5 6/7] dt-bindings: arm: airoha: Add the chip-scu node for AN7583 SoC
` [PATCH v5 7/7] thermal/drivers: airoha: Add support for AN7583 Thermal Sensor

[RFC PATCH 0/2] Add driver for TI BQ25630 charger
 2026-05-20 15:49 UTC  (2+ messages)

[PATCH 0/2] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
 2026-05-20 15:20 UTC  (4+ messages)
` [PATCH 1/2] iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driver

[PATCH v5 0/9] Add support for MT6392 PMIC
 2026-05-20 15:00 UTC  (3+ messages)
` [PATCH v5 5/9] mfd: mt6397: "

[PATCH 2/9] dt-bindings: mfd: mediatek: mt6397: Add MT6365 PMIC support
 2026-05-20 14:41 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-05-20 14:41 UTC  (9+ messages)
` [PATCH 1/3] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
` [PATCH 2/3] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq
` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support

[PATCH 1/9] dt-bindings: mfd: mediatek: mt6397: Add rtc for MT6359
 2026-05-20 14:40 UTC  (2+ messages)
` (subset) "

[rafael-pm:bleeding-edge] BUILD SUCCESS 7255cd3212fa92c0c39605bf59eeae7d5cdf35e4
 2026-05-20 13:00 UTC 

[PATCH v2 0/2] Add cpufreq scaling support for Qualcomm Shikra SoC
 2026-05-20 12:41 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: cpufreq: qcom-hw: Document Shikra CPUFREQ Hardware
` [PATCH v2 2/2] cpufreq: qcom: Add cpufreq scaling support for Qualcomm Shikra SoC

[PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi llcc-bwmon compatible
 2026-05-20 12:22 UTC 

[PATCH RESEND v8 00/10] SPMI: Implement sub-devices and migrate drivers
 2026-05-20 11:51 UTC  (3+ messages)

[PATCH] cpufreq: conservative: Fix incorrect frequency decrease due to stale target
 2026-05-20 11:16 UTC  (13+ messages)

[PATCH] thermal: renesas: rzg3e: Drop stale syscon documentation
 2026-05-20 10:10 UTC  (5+ messages)

[PATCH v2 0/4] cpufreq: Set policy->min and max as real QoS constraints
 2026-05-20 10:03 UTC  (11+ messages)
` [PATCH v2 1/4] cpufreq: Extract cpufreq_policy_init_qos() function
` [PATCH v2 2/4] cpufreq: Set default policy->min/max values for all drivers
` [PATCH v2 3/4] cpufreq: Remove driver default policy->min/max init
` [PATCH v2 4/4] cpufreq: Use policy->min/max init as QoS request

[rafael-pm:fixes] BUILD SUCCESS d9d246eff98a551e2f555d4cc3c4bb1d3af2719c
 2026-05-20  9:36 UTC 

[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-20  9:34 UTC  (44+ messages)
` [PATCH v3 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v3 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v3 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v3 06/27] rust: platform: "
` [PATCH v3 07/27] rust: auxiliary: "
` [PATCH v3 08/27] rust: usb: "
` [PATCH v3 09/27] rust: device: "
` [PATCH v3 10/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v3 16/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v3 17/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v3 18/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v3 19/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v3 22/27] rust: driver-core: rename 'a lifetime to 'bound

[PATCH v6 00/12] Add support for SCMIv4.0 Powercap Extensions
 2026-05-20  8:58 UTC  (3+ messages)
` [PATCH v6 06/12] firmware: arm_scmi: Extend powercap report to include MAI

[PATCH] PM: hibernate: make LZ4 available for hibernation compression
 2026-05-20  8:12 UTC 

[PATCH v5] cpufreq: cppc: mask Desired_Excursion when autonomous selection is enabled
 2026-05-20  8:13 UTC  (2+ messages)

[PATCH 0/1] cpufreq: Set policy->min and max as real QoS constraints
 2026-05-20  8:11 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] OPP: of: Fix potential memory leak in opp_parse_supplies()
 2026-05-20  7:54 UTC  (2+ messages)

[PATCH v4 0/5] thermal/drivers: airoha: Add support for AN7583
 2026-05-20  7:05 UTC  (7+ messages)
` [PATCH v4 1/5] thermal/drivers: airoha: Convert to regmap API
` [PATCH v4 2/5] thermal/drivers: airoha: Generalize probe function
` [PATCH v4 3/5] thermal/drivers: airoha: Generalize get_thermal_ADC and set_mux function
` [PATCH v4 4/5] dt-bindings: arm: airoha: Add the chip-scu node for AN7583 SoC
` [PATCH v4 5/5] thermal/drivers: airoha: Add support for AN7583 Thermal Sensor

[PATCH] cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks
 2026-05-20  7:02 UTC 

[PATCH v2] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-20  3:56 UTC  (6+ messages)

[PATCH v2] cpufreq: intel_pstate: Sync policy->cur when setting min pstate during CPU offline
 2026-05-20  3:21 UTC 

[PATCH v5 4/5] PCI: dwc: Use common D3cold eligibility helper in suspend path
 2026-05-20  0:01 UTC 

[PATCH RESEND] cpufreq: intel_pstate: Sync policy->cur when setting min pstate during CPU offline
 2026-05-19 17:56 UTC  (2+ messages)

[PATCH 0/3] Add Qualcomm SPEL powercap driver
 2026-05-19 17:40 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: power: limits: Describe Qualcomm SPEL hardware
` [PATCH 2/3] powercap: qcom: Add SPEL powercap driver
` [PATCH 3/3] arm64: dts: qcom: glymur: Enable "

[REGRESSION] Toshiba Fn keys + lidswitch
 2026-05-19 17:26 UTC  (6+ messages)

[PATCH v3 0/2] pmdomain: imx: Fix i.MX8MP VC8000E power up sequence
 2026-05-19 15:31 UTC  (5+ messages)
` [PATCH v3 1/2] pmdomain: imx: Fix i.MX8MP power notifier
` [PATCH v3 2/2] pmdomain: imx: Fix i.MX8MP VC8000E power up sequence

[PATCH v6 00/11] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-05-19 13:31 UTC  (12+ messages)
` [PATCH v6 03/11] dt-bindings: mfd: add documentation for S2MU005 PMIC

[PATCH] sched/fair: Revert boost in cpu_util()
 2026-05-19 13:30 UTC  (6+ messages)

[PATCH v3 0/4] devfreq: Add refcounts for governor modules
 2026-05-19 11:32 UTC  (5+ messages)
` [PATCH v3 1/4] devfreq: Use mutex guard in governor_store()
` [PATCH v3 2/4] devfreq: Use mutex guard in devfreq_add/remove_governor()
` [PATCH v3 3/4] devfreq: Factor out devfreq_set_governor()
` [PATCH v3 4/4] devfreq: Refcount governor modules while in use

[PATCH] power: supply: Use named initializers for arrays of i2c_device_data
 2026-05-19 11:17 UTC  (2+ messages)

[PATCH 0/2] qcom_battmgr: Add batteryless DC-adapter MAINS support
 2026-05-19 10:58 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: pmic-glink: Document batteryless property

[PATCH v2 00/13] sched/fair/schedutil: Better manage system response time
 2026-05-19 10:56 UTC  (4+ messages)
` [PATCH v2 RFC 08/13] sched/qos: Add a new sched-qos interface

[rafael-pm:fixes] BUILD SUCCESS add7895696b625ef659e1a5e252ff7e29421bfcf
 2026-05-19  9:44 UTC 

[PATCH v3 0/9] Fixes/improvements for the PCI M.2 power sequencing driver
 2026-05-19  8:56 UTC  (10+ messages)
` [PATCH v3 1/9] power: sequencing: pcie-m2: Fix inconsistent function prefixes
` [PATCH v3 2/9] power: sequencing: pcie-m2: Allow creating serdev for multiple PCI devices
` [PATCH v3 3/9] power: sequencing: pcie-m2: Improve PCI device ID check
` [PATCH v3 4/9] power: sequencing: pcie-m2: Create serdev for PCI devices present before probe
` [PATCH v3 5/9] power: sequencing: pcie-m2: Create BT node based on the pci_device_id[] table
` [PATCH v3 6/9] power: sequencing: Add an API to return the pwrseq device's 'dev' pointer
` [PATCH v3 7/9] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v3 8/9] Bluetooth: hci_qca: Rename 'power_ctrl_enabled' to 'bt_en_available'
` [PATCH v3 9/9] Bluetooth: hci_qca: Set 'bt_en_available' based on W_DISABLE2# presence in M.2 connector


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox