Linux Power Management development
 help / color / mirror / Atom feed
 messages from 2026-05-15 14:39:09 to 2026-05-19 07:56:54 UTC [more...]

[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-19  7:56 UTC  (54+ messages)
` [PATCH v3 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v3 02/27] rust: driver: move 'static bounds to constructor
` [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 11/27] rust: platform: "
` [PATCH v3 12/27] rust: auxiliary: "
` [PATCH v3 13/27] rust: usb: "
` [PATCH v3 14/27] rust: i2c: "
` [PATCH v3 15/27] rust: driver: update module documentation for GAT-based Data type
` [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 20/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v3 21/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v3 22/27] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH REF v3 23/27] gpu: nova-core: "
` [PATCH REF v3 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v3 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v3 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v3 27/27] gpu: drm: tyr: use lifetime for IoMem

[PATCH] thermal: armada: replace msleep with usleep_range for short durations
 2026-05-19  7:43 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS e76f50cb8598cc3294012686a9174d3b10b30dc4
 2026-05-19  7:40 UTC 

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

[PATCH 0/2] power: qcom,rpmpd: Add support for Shikra
 2026-05-19  6:19 UTC  (8+ messages)
` [PATCH 2/2] soc: qcom: rpmpd: Add Shikra RPM Power Domains

[PATCH] PM: Use LIST_HEAD() to initialize on stack list head
 2026-05-19  5:59 UTC 

[PATCH v5 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-05-19  5:38 UTC  (6+ messages)
` [PATCH v5 3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC

[PATCH] thermal: amlogic: Allow COMPILE_TEST
 2026-05-19  3:58 UTC 

[PATCH] sched/fair: Revert boost in cpu_util()
 2026-05-19  2:41 UTC  (5+ messages)

[PATCH 0/3] pmdomain: qcom: rpmhpd: Add power domains for Nord SoC
 2026-05-19  1:48 UTC  (2+ messages)

[PATCH] power: reset: st-poweroff: Use of_device_get_match_data()
 2026-05-19  0:41 UTC 

[PATCH 0/3] Shrink time spent in copy_data_pages()
 2026-05-18 21:34 UTC  (4+ messages)
` [PATCH 1/3] PM: hibernate: Print speed statistics of copy_data_pages()
` [PATCH 2/3] PM: hibernate: Add platform_enter hibernation test level
` [PATCH 3/3] PM: hibernate: Allow disabling zero page check in copy_data_pages()

[PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
 2026-05-18 20:58 UTC  (10+ messages)
` [PATCH 4/4] mm/page_alloc: remove ifdefs from pindex helpers
    ` [PATCH v2] mm/page_alloc: tidy up "

[PATCH v6 0/4] Update the thermal support for imx93
 2026-05-18 18:50 UTC  (2+ messages)

[PATCH v3 0/2] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-05-18 18:08 UTC  (11+ messages)
` [PATCH v3 2/2] "

[PATCH] thermal: imx: do not split quoted string across lines
 2026-05-18 17:56 UTC  (2+ messages)

[PATCH] thermal: of: fix trailing whitespace and repeated word
 2026-05-18 17:55 UTC  (2+ messages)

[PATCH v22 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-05-18 16:45 UTC  (9+ messages)
` [PATCH v22 07/13] power: reset: Add psci-reboot-mode driver
` [PATCH v22 08/13] mfd: core: Add firmware-node support to MFD cells
` [PATCH v22 09/13] mfd: psci-mfd: Add psci-reboot-mode child cell

[PATCH v6 0/8] Add VIM4 MCU/FAN support
 2026-05-18 14:17 UTC  (10+ messages)
` [PATCH v6 1/8] dt-bindings: mfd: khadas: Add new compatible for Khadas VIM4 MCU
` [PATCH v6 2/8] dt-bindings: i2c: amlogic: Add compatible for T7 SOC
` [PATCH v6 3/8] mfd: khadas-mcu: Add per-variant configuration infrastructure and VIM4 support
` [PATCH v6 4/8] mfd: khadas-mcu: Add support for VIM4 MCU variant
` [PATCH v6 5/8] thermal: khadas-mcu-fan: Add fan config from platform data Add regulator support
` [PATCH v6 6/8] arm64: dts: amlogic: t7: Add i2c pinctrl node
` [PATCH v6 7/8] arm64: dts: amlogic: t7: Add i2c controller node
` [PATCH v6 8/8] arm64: dts: amlogic: t7: khadas-vim4: Add i2c MCU fan node

[PATCH v6 00/12] Add support for SCMIv4.0 Powercap Extensions
 2026-05-18 13:52 UTC  (13+ messages)
` [PATCH v6 01/12] firmware: arm_scmi: Add an optional custom parameter to fastchannel helpers
` [PATCH v6 02/12] firmware: arm_scmi: Refactor powercap domain layout
` [PATCH v6 03/12] firmware: arm_scmi: Add SCMIv4.0 Powercap basic support
` [PATCH v6 04/12] firmware: arm_scmi: Add SCMIv4.0 Powercap FCs support
` [PATCH v6 05/12] firmware: arm_scmi: Add SCMIV4.0 Powercap notifications support
` [PATCH v6 06/12] firmware: arm_scmi: Extend powercap report to include MAI
` [PATCH v6 07/12] include: trace: Add new parameter to trace_scmi_fc_call
` [PATCH v6 08/12] powercap: arm_scmi: Enable multiple constraints support
` [PATCH v6 09/12] firmware: arm_scmi: add Powercap MAI get/set support
` [PATCH v6 10/12] powercap: arm_scmi: Create synthetic parent node for multi-instance
` [PATCH v6 11/12] powercap: arm_scmi: Add get_power_uw to synthetic node
` [PATCH v6 12/12] powercap: arm_scmi: Synthetic zone enable/disable

[PATCH v3] PM: hibernate: call preallocate_image after freeze prepare
 2026-05-18 13:44 UTC  (5+ messages)

[PATCH v2] cpufreq: Documentation: fix sampling_down_factor range
 2026-05-18 13:34 UTC 

[PATCH] cpufreq: Documentation: fix sampling_down_factor documentation range
 2026-05-18 13:12 UTC  (3+ messages)

[PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi cpu-bwmon compatible
 2026-05-18 12:28 UTC  (3+ messages)

[PATCH v6 0/7] mfd: Add support for Asus Transformer embedded controller
 2026-05-18 10:27 UTC  (8+ messages)
` [PATCH v6 2/7] mfd: Add driver for ASUS "

[PATCH] sched/fair: Update util_est after updating util_avg during dequeue
 2026-05-18 10:23 UTC 

[PATCH v6 00/11] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-05-18 10:23 UTC  (13+ messages)
` [PATCH v6 02/11] dt-bindings: extcon: document Samsung S2M series PMIC extcon device
` [PATCH v6 03/11] dt-bindings: mfd: add documentation for S2MU005 PMIC

[PATCH v7 0/7] mfd: Add support for Asus Transformer embedded controller
 2026-05-18  9:59 UTC  (8+ messages)
` [PATCH v7 1/7] dt-bindings: embedded-controller: document ASUS Transformer EC
` [PATCH v7 2/7] mfd: Add driver for ASUS Transformer embedded controller
` [PATCH v7 3/7] input: serio: Add driver for ASUS Transformer dock keyboard and touchpad
` [PATCH v7 4/7] input: keyboard: Add driver for ASUS Transformer dock multimedia keys
` [PATCH v7 5/7] leds: Add driver for ASUS Transformer LEDs
` [PATCH v7 6/7] power: supply: Add driver for ASUS Transformer battery
` [PATCH v7 7/7] power: supply: Add charger driver for Asus Transformers

[PATCH RFC 00/12] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-05-18  9:13 UTC  (4+ messages)
` [PATCH RFC 05/12] usb: hub: Power on connected M.2 E-key connectors

[PATCH] cpufreq-stats: document limitations on modern cpufreq drivers
 2026-05-18  9:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/6] devfreq: Add refcounts for governor modules
 2026-05-18  9:00 UTC  (6+ messages)
` [PATCH v2 5/6] devfreq: Get and put module refcount when switching governor

[PATCH v2 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-05-18  8:46 UTC  (11+ messages)
` [PATCH v2 2/2] riscv: dts: spacemit: Add cpu scaling "

[PATCH/RFC 00/14] R-Car X5H Ironhide SCMI CPG/MDLC remapping
 2026-05-17 20:58 UTC  (9+ messages)
` [PATCH/RFC 05/14] firmware: arm_scmi: Add scmi_get_base_info()

[PATCH 0/3] Enable icc-clk support for Qualcomm ipq5210
 2026-05-17 18:51 UTC  (5+ messages)
` [PATCH 2/3] clk: qcom: ipq5210: Use icc-clk for enabling NoC related clocks

[PATCH v5] thermal: qcom: tsens: atomic temperature read with hardware-guided retries
 2026-05-17 15:16 UTC  (2+ messages)

[PATCH] dt-bindings: thermal: qcom-tsens: Document the Hawi Temperature Sensor
 2026-05-17 15:04 UTC  (2+ messages)

[PATCH] dt-bindings: thermal: qcom-tsens: Document the Shikra Temperature Sensor
 2026-05-17 15:02 UTC  (2+ messages)

[PATCH] drivers: qcom: fix typo in comment
 2026-05-17 15:00 UTC  (3+ messages)

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

[RFC PATCH 0/3] Rust: add runtime PM support
 2026-05-16 20:35 UTC 

[PATCH v5 0/8] Add VIM4 MCU/FAN support
 2026-05-16 15:17 UTC  (4+ messages)
` [PATCH v5 4/8] mfd: khadas-mcu: Add support for VIM4 MCU variant

[rafael-pm:bleeding-edge] BUILD SUCCESS 5e01adb0fe2c47e8506ad1c46c6ed385f45c7f6e
 2026-05-16 13:29 UTC 

[rafael-pm:fixes] BUILD SUCCESS dc4cb374038489f7b1e7a7f31e3b1e3d2646c8a4
 2026-05-16  6:15 UTC 

[PATCH 0/3] Add support for Battery Status AMS
 2026-05-16  3:16 UTC  (7+ messages)
` [PATCH 1/3] power: Add power_supply_get_battery_all() to fetch battery psy handles
` [PATCH 3/3] power: supply: max17042: add handler for energy_now property

[PATCH] sched/fair: Call update_util_est() after dequeue_entities()
 2026-05-16  3:08 UTC  (7+ messages)

[PATCH v7 00/10] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-05-15 21:38 UTC  (11+ messages)
` [PATCH v7 01/10] dt-bindings: leds: document Samsung S2M series PMIC flash LED device
` [PATCH v7 02/10] dt-bindings: extcon: document Samsung S2M series PMIC extcon device
` [PATCH v7 03/10] dt-bindings: mfd: add documentation for S2MU005 PMIC
` [PATCH v7 04/10] mfd: sec: add support "
` [PATCH v7 05/10] mfd: sec: set DMA coherent mask
` [PATCH v7 06/10] leds: flash: add support for Samsung S2M series PMIC flash LED device
` [PATCH v7 07/10] leds: rgb: add support for Samsung S2M series PMIC RGB "
` [PATCH v7 08/10] Documentation: leds: document pattern behavior of Samsung S2M series PMIC RGB LEDs
` [PATCH v7 09/10] extcon: add support for Samsung S2M series PMIC extcon devices
` [PATCH v7 10/10] power: supply: add support for Samsung S2M series PMIC charger device

[PATCH v1] include: Remove unused jz4740-battery.h
 2026-05-15 18:50 UTC 

[PATCH] powercap: intel_rapl_tpmi: Handle PMU registration failure during probe
 2026-05-15 18:42 UTC 

[PATCH 1/3] cpufreq: amd-pstate: Use trace_call__##name() at guarded tracepoint call site
 2026-05-15 18:40 UTC  (3+ messages)

[PATCH] powercap: intel_rapl: Fix memory leak in rapl_add_package_cpuslocked()
 2026-05-15 18:26 UTC 

[PATCH v1] ACPI: battery: Fix system wakeup on critical battery status
 2026-05-15 17:03 UTC 


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