Linux Power Management development
 help / color / mirror / Atom feed
 messages from 2024-12-05 07:31:28 to 2024-12-09 09:28:08 UTC [more...]

[PATCH v2 00/16] amd-pstate fixes and improvements for 6.14
 2024-12-09  9:27 UTC  (21+ messages)
` [PATCH v2 01/16] cpufreq/amd-pstate: Store the boost numerator as highest perf again
` [PATCH v2 02/16] cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies
` [PATCH v2 03/16] cpufreq/amd-pstate: Add trace event for EPP perf updates
` [PATCH v2 04/16] cpufreq/amd-pstate: convert mutex use to guard()
` [PATCH v2 05/16] cpufreq/amd-pstate: Drop cached epp_policy variable
` [PATCH v2 06/16] cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macros
` [PATCH v2 07/16] cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on success
` [PATCH v2 08/16] cpufreq/amd-pstate: store all values in cpudata struct in khz
` [PATCH v2 09/16] cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an int
` [PATCH v2 10/16] cpufreq/amd-pstate: Move limit updating code
` [PATCH v2 11/16] cpufreq/amd-pstate: Cache EPP value and use that everywhere
` [PATCH v2 12/16] cpufreq/amd-pstate: Always write EPP value when updating perf
` [PATCH v2 13/16] cpufreq/amd-pstate: Check if CPPC request has changed before writing to the MSR or shared memory
` [PATCH v2 14/16] cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index()
` [PATCH v2 15/16] cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen
` [PATCH v2 16/16] cpufreq/amd-pstate: Drop boost_state variable

[PATCH 0/3] Support for autonomous selection in cppc_cpufreq
 2024-12-09  8:40 UTC  (7+ messages)
` [PATCH 1/3] ACPI: CPPC: Refactor register get and set ABIs
` [PATCH 3/3] cpufreq: CPPC: Support for autonomous selection in cppc_cpufreq

[RFC PATCH] cpufreq: userspace: Add fast-switch support for userspace
 2024-12-09  8:14 UTC 

[PATCH] PM / devfreq: Remove unused devm_devfreq_(un)register_notifier
 2024-12-09  5:50 UTC  (6+ messages)
    `  "

[chanwoo:devfreq-next 4/4] drivers/devfreq/sun8i-a33-mbus.c:384:50: error: too few arguments to function call, expected 2, have 1
 2024-12-09  4:11 UTC 

[chanwoo:devfreq-next 2/4] drivers/devfreq/event/rockchip-dfi.c:645:2: error: call to undeclared function 'hrtimer_setup'; ISO C99 and later do not support implicit function declarations
 2024-12-09  4:08 UTC 

[PATCH 6.1.y] cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
 2024-12-09  4:19 UTC 

[PATCH v4 0/4] Enable Bluetooth on qcs6490-rb3gen2 board
 2024-12-08 17:14 UTC  (12+ messages)
` [PATCH v4 1/4] regulator:·dt-bindings:·qcom,qca6390-pmu:·document wcn6750-pmu
` [PATCH v4 2/4] arm64: dts: qcom: qcs6490-rb3gen: add and enable BT node
` [PATCH v4 4/4] power: sequencing: qcom-wcn: add support for the WCN6750 PMU

[PATCH v3 0/2] cpufreq/amd-pstate: Set initial min_freq to lowest_nonlinear_freq
 2024-12-08 16:35 UTC  (3+ messages)

[PATCH 0/3] power: supply: cros_charge-control: three fixes
 2024-12-08 14:59 UTC  (4+ messages)
` [PATCH 1/3] power: supply: cros_charge-control: add mutex for driver data
` [PATCH 2/3] power: supply: cros_charge-control: allow start_threshold == end_threshold
` [PATCH 3/3] power: supply: cros_charge-control: hide start threshold on v2 cmd

[PATCH] power: ip5xxx_power: Fix uninitialized variable read
 2024-12-08 13:15 UTC 

[PATCH 00/14] power: supply: intruduce and use power_supply_for_each_psy() and dev_to_psy()
 2024-12-08 13:02 UTC  (15+ messages)
` [PATCH 01/14] power: supply: mm8013: use accessor for driver data
` [PATCH 02/14] power: supply: core: introduce power_supply_for_each_psy()
` [PATCH 03/14] power: supply: core: use power_supply_for_each_psy()
` [PATCH 04/14] power: supply: ab8500: "
` [PATCH 05/14] power: supply: apm_power: "
` [PATCH 06/14] power: supply: core: remove power_supply_for_each_device()
` [PATCH 07/14] power: supply: core: introduce dev_to_psy()
` [PATCH 08/14] power: supply: core: use dev_to_psy()
` [PATCH 09/14] power: supply: sysfs: "
` [PATCH 10/14] power: supply: ab8500: "
` [PATCH 11/14] power: supply: surface_battery: "
` [PATCH 12/14] power: supply: bq2415x_charger: "
` [PATCH 13/14] power: supply: bq24190_charger: "
` [PATCH 14/14] power: supply: bq24257_charger: "

[PATCH v5 1/8] power: ip5xxx_power: Use regmap_field API
 2024-12-08 13:00 UTC  (10+ messages)
` [PATCH v5 2/8] power: ip5xxx_power: Fix return value on ADC read errors
` [PATCH v5 3/8] power: ip5xxx_power: Allow for more parameters to be configured
` [PATCH v5 5/8] power: ip5xxx_power: Check for optional bits
` (subset) [PATCH v5 1/8] power: ip5xxx_power: Use regmap_field API

[chanwoo:devfreq-next 4/4] drivers/devfreq/sun8i-a33-mbus.c:384:47: error: passing argument 1 of 'devm_clk_rate_exclusive_get' from incompatible pointer type
 2024-12-08 12:42 UTC  (3+ messages)

[PATCH] PM / devfreq: event: Call of_node_put() only once in devfreq_event_get_edev_by_phandle()
 2024-12-08 12:36 UTC  (2+ messages)

[PATCH] PCI/portdrv: Disable bwctrl service if port is fixed at 2.5 GT/s
 2024-12-07 19:12 UTC  (2+ messages)

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-12-07 18:18 UTC  (8+ messages)
` [PATCH v9 6/9] PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller

[RFC 00/24] drm/msm: sparse / "VM_BIND" support
 2024-12-07 16:15 UTC 

[PATCH v7 0/2] power: supply: Add STC3117 Fuel Gauge
 2024-12-07 14:27 UTC  (5+ messages)
` [PATCH v7 2/2] power: supply: Add STC3117 fuel gauge unit driver

[PATCH 0/3] Add Arrow Lake U/H support
 2024-12-07  5:35 UTC  (4+ messages)
` [PATCH 1/3] platform/x86:intel/pmc: Make tgl_core_generic_init() static
` [PATCH 2/3] platform/x86:intel/pmc: Create info structure for pmc device
` [PATCH 3/3] platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver

[PATCH] thermal: ti-soc-thermal: Add check for clk_enable()
 2024-12-07  4:07 UTC 

[PATCH 1/2] thermal/drivers/qoriq: Use dev_err_probe() simplify the code
 2024-12-06 23:18 UTC  (3+ messages)
` [PATCH 2/2] thermal/drivers/qoriq: Power down TMU on system suspend

[PATCH v6 0/3] pmdomain: ti_sci: collect and send low-power mode constraints
 2024-12-06 22:12 UTC  (4+ messages)
` [PATCH v6 1/3] pmdomain: ti_sci: add per-device latency constraint management
` [PATCH v6 2/3] pmdomain: ti_sci: add wakeup "
` [PATCH v6 3/3] pmdomain: ti_sci: handle wake IRQs for IO daisy chain wakeups

[RFC 00/13] acpi/x86: s2idle: implement Modern Standby transition states and expose to userspace
 2024-12-06 21:37 UTC  (3+ messages)

[PATCH v7 1/2] dt-bindings: cpufreq: Document support for Airoha EN7581 CPUFreq
 2024-12-06 21:11 UTC  (2+ messages)
` [PATCH v7 2/2] cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver

[GIT PULL] pmdomain fixes for v6.13-rc2
 2024-12-06 20:03 UTC  (2+ messages)

[chanwoo:devfreq-next 2/4] drivers/devfreq/event/rockchip-dfi.c:645:9: error: implicit declaration of function 'hrtimer_setup'; did you mean 'timer_setup'?
 2024-12-06 17:02 UTC 

[RFC PATCH 00/22] KVM: x86: Virtualize IA32_APERF and IA32_MPERF MSRs
 2024-12-06 16:34 UTC  (8+ messages)

[PATCH 00/15] amd-pstate 6.14 cleanups and improvements
 2024-12-06 16:16 UTC  (30+ messages)
` [PATCH 01/15] cpufreq/amd-pstate: Add trace event for EPP perf updates
` [PATCH 02/15] cpufreq/amd-pstate: convert mutex use to guard()
` [PATCH 03/15] cpufreq/amd-pstate: Drop cached epp_policy variable
` [PATCH 04/15] cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macros
` [PATCH 05/15] cpufreq/amd-pstate: Store the boost numerator as highest perf again
` [PATCH 06/15] cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies
` [PATCH 07/15] cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on success
` [PATCH 08/15] cpufreq/amd-pstate: store all values in cpudata struct in khz
` [PATCH 09/15] cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an int
` [PATCH 10/15] cpufreq/amd-pstate: Move limit updating code
` [PATCH 11/15] cpufreq/amd-pstate: Cache EPP value and use that everywhere
` [PATCH 12/15] cpufreq/amd-pstate: Always write EPP value when updating perf
` [PATCH 13/15] cpufreq/amd-pstate: Check if CPPC request has changed before writing to the MSR or shared memory
` [PATCH 14/15] cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index()
` [PATCH 15/15] cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen

[PATCH v3 0/2] thermal: rcar_gen3: Improve reading calibration fuses
 2024-12-06 15:30 UTC  (3+ messages)
` [PATCH v3 1/2] thermal: rcar_gen3: Use lowercase hex constants
` [PATCH v3 2/2] thermal: rcar_gen3: Reuse logic to read fuses on Gen3 and Gen4

[PATCH v8 0/4] Add support for AArch64 AMUv1-based average freq
 2024-12-06 13:56 UTC  (5+ messages)
` [PATCH v8 1/4] cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry
` [PATCH v8 2/4] arm64: amu: Delay allocating cpumask for AMU FIE support
` [PATCH v8 3/4] arm64: Provide an AMU-based version of arch_freq_get_on_cpu
` [PATCH v8 4/4] arm64: Update AMU-based freq scale factor on entering idle

[PATCH 0/5] cpuidle: Handle TIF_NR_POLLING on behalf of polling idle states v2
 2024-12-06 13:04 UTC  (6+ messages)
` [PATCH 1/5] cpuidle: Remove unnecessary current_clr_polling_and_test() from haltpoll
` [PATCH 2/5] cpuidle: Introduce CPUIDLE_FLAG_MWAIT
` [PATCH 3/5] cpuidle: Handle TIF_NR_POLLING on behalf of CPUIDLE_FLAG_MWAIT states
` [PATCH 4/5] cpuidle: Remove call_cpuidle_s2idle()
` [PATCH 5/5] cpuidle: Handle TIF_NR_POLLING on behalf of software polling idle states

[PATCH 1/2] pmdomain: imx8m[p]-blk-ctrl: Suppress bind attrs
 2024-12-06 11:27 UTC  (2+ messages)
` [PATCH 2/2] pmdomain: gpcv2: "

[amd-pstate:bleeding-edge] BUILD SUCCESS ab9e5b2eb56412cb8c63b46b935878d29205418e
 2024-12-06 10:37 UTC 

[PATCH v6 1/2] dt-bindings: cpufreq: Document support for Airoha EN7581 CPUFreq
 2024-12-06  8:13 UTC  (4+ messages)

[PATCH 0/5] cpufreq/amd-pstate: Reuse and refactor code
 2024-12-06  5:01 UTC  (7+ messages)
` [PATCH 1/5] cpufreq/amd-pstate: Convert the amd_pstate_get/set_epp() to static calls
` [PATCH 2/5] cpufreq/amd-pstate: Move the invocation of amd_pstate_update_perf()
` [PATCH 3/5] cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_offline()

[PATCH v5 0/4] power: supply: extension API
 2024-12-06  1:15 UTC  (9+ messages)
` [PATCH v5 1/4] ACPI: battery: Rename extensions to hook in messages
` [PATCH v5 2/4] power: supply: core: implement extension API
` [PATCH v5 3/4] power: supply: test-power: implement a power supply extension
` [PATCH v5 4/4] power: supply: cros_charge-control: "

[PATCH] power: supply: bq24190_charger: Fix typo 'jeta' -> 'jeita'
 2024-12-06  0:52 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 4e13aaa70332423fef1f18034070e35dd7faad04
 2024-12-06  0:30 UTC 

[PATCH] cpufreq: fix using cpufreq-dt as module
 2024-12-05 22:35 UTC  (5+ messages)

[RFC/RFT PATCH] PM: sleep: Ignore device driver suspend() callback return values
 2024-12-05 20:57 UTC  (9+ messages)

[PATCH] pmdomain: renesas: rcar-sysc: Drop fwnode_dev_initialized() call
 2024-12-05 20:13 UTC  (2+ messages)

[PATCH] Revert "clk: Fix invalid execution of clk_set_rate"
 2024-12-05 16:52 UTC  (4+ messages)

[PATCH 0/2] cpufreq: qcom: Clock provider fixes
 2024-12-05 16:50 UTC  (3+ messages)
` [PATCH 1/2] cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is not available
` [PATCH 2/2] cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocks

[PATCH v9 0/9] Add support for Maxim Integrated MAX77705 PMIC
 2024-12-05 16:42 UTC  (5+ messages)
` [PATCH v9 9/9] leds: max77705: Add LEDs support

[PATCH v3] cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu
 2024-12-05 15:12 UTC  (3+ messages)

[PATCH v1] ACPI: OSL: Use usleep_range() in acpi_os_sleep()
 2024-12-05 11:24 UTC 

[PATCH v1 0/2] intel_pstate: Use information from CPPC to compute hybrid scaling factors
 2024-12-05 11:40 UTC  (3+ messages)
` [PATCH v1 1/2] cpufreq: intel_pstate: Use CPPC to get "
` [PATCH v1 2/2] cpufreq: intel_pstate: Drop Arrow Lake from "scaling factor" list

[PATCH 00/15] treewide: don't include 'pm_wakeup.h' directly
 2024-12-05 11:17 UTC  (5+ messages)
` [PATCH 02/15] drivers core: "
` [PATCH 15/15] PM / Sleep: "

[RFC/RFT][PATCH v0.1] ACPI: OSL: Use usleep_range() in acpi_os_sleep()
 2024-12-05 10:56 UTC  (3+ messages)

[PATCH v7 00/12] Add support for AMD hardware feedback interface
 2024-12-05  9:09 UTC  (9+ messages)
` [PATCH v7 04/12] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v7 07/12] platform/x86: hfi: add online and offline callback support

[PATCH v5 1/2] dt-bindings: cpufreq: Document support for Airoha EN7581 CPUFreq
 2024-12-05  9:01 UTC  (5+ messages)

[PATCH v10 0/8] Add support for Maxim Integrated MAX77705 PMIC
 2024-12-05  7:54 UTC  (4+ messages)
` [PATCH v10 3/8] dt-bindings: mfd: add maxim,max77705

[RFC PATCH v1 00/14] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2024-12-05  7:31 UTC  (5+ messages)
  ` [RFC PATCH v1 01/14] clk: thead: Refactor TH1520 clock driver to share common code


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