public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-30 21:37:36 to 2026-02-03 20:36:34 UTC [more...]

[PATCH v3 0/3] Clk improvements
 2026-02-03 20:36 UTC  (28+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern

[PATCH v7 0/7] Enhanced autonomous selection and improvements
 2026-02-03 20:28 UTC  (14+ messages)
` [PATCH v7 4/7] ACPI: CPPC: add APIs and sysfs interface for min/max_perf

[PATCH v2] PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against races
 2026-02-03 20:26 UTC  (3+ messages)

[PATCH 0/7] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
 2026-02-03 20:20 UTC  (14+ messages)
` [PATCH 5/7] i3c: mipi-i3c-hci: Allow parent to manage runtime PM

[PATCH] PM: sleep: core: Fix sync issues between work_in_progress and must_resume
 2026-02-03 20:06 UTC  (2+ messages)

[PATCH v2 0/2] Add QEMU virt-ctrl driver and update m68k virt
 2026-02-03 17:08 UTC  (3+ messages)
` [PATCH v2 1/2] power: reset: Add QEMU virt-ctrl driver
` [PATCH v2 2/2] m68k: virt: Switch to qemu-virt-ctrl driver

[PATCH v1 0/9] mfd: Add support for Asus Transformer embedded controller
 2026-02-03 16:58 UTC  (22+ messages)
` [PATCH v1 1/9] dt-bindings: misc: document ASUS Transformers EC Dockram
` [PATCH v1 2/9] misc: Support Asus Transformer's EC access device
` [PATCH v1 3/9] dt-bindings: mfd: document ASUS Transformer EC
` [PATCH v1 4/9] mfd: Add driver for Asus Transformer embedded controller
` [PATCH v1 5/9] input: serio: Add driver for Asus Transformer dock keyboard and touchpad
` [PATCH v1 6/9] input: keyboard: Add driver for Asus Transformer dock multimedia keys
` [PATCH v1 7/9] leds: Add driver for Asus Transformer LEDs
` [PATCH v1 8/9] power: supply: Add driver for Asus Transformer battery
` [PATCH v1 9/9] power: supply: Add charger driver for Asus Transformers

Performance regressions introduced via Revert "cpuidle: menu: Avoid discarding useful information" on 5.15 LTS
 2026-02-03 16:45 UTC  (18+ messages)

[PATCH] arm64: dts: imx8mq: Restore VPU G2 clock to 600MHz for 4K60fps decoding
 2026-02-03 15:40 UTC  (14+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 2a48915a685167960b79dc8f3a605864d9793883
 2026-02-03 13:40 UTC 

[PATCH 1/2] pmdomain: imx8mp-blk-ctrl: set awake path for power_dev if attached device needs wakeup
 2026-02-03 11:06 UTC  (3+ messages)
` [PATCH 2/2] pmdomain: imx: gpcv2: keep usb phy power domain on for wakeup

[PATCH v2 0/8] media: qcom: iris/venus: fix power domain handling on SM8250
 2026-02-03 10:40 UTC  (26+ messages)
` [PATCH v2 1/8] dt-bindings: clock: qcom,sm8250-videocc: account for the MX domain
` [PATCH v2 2/8] pmdomain: de-constify fields struct dev_pm_domain_attach_data
` [PATCH v2 3/8] media: dt-bindings: qcom,sm8250-venus: sort out power domains
` [PATCH v2 4/8] media: iris: scale MMCX power domain on SM8250
` [PATCH v2 5/8] media: venus: "
` [PATCH v2 6/8] arm64: dts: qcom: sm8250: add MX power domain to the video CC
` [PATCH v2 7/8] arm64: dts: qcom: sort out Iris power domains
` [PATCH v2 8/8] arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table

[PATCH] cpufreq: docs: Update description of rate_limit_us default value
 2026-02-03  9:35 UTC 

[PATCH] cpufreq: intel_pstate: Enable asym capacity only when cpu smt is not possible
 2026-02-03  2:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against races
 2026-02-02 20:55 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] Add wakeup_source iterators
 2026-02-02 20:40 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] PM: wakeup: Handle empty list in wakeup_sources_walk

[PATCH bpf-next v3 2/3] bpf: Add wakeup_source iterator
 2026-02-02 20:33 UTC  (3+ messages)

[PATCH 0/3] Enable QoS configuration on QCS615
 2026-02-02 20:33 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: interconnect: qcom,qcs615-rpmh: add clocks property to enable QoS
` [PATCH 2/3] interconnect: qcom: qcs615: enable QoS configuration
` [PATCH 3/3] arm64: dts: qcom: talos: Add clocks for "

[PATCH bpf-next v3 3/3] selftests/bpf: Add tests for wakeup_sources
 2026-02-02 20:27 UTC  (3+ messages)

[PATCH] thermal/drivers/qcom/lmh: Remove spurious IRQF_ONESHOT
 2026-02-02 20:22 UTC  (5+ messages)

[PATCH 0/3] Add support for MT8189 power controller
 2026-02-02 14:59 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: power: Add MediaTek MT8189 power domain
` [PATCH 2/3] pmdomain: mediatek: Add bus protect control flow for MT8189
` [PATCH 3/3] pmdomain: mediatek: Add power domain driver for MT8189 SoC

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2026-02-02 13:04 UTC  (19+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH 1/1] power: supply: twl4030_charger: check return values in twl4030_charger_enable_usb()
 2026-02-02 12:09 UTC 

[PATCH 0/2] PM: QoS/pmdomains: support resume latencies for system-wide PM
 2026-02-02 11:49 UTC  (3+ messages)
` [PATCH 2/2] pmdommain: add support system-wide resume latency constraints

[PATCH v1 0/8] Add RemoteProc cooling support
 2026-02-02 10:59 UTC  (7+ messages)
` [PATCH v1 1/8] thermal: Add Remote Proc cooling driver

[rafael-pm:bleeding-edge] BUILD SUCCESS 534893ccf20087cf5e31fdaec25247bff6ec82a7
 2026-02-02  1:16 UTC 

[PATCH 0/2] Add support for Samsung S2MU005 battery fuel gauge device
 2026-02-01 14:29 UTC  (6+ messages)
` [PATCH 2/2] power: supply: add support for "

[PATCH] drivers: thermal: intel: tcc_cooling: remove unused variable
 2026-02-01 13:02 UTC  (2+ messages)

[PATCH 0/8] media: qcom: iris/venus: fix power domain handling on SM8250
 2026-01-31 18:34 UTC  (10+ messages)
` [PATCH 1/8] dt-bindings: clock: qcom,sm8250-videocc: account for the MX domain
` [PATCH 2/8] pmdomain: de-constify fields struct dev_pm_domain_attach_data
` [PATCH 3/8] media: dt-bindings: qcom,sm8250-venus: sort out power domains
` [PATCH 4/8] media: iris: scale MMCX power domain on SM8250
` [PATCH 5/8] media: venus: "
` [PATCH 6/8] arm64: dts: qcom: sm8250: add MX power domain to the video CC
` [PATCH 7/8] arm64: dts: qcom: sort out Iris power domains
` [PATCH 8/8] arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table

[PATCH V10 0/4] Add support for QCOM SPMI PMIC5 Gen3 ADC
 2026-01-31 17:54 UTC  (5+ messages)
` [PATCH V10 3/4] iio: adc: Add support for QCOM "
` [PATCH V10 4/4] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring

[PATCH] tools/power/cpupower: Replace strcpy/strcat with snprintf in powercap.c
 2026-01-31 16:42 UTC 

[PATCH V2] pmdomain: rockchip: quiet regulator error on -EPROBE_DEFER
 2026-01-31 16:36 UTC  (2+ messages)

[PATCH v1 2/8] remoteproc: qcom: probe all child devices
 2026-01-31 11:45 UTC  (14+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS c0be52333b2b518d73c77408cee2822c1e50f13c
 2026-01-31  7:54 UTC 

[PATCH 0/6] cpufreq: Introduce boost frequency QoS
 2026-01-31  4:11 UTC  (7+ messages)
` [PATCH 1/6] cpufreq: Remove per-CPU QoS constraint
` [PATCH 2/6] cpufreq: Add boost_freq_req QoS request
` [PATCH 3/6] cpufreq: Centralize boost freq QoS requests

[PATCH v7 0/2] Add Apple Silicon SMC power driver
 2026-01-31  3:48 UTC  (3+ messages)
` [PATCH v7 1/2] power: supply: Add macsmc-power driver for Apple Silicon
` [PATCH v7 2/2] mfd: macsmc: Wire up Apple SMC power driver

[PATCH v6 0/2] Add Apple Silicon SMC power driver
 2026-01-30 23:30 UTC  (3+ messages)

[PATCH] power: supply: bd71828: Use dev_err_probe()
 2026-01-30 22:24 UTC  (2+ messages)

[PATCH v2] power: supply: qcom_battmgr: Recognize "LiP" as lithium-polymer
 2026-01-30 22:24 UTC  (2+ messages)

[PATCH v2 0/2] power: supply: wm97xx: Use devm-variants in probe
 2026-01-30 22:24 UTC  (2+ messages)

[PATCH v4 0/6] dt-bindings: goldfish: Convert to DT schema
 2026-01-30 22:24 UTC  (2+ messages)
` (subset) "

[PATCH] power: supply: pm8916_lbc: Fix use-after-free for extcon in IRQ handler
 2026-01-30 22:24 UTC  (2+ messages)

[PATCH v1] power: reset: tdx-ec-poweroff: fix restart
 2026-01-30 22:24 UTC  (2+ messages)

[PATCH v2 0/2] power: supply: gpio-charger: add support for fast-charge timer
 2026-01-30 22:19 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: "
` [PATCH v2 2/2] "

[PATCH 0/2] Add QEMU virt-ctrl driver and update m68k virt
 2026-01-30 21:55 UTC  (3+ messages)
` [PATCH 1/2] power: reset: Add QEMU virt-ctrl driver

[PATCH 1/2] power: supply: sbs-battery: Reject all-zero readings as battery absent
 2026-01-30 21:37 UTC  (3+ messages)
` [PATCH 2/2] power: supply: sbs-battery: Add support for polling battery status


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