Linux Power Management development
 help / color / mirror / Atom feed
 messages from 2024-11-24 11:03:18 to 2024-11-28 08:58:44 UTC [more...]

[PATCH 1/2] power: supply: bq2415x_charger: Immediately queue delayed work on supply change events
 2024-11-28  8:57 UTC  (2+ messages)
` [PATCH 2/2] power: supply: bq2415x_charger: report charging state changes to userspace

[PATCH v4 0/2] power: supply: Add STC3117 Fuel Gauge
 2024-11-28  8:55 UTC  (10+ messages)
` [PATCH v4 1/2] dt-bindings: "
` [PATCH v4 2/2] power: supply: Add STC3117 fuel gauge unit driver

[PATCH v4 0/2] Enable Bluetooth on qcs6490-rb3gen2 board
 2024-11-28  7:12 UTC  (9+ messages)
` [PATCH v4 1/2] arm64: dts: qcom: qcs6490-rb3gen2: enable Bluetooth
` [PATCH v4 2/2] regulator: dt-bindings: qcom,qca6390-pmu: document WCN6750

[RFC PATCH 00/16] sched/fair/schedutil: Better manage system response time
 2024-11-28  1:47 UTC  (5+ messages)
` [RFC PATCH 10/16] sched/qos: Add a new sched-qos interface
` [RFC PATCH 11/16] sched/qos: Add rampup multiplier QoS

[GIT PULL] power-supply changes for 6.13
 2024-11-27 23:05 UTC 

[GIT PULL] More ACPI updates for v6.13-rc1
 2024-11-27 22:59 UTC  (2+ messages)

[GIT PULL] Additional power management updates for v6.13-rc1
 2024-11-27 22:59 UTC  (2+ messages)

[GIT PULL] Additional thermal control updates for v6.13-rc1
 2024-11-27 22:59 UTC  (2+ messages)

[PATCH 0/5] thermal: multi-sensor aggregation support
 2024-11-27 22:05 UTC  (2+ messages)

[PATCH V6 0/4] Add EPSS L3 provider support on SA8775P SoC
 2024-11-27 19:45 UTC  (13+ messages)
` [PATCH V6 1/4] interconnect: qcom: Add multidev EPSS L3 support
` [PATCH V6 2/4] interconnect: qcom: osm-l3: Add generic compatible for epss-l3-perf
` [PATCH V6 3/4] dt-bindings: interconnect: Add generic compatible qcom,epss-l3-perf
` [PATCH V6 4/4] arm64: dts: qcom: sa8775p: add EPSS l3 interconnect provider

[PATCH v2 00/11] drm/msm: adreno: add support for DDR bandwidth scaling via GMU
 2024-11-27 19:01 UTC  (22+ messages)
` [PATCH v2 01/11] opp: core: implement dev_pm_opp_get_bw
` [PATCH v2 02/11] drm/msm: adreno: rename quirks that are features
` [PATCH v2 04/11] drm/msm: adreno: add GMU_BW_VOTE feature flag
` [PATCH v2 05/11] drm/msm: adreno: add plumbing to generate bandwidth vote table for GMU
` [PATCH v2 08/11] drm/msm: adreno: request for maximum bus bandwidth usage

[PATCH v6 0/4] SRF: Fix offline CPU preventing pc6 entry
 2024-11-27 16:15 UTC  (5+ messages)
` [PATCH v6 1/4] x86/smp: Allow calling mwait_play_dead with an arbitrary hint
` [PATCH v6 2/4] ACPI: processor_idle: Add FFH state handling
` [PATCH v6 3/4] intel_idle: Provide the default enter_dead() handler
` [PATCH v6 4/4] x86/smp native_play_dead: Prefer cpuidle_play_dead() over mwait_play_dead()

[PATCH] pmdomain: Switch back to struct platform_driver::remove()
 2024-11-27 13:31 UTC 

[PATCH 00/10] pmdomain: Simplify with cleanup.h
 2024-11-27 13:14 UTC  (3+ messages)
` [PATCH 09/10] pmdomain: renesas: rcar-gen4-sysc: Use scoped device node handling to simplify error paths

[PATCH v2 0/2] thermal: rcar_gen3: Improve reading calibration fuses
 2024-11-27 12:37 UTC  (5+ messages)
` [PATCH v2 1/2] thermal: rcar_gen3: Use lowercase hex constants
` [PATCH v2 2/2] thermal: rcar_gen3: Reuse logic to read fuses on Gen3 and Gen4

[PATCH v5 0/3] SRF: Fix offline CPU preventing pc6 entry
 2024-11-27 10:53 UTC  (7+ messages)
` [PATCH v5 1/3] x86/smp: Allow calling mwait_play_dead with an arbitrary hint
` [PATCH v5 2/3] ACPI: processor_idle: Add FFH state handling
` [PATCH v5 3/3] intel_idle: Provide the default enter_dead() handler

[PATCH 0/5] thermal/drivers/mediatek/lvts: Fixes for suspend and IRQ storm, and cleanups
 2024-11-27  7:27 UTC  (16+ messages)
` [PATCH 1/5] thermal/drivers/mediatek/lvts: Disable monitor mode during suspend
` [PATCH 2/5] thermal/drivers/mediatek/lvts: Disable Stage 3 thermal threshold
` [PATCH 3/5] thermal/drivers/mediatek/lvts: Disable low offset IRQ for minimum threshold
` [PATCH 4/5] thermal/drivers/mediatek/lvts: Start sensor interrupts disabled
` [PATCH 5/5] thermal/drivers/mediatek/lvts: Only update IRQ enable for valid sensors

[PATCH] PM / devfreq: Remove unused devfreq_event_reset_event
 2024-11-27  6:31 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS f99ee8b8d78b6740cbe8e964a4693253b0be06b2
 2024-11-27  1:05 UTC 

[PATCH v5 2/5] iio: consumers: copy/release available info from producer to fix race
 2024-11-26 17:41 UTC  (15+ messages)

[RFC PATCH v4 0/8] SRF: Fix offline CPU preventing pc6 entry
 2024-11-26 13:38 UTC  (42+ messages)
` [RFC PATCH v4 1/8] cpuidle: Do not return from cpuidle_play_dead() on callback failures
` [RFC PATCH v4 2/8] cpuidle: Change :enter_dead() driver callback return type to void
` [RFC PATCH v4 3/8] ACPI: processor_idle: Use acpi_idle_play_dead() for all C-states
` [RFC PATCH v4 4/8] x86/smp: Allow calling mwait_play_dead with arbitrary hint
` [RFC PATCH v4 5/8] x86/smp native_play_dead: Prefer cpuidle_play_dead() over mwait_play_dead()
` [RFC PATCH v4 6/8] intel_idle: Provide enter_dead() handler for SRF
` [RFC PATCH v4 7/8] acpi_idle: Add FFH cstate handling
` [RFC PATCH v4 8/8] acpi_idle: Disallow play_dead with FFH cstate on AMD platforms

[rafael-pm:bleeding-edge] BUILD SUCCESS 17243e3dd9a215fc88da50f7896f8e4cf4a23bc1
 2024-11-26 12:20 UTC 

[PATCH v9 0/7] Add TSENS support for IPQ5332, IPQ5424
 2024-11-26 12:06 UTC  (9+ messages)
` [PATCH v9 1/7] dt-bindings: thermal: tsens: Add ipq5332, ipq5424 compatible
` [PATCH v9 2/7] dt-bindings: nvmem: Add compatible for IPQ5424
` [PATCH v9 3/7] thermal/drivers/tsens: Add TSENS enable and calibration support for V2
` [PATCH v9 4/7] arm64: dts: qcom: ipq5332: Add tsens node
` [PATCH v9 5/7] arm64: dts: qcom: ipq5332: Add thermal zone nodes
` [PATCH v9 6/7] arm64: dts: qcom: ipq5424: Add tsens node
` [PATCH v9 7/7] arm64: dts: qcom: ipq5424: Add thermal zone nodes

[PATCH v9 00/15] arm64: support poll_idle()
 2024-11-26 10:36 UTC  (4+ messages)
` [PATCH v9 01/15] asm-generic: add barrier smp_cond_load_relaxed_timeout()

[PATCH v1] thermal: gov_power_allocator: Add missing NULL pointer check
 2024-11-26  9:36 UTC  (2+ messages)

[PATCH] cpufreq: enable 1200Mhz clock speed for armada-37xx
 2024-11-25 21:14 UTC 

[PATCH] power: supply: bq27xxx_battery: do not update cached flags prematurely
 2024-11-25 17:59 UTC  (2+ messages)

[PATCH] bq27xxx: add voltage min design for bq27000 and bq27200
 2024-11-25 17:57 UTC  (2+ messages)

[PATCH v3 0/2] hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source file
 2024-11-25 17:09 UTC  (6+ messages)
` [PATCH v3 1/2] thermal: core: Add stub for thermal_zone_device_update()
` [PATCH v3 2/2] hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source file

pc : qnoc_probe (drivers/interconnect/qcom/icc-rpmh.c:269) : Dragonboard 410c - arm64 - boot failed
 2024-11-25 15:42 UTC  (3+ messages)

[PATCH v3 1/2] cpufreq: dt: permit defining custom .get and .target_index
 2024-11-25 15:01 UTC  (2+ messages)
` [PATCH v3 2/2] cpufreq: airoha: Add EN7581 Cpufreq SMC driver

[PATCH] thermal: int3400: Fix display of current_uuid for active policy
 2024-11-25 14:11 UTC  (2+ messages)

[PATCH] thermal: int3400: Remove unneeded data_vault attribute_group
 2024-11-25 14:10 UTC  (2+ messages)

[PATCH v2] cpufreq: airoha: Add EN7581 Cpufreq SMC driver
 2024-11-25 12:43 UTC  (5+ messages)

[PATCH 0/2] Extend the cros_usbpd-charger to make it a passive thermal cooling device
 2024-11-25 10:48 UTC  (14+ messages)
` [PATCH 1/2] power: supply: cros_usbpd-charger: extend as a thermal of "
` [PATCH 2/2] dt-bindings: mfd: cros-ec: add properties for thermal cooling cells

[GIT PULL] Thermal control updates for v6.13-rc1
 2024-11-25 10:40 UTC  (4+ messages)

[RFC PATCH] cpufreq: dt-platdev: Fix module autoloading
 2024-11-25  9:22 UTC  (11+ messages)

[PATCH v4 0/9] power: supply: extension API
 2024-11-25  9:22 UTC  (19+ messages)
` [PATCH v4 1/9] power: supply: sysfs: print single value in uevent for POWER_SUPPLY_PROP_CHARGE_BEHAVIOUR
` [PATCH v4 2/9] power: supply: core: rename psy_has_property() to psy_desc_has_property()
` [PATCH v4 3/9] power: supply: core: introduce power_supply_has_property()
` [PATCH v4 4/9] power: supply: hwmon: prepare for power supply extensions
` [PATCH v4 5/9] power: supply: sysfs: "
` [PATCH v4 6/9] power: supply: sysfs: rework uevent property loop
` [PATCH v4 7/9] power: supply: core: implement extension API

[PATCH v2 0/2] Extend the cros_usbpd-charger to make it a passive thermal cooling device
 2024-11-25  8:45 UTC  (4+ messages)
` [PATCH v2 1/2] power: supply: cros_usbpd-charger: extend as a thermal of "
` [PATCH v2 2/2] dt-bindings: mfd: cros-ec: add properties for thermal cooling cells

[PATCH v7] sched: Consolidate cpufreq updates
 2024-11-25  6:32 UTC  (5+ messages)

[PATCH v3 0/3] SRF: Fix offline CPU preventing pc6 entry
 2024-11-25  5:45 UTC  (10+ messages)
` [PATCH v3 2/3] x86/smp native_play_dead: Prefer cpuidle_play_dead() over mwait_play_dead()

[PATCH] cpufreq: fix using cpufreq-dt as module
 2024-11-25  5:13 UTC  (4+ messages)

[PATCH v5 0/7] Initial support for RK3576 UFS controller
 2024-11-25  3:41 UTC  (4+ messages)
` [PATCH v5 6/7] scsi: ufs: rockchip: initial support for UFS

[PATCH v4 1/2] dt-bindings: power/supply: Add ltc4162-f/s and ltc4015
 2024-11-24 11:03 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