linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-25 23:13:17 to 2025-06-28 09:11:03 UTC [more...]

[PATCH v6 00/15] further mt7988 devicetree work
 2025-06-28  9:10 UTC  (9+ messages)
` [PATCH v6 08/15] arm64: dts: mediatek: mt7988: add basic ethernet-nodes
` [PATCH v6 09/15] arm64: dts: mediatek: mt7988: add switch node
` [PATCH v6 10/15] arm64: dts: mediatek: mt7988a-bpi-r4: add proc-supply for cci
` [PATCH v6 11/15] arm64: dts: mediatek: mt7988a-bpi-r4: drop unused pins
` [PATCH v6 12/15] arm64: dts: mediatek: mt7988a-bpi-r4: add gpio leds
` [PATCH v6 13/15] arm64: dts: mediatek: mt7988a-bpi-r4: add aliases for ethernet
` [PATCH v6 14/15] arm64: dts: mediatek: mt7988a-bpi-r4: add sfp cages and link to gmac
` [PATCH v6 15/15] arm64: dts: mediatek: mt7988a-bpi-r4: configure switch phys and leds

[PATCH v6 00/15] further mt7988 devicetree work
 2025-06-28  9:03 UTC  (6+ messages)
` [PATCH v6 01/15] dt-bindings: net: mediatek,net: update for mt7988
` [PATCH v6 02/15] dt-bindings: net: mediatek,net: allow irq names
` [PATCH v6 03/15] dt-bindings: net: mediatek,net: update for mt7988
` [PATCH v6 04/15] dt-bindings: net: dsa: mediatek,mt7530: add dsa-port definition "
` [PATCH v6 05/15] dt-bindings: net: dsa: mediatek,mt7530: add internal mdio bus

[PATCH v2 0/3] replace `allow(...)` lints with `expect(...)`
 2025-06-28  7:18 UTC  (7+ messages)
` [PATCH v2 1/3] replace `#[allow(...)]` with `#[expect(...)]`
` [PATCH v2 2/3] rust: remove `#[allow(clippy::unnecessary_cast)]`
` [PATCH v2 3/3] rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`

[PATCH v3 0/3] replace `allow(...)` lints with `expect(...)`
 2025-06-28  7:13 UTC  (5+ messages)
` [PATCH v3 1/3] replace `#[allow(...)]` with `#[expect(...)]`
` [PATCH v3 2/3] rust: remove `#[allow(clippy::unnecessary_cast)]`
` [PATCH v3 3/3] rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`

[RFT][PATCH v4 0/2] PM: sleep: Handle async suppliers like parents and async consumers like children
 2025-06-28  5:31 UTC  (7+ messages)

[PATCH 0/4] Bring the IP0 resource from ICC to clk-rpmh on QCS615
 2025-06-28  1:58 UTC  (8+ messages)
` [PATCH 1/4] arm64: dts: qcom: qcs615: Drop IPA interconnects
` [PATCH 2/4] interconnect: qcom: qcs615: Drop IP0 interconnects
` [PATCH 3/4] dt-bindings: interconnect: qcom,qcs615-rpmh: Drop IPA interconnects
` [PATCH 4/4] clk: qcom: rpmh: Define RPMH_IPA_CLK on QCS615

HP Omnibook Ultra Flip 14 - power profiles
 2025-06-28  0:45 UTC  (7+ messages)

[PATCH 1/3] power: supply: core: Add power_supply_get/set_property_direct()
 2025-06-27 20:55 UTC  (4+ messages)
` [PATCH 2/3] power: supply: test-power: Test access to extended power supply
` [PATCH 3/3] platform/x86: dell-ddv: Fix taking the psy->extensions_sem lock twice

[PATCH 1/3] power: supply: core: Add power_supply_get/set_property_direct()
 2025-06-27 20:51 UTC  (3+ messages)
` [PATCH 2/3] power: supply: test-power: Test access to extended power supply
` [PATCH 3/3] platform/x86: dell-ddv: Fix taking the psy->extensions_sem lock twice

[PATCH 0/2] Enable abort sequence from LPM entry
 2025-06-27 20:48 UTC  (3+ messages)
` [PATCH 1/2] firmware: ti_sci: Enable abort handling of entry to LPM
` [PATCH 2/2] pmdomain: ti_sci: Add LPM abort sequence to suspend path

[PATCH v1 00/13] pmdomain: Partial refactor, add MT8196 support
 2025-06-27 20:15 UTC  (5+ messages)
` [PATCH v1 01/13] dt-bindings: power: mediatek: Document mediatek,bus-protection
` [PATCH v1 02/13] pmdomain: mediatek: Refactor bus protection regmaps retrieval

[PATCH] powercap: dtpm_cpu: Fix NULL pointer dereference race during CPU offlining
 2025-06-27 20:06 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 4b73ba494ac7bab450b34a521a50c07c8500eb0f
 2025-06-27 20:05 UTC 

[linux-drivers-review] [PATCH] powercap: intel_rapl: Add support for Bartlett Lake platform
 2025-06-27 19:55 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] powercap: intel_rapl_msr: Add PL4 support for PantherLake
 2025-06-27 19:47 UTC  (2+ messages)

[PATCH 00/11] power: supply: pmi8998 charger improvements and smb5 support
 2025-06-27 19:40 UTC  (3+ messages)
` [PATCH 01/11] dt-bindings: power: supply: qcom,pmi89980-charger: add pm8150b and 7250b

[PATCH v3 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
 2025-06-27 19:29 UTC  (10+ messages)
` [PATCH v3 1/9] PM: Use true/false as power.needs_force_resume values
` [PATCH v3 2/9] PM: Move two sleep-related functions under CONFIG_PM_SLEEP
` [PATCH v3 3/9] PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPEND
` [PATCH v3 4/9] PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()
` [PATCH v3 5/9] PM: Check power.needs_force_resume in pm_runtime_force_suspend()
` [PATCH v3 6/9] PM: runtime: Introduce __rpm_get_driver_callback()
` [PATCH v3 7/9] PM: sleep: Add strict_midlayer flag to struct dev_pm_info
` [PATCH v3 8/9] ACPI: PM: Set/clear power.strict_midlayer in prepare/complete
` [PATCH v3 9/9] PCI/PM: Set power.strict_midlayer in pci_pm_init()

[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
 2025-06-27 17:10 UTC  (18+ messages)
` [PATCH 03/16] MAINTAINERS: Include genpd.py under GENERIC PM DOMAINS entry
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
` [PATCH 09/16] MAINTAINERS: Include modules.py under MODULE SUPPORT entry
` [PATCH 10/16] MAINTAINERS: Include cpus.py under PER-CPU MEMORY ALLOCATOR entry
` [PATCH 11/16] MAINTAINERS: Include timerlist.py under POSIX CLOCKS and TIMERS entry
` [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
` [PATCH 13/16] MAINTAINERS: Include proc.py under PROC FILESYSTEM entry
` [PATCH 14/16] MAINTAINERS: Include vmalloc.py under VMALLOC entry
` [PATCH 15/16] MAINTAINERS: Include xarray.py under XARRAY entry
` [PATCH 16/16] MAINTAINERS: Include vfs.py under FILESYSTEMS entry

[PATCH v2 0/2] cpufreq: CPPC: idle cpu perf handling
 2025-06-27 17:07 UTC  (7+ messages)
` [PATCH v2 2/2] cpufreq: CPPC: Dont read counters for idle CPUs

[PATCH v2 0/8] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
 2025-06-27 16:27 UTC  (11+ messages)
` [PATCH v2 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH v2 2/8] clk: qcom: ipq5424: Enable NSS NoC clocks to use icc-clk
` [PATCH v2 3/8] dt-bindings: clock: gcc-ipq5424: Add definition for GPLL0_OUT_AUX
` [PATCH v2 4/8] clock: qcom: gcc-ipq5424: Add gpll0_out_aux clock
` [PATCH v2 5/8] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC
` [PATCH v2 6/8] clk: qcom: Add NSS clock controller driver for IPQ5424
` [PATCH v2 7/8] arm64: dts: qcom: ipq5424: Add NSS clock controller node
` [PATCH v2 8/8] arm64: defconfig: Build NSS clock controller driver for IPQ5424

[PATCH v6 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-06-27 15:40 UTC  (8+ messages)
` [PATCH v6 1/3] pmdomain: core: introduce dev_pm_genpd_is_on()
` [PATCH v6 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH v6 3/3] remoteproc: imx_rproc: detect and attach to pre-booted remote cores

[PATCH 00/14] Various dt-bindings for SM7635 and The Fairphone (Gen. 6) addition
 2025-06-27 15:34 UTC  (7+ messages)
` [PATCH 14/14] arm64: dts: qcom: Add The Fairphone (Gen. 6)

[PATCH 0/4] allwinner: a523: Add power controllers
 2025-06-27 15:29 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: power: Add A523 PPU and PCK600 "
` [PATCH 2/4] pmdomain: sunxi: sun20i-ppu: add A523 support
` [PATCH 3/4] pmdomain: sunxi: add driver for Allwinner A523's PCK-600 power controller
` [PATCH 4/4] arm64: dts: allwinner: a523: Add power controller device nodes

question about behaviour of cpuidle on 6.6...seeing *many* missed estimates
 2025-06-27 14:41 UTC  (3+ messages)

[PATCH 0/2] Add interconnect driver for SM7635
 2025-06-27 12:48 UTC  (4+ messages)
` [PATCH 2/2] interconnect: qcom: Add SM7635 interconnect provider driver

[PATCH v3] interconnect: avoid memory allocation when 'icc_bw_lock' is held
 2025-06-27 12:23 UTC  (12+ messages)

TCC cooling on Meteorlake (and ArrowLake)
 2025-06-27 11:47 UTC 

[PATCH v2 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
 2025-06-27 11:14 UTC  (14+ messages)
` [PATCH v2 1/9] PM: Use true/false as power.needs_force_resume values
` [PATCH v2 2/9] PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()
` [PATCH v2 3/9] PM: Move two sleep-related functions under CONFIG_PM_SLEEP
` [PATCH v2 4/9] PM: Check power.needs_force_resume in pm_runtime_force_suspend()
` [PATCH v2 5/9] PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPEND
` [PATCH v2 6/9] PM: runtime: Introduce __rpm_get_driver_callback()
` [PATCH v2 7/9] PM: sleep: Add strict_midlayer flag to struct dev_pm_info
` [PATCH v2 8/9] ACPI: PM: Set/clear power.strict_midlayer in prepare/complete
` [PATCH v2 9/9] PCI: PM: Set power.strict_midlayer in pci_pm_init()

[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
 2025-06-27 10:49 UTC  (4+ messages)
` [PATCH 07/11] iommu/apple-dart: Drop default ARCH_APPLE in Kconfig
` (subset) [PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead

[PATCH v2 0/5] Enable SSRAM support in PTL and LNL
 2025-06-27  8:08 UTC  (5+ messages)
` [PATCH v2 4/5] platform/x86:intel/pmc: Show substate requirement for S0ix blockers

[PATCH] interconnect: increase ICC_DYN_ID_START
 2025-06-27  8:05 UTC  (2+ messages)

[PATCH v4] interconnect: avoid memory allocation when 'icc_bw_lock' is held
 2025-06-27  7:58 UTC 

[PATCH 1/2] pmdomain: renesas: use menu for Renesas
 2025-06-27  7:41 UTC  (2+ messages)

[PATCH V4 0/5] Add Texas Instruments BQ25703A Charger
 2025-06-27  6:58 UTC  (7+ messages)
` [PATCH V4 1/5] dt-bindings: mfd: ti,bq25703a: Add TI "
` [PATCH V4 2/5] mfd: bq257xx: Add support for BQ25703A core driver
` [PATCH V4 3/5] power: supply: bq257xx: Add support for BQ257XX charger
` [PATCH V4 4/5] regulator: bq257xx: Add bq257xx boost regulator driver
` [PATCH V4 5/5] arm64: dts: rockchip: Add USB and charger to Gameforce Ace

[PATCH v2 00/10] PM: EM: Add netlink support for the energy model
 2025-06-27  3:37 UTC  (2+ messages)

[PATCH 00/10] power: supply: ug3105_battery: Switch to power_supply_batinfo_ocv2cap()
 2025-06-26 23:31 UTC  (4+ messages)
` (subset) "

[PATCH V2] powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed
 2025-06-26 19:15 UTC  (2+ messages)

[PATCH] PM: Restrict swap use to later in the suspend sequence
 2025-06-26 18:41 UTC  (3+ messages)

[RRC v1 1/3] thermal/drivers/exynos: Remove unused base_second mapping and references
 2025-06-26 18:22 UTC  (3+ messages)

[RRC v1 2/3] thermal/drivers/exynos: Handle temperature threshold interrupts and clear corresponding IRQs
 2025-06-26 18:21 UTC  (3+ messages)

[PATCH v1 1/1] PM: Don't use "proxy" headers
 2025-06-26 15:42 UTC 

[PATCH v4 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
 2025-06-26 12:59 UTC  (4+ messages)
` [PATCH v4 5/5] arm64: dts: exynos: gs101-oriole: enable Maxim max77759 fuel gauge

[PATCH 0/2] rust: replace `allow(...)` with `expect(...)`
 2025-06-26 11:50 UTC  (5+ messages)
` [PATCH 1/2] replace `#[allow(...)]` with `#[expect(...)]`
` [PATCH 2/2] rust: drop unnecessary lints caught by `#[expect(...)]`

[PATCH v1 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
 2025-06-26 10:59 UTC  (18+ messages)
` [PATCH v1 1/9] PM: Use true/false as power.needs_force_resume values
` [PATCH v1 0/9] PM: Check power.needs_force_resume in pm_runtime_force_suspend()
` [PATCH v1 3/9] PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPEND
` [PATCH v1 4/9] PM: Move pm_runtime_force_suspend/resume() under CONFIG_PM_SLEEP

[PATCH v7 0/5] Add TH1520 GPU support with power sequencing
 2025-06-26  9:33 UTC  (6+ messages)
  ` [PATCH v7 1/5] drm/imagination: Use pwrseq for TH1520 GPU power management
  ` [PATCH v7 2/5] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU compatible
  ` [PATCH v7 3/5] riscv: dts: thead: th1520: Add GPU clkgen reset to AON node
  ` [PATCH v7 4/5] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
  ` [PATCH v7 5/5] drm/imagination: Enable PowerVR driver for RISC-V

[RFC PATCH] cpufreq,base/arch_topology: Calculate cpu_capacity according to boost
 2025-06-26  9:30 UTC 

[PATCH V3 0/5] Add Texas Instruments BQ25703A Charger
 2025-06-26  9:28 UTC  (5+ messages)
` [PATCH V3 1/5] dt-bindings: mfd: ti,bq25703a: Add TI "

[PATCH] power: sequencing: qcom-wcn: Fix bluetooth-wifi copypasta for WCN6855
 2025-06-26  8:42 UTC  (3+ messages)

[PATCH] interconnect: icc-clk: destroy nodes in case of memory allocation failures
 2025-06-26  8:25 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).