linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-08 08:21:38 to 2022-04-12 10:54:27 UTC [more...]

[PATCH v1 0/7] PCI/PM: Improvements related to device transitions into D0
 2022-04-12  9:42 UTC  (20+ messages)
` [PATCH v1 1/7] PCI/PM: Resume subordinate bus in bus type callbacks
` [PATCH v1 2/7] PCI/PM: Drop the runtime_d3cold PCI device flag
` [PATCH v1 3/7] PCI/PM: Rearrange pci_update_current_state()
` [PATCH v1 4/7] PCI/PM: Rework changing power states of PCI devices
` [PATCH v1 5/7] PCI/PM: Move pci_set_low_power_state() next to its caller
` [PATCH v1 6/7] PCI/PM: Clean up pci_set_low_power_state()
` [PATCH v1 7/7] PCI/PM: Rearrange pci_set_power_state()
` [PATCH v2 0/9] PCI/PM: Improvements related to device transitions into D0
  ` [PATCH v2 1/9] PCI/PM: Resume subordinate bus in bus type callbacks
  ` [PATCH v2 2/9] PCI/PM: Drop the runtime_d3cold device flag
  ` [PATCH v2 3/9] PCI/PM: Rearrange pci_update_current_state()
  ` [PATCH v2 4/9] PCI/PM: Rework changing power states of PCI devices
  ` [PATCH v2 5/9] PCI/PM: Move pci_set_low_power_state() next to its caller
  ` [PATCH v2 6/9] PCI/PM: Clean up pci_set_low_power_state()
  ` [PATCH v2 7/9] PCI/PM: Rearrange pci_set_power_state()
  ` [PATCH v2 8/9] PCI/PM: Avoid redundant current_state update
  ` [PATCH v2 9/9] PCI/PM: Replace pci_set_power_state() in pci_pm_thaw_noirq()

[PATCH v2 0/2] Introduce MediaTek CCI devfreq driver
 2022-04-12  9:17 UTC  (10+ messages)
` [PATCH v2 1/2] dt-bindings: devfreq: mediatek: Add mtk cci devfreq dt-bindings
` [PATCH v2 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver

[PATCH 0/2] Add interconnect driver for SDX65
 2022-04-12  9:22 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: interconnect: Add Qualcomm SDX65 DT bindings
` [PATCH 2/2] interconnect: qcom: Add SDX65 interconnect provider driver

[PATCH] power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  8:30 UTC 

[PATCH v7 0/2] Add thermal control driver for Sunplus SP7021 SoC
 2022-04-12  8:48 UTC  (4+ messages)
` [PATCH v7 1/2] thermal: Add thermal driver for Sunplus SP7021
` [PATCH v7 2/2] dt-bindings:thermal: Add Sunplus SP7021 schema

[Bug 215800] New: amd-pstate does not allow to set arbitrary maximum CPU frequency above 2200MHz for a desktop Zen 3 CPU
 2022-04-12  8:50 UTC  (10+ messages)
` [Bug 215800] "

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-04-12  7:06 UTC  (22+ messages)
` [PATCH v7 01/20] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v7 02/20] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler call chain API
` [PATCH v7 05/20] ARM: Use do_kernel_power_off()
` [PATCH v7 06/20] csky: "
` [PATCH v7 07/20] riscv: "
` [PATCH v7 08/20] arm64: "
` [PATCH v7 09/20] parisc: "
` [PATCH v7 10/20] xen/x86: "
` [PATCH v7 11/20] powerpc: "
` [PATCH v7 12/20] m68k: Switch to new sys-off handler API
` [PATCH v7 13/20] sh: Use do_kernel_power_off()
` [PATCH v7 14/20] x86: "
` [PATCH v7 15/20] ia64: "
` [PATCH v7 16/20] mips: "
` [PATCH v7 17/20] memory: emif: Use kernel_can_power_off()
` [PATCH v7 18/20] ACPI: power: Switch to sys-off handler API
` [PATCH v7 19/20] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v7 20/20] reboot: Remove pm_power_off_prepare()

[RESEND][PATCH 0/8] Introduce support for artificial Energy Model
 2022-04-12  6:53 UTC  (3+ messages)

[PATCH v3] interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate
 2022-04-12  4:47 UTC  (10+ messages)

[PATCH v5 0/5] Extend pm8941-pwrkey driver
 2022-04-11 20:05 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: power: reset: qcom-pon: update "reg" property details
` [PATCH v5 2/5] input: misc: pm8941-pwrkey: fix error message
` [PATCH v5 3/5] input: misc: pm8941-pwrkey: add support for PON GEN3 base addresses
` [PATCH v5 4/5] input: misc: pm8941-pwrkey: add software key press debouncing support
` [PATCH v5 5/5] input: misc: pm8941-pwrkey: simulate missed key press events

[PATCH V2 00/15] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
 2022-04-11 18:13 UTC  (54+ messages)
` [PATCH V2 01/15] dt-bindings: cpufreq: mediatek: Add MediaTek CCI property
` [PATCH V2 02/15] cpufreq: mediatek: Use module_init and add module_exit
` [PATCH V2 03/15] cpufreq: mediatek: Cleanup variables and error handling in mtk_cpu_dvfs_info_init()
` [PATCH V2 04/15] cpufreq: mediatek: Remove unused headers
` [PATCH V2 05/15] cpufreq: mediatek: Enable clocks and regulators
` [PATCH V2 06/15] cpufreq: mediatek: Record previous target vproc value
` [PATCH V2 08/15] cpufreq: mediatek: Move voltage limits to platform data
` [PATCH V2 10/15] cpufreq: mediatek: Make sram regulator optional
` [PATCH V2 11/15] cpufreq: mediatek: Update logic of voltage_tracking()
` [PATCH V2 12/15] cpufreq: mediatek: Use maximum voltage in init stage
` [PATCH V2 13/15] cpufreq: mediatek: Link CCI device to CPU
` [PATCH V2 14/15] cpufreq: mediatek: Add support for MT8186
` [PATCH V2 15/15] cpufreq: mediatek: Use device print to show logs
  ` [PATCH V2 07/15] cpufreq: mediatek: Add opp notification for SVS support

[PATCH v1] PM: runtime: Avoid device usage count underflows
 2022-04-11 18:07 UTC  (10+ messages)

[PATCH] PCI: PM: Quirk bridge D3 on Elo i2
 2022-04-11 16:22 UTC  (7+ messages)

[Bug 215801] New: Rmmod'ing amd-pstate doesn't restore acpi-cpufreq
 2022-04-11 16:22 UTC  (2+ messages)
` [Bug 215801] "

[RFC PATCH v2 0/6] ufs: set power domain performance state when scaling gears
 2022-04-11 15:43 UTC  (7+ messages)
` [RFC PATCH v2 1/6] dt-bindings: clock: qcom,gcc-sdm845: add parent power domain
` [RFC PATCH v2 2/6] dt-bindings: opp: accept array of frequencies
` [RFC PATCH v2 3/6] dt-bindings: ufs: common: add OPP table
` [RFC PATCH v2 4/6] PM: opp: allow control of multiple clocks
` [RFC PATCH v2 5/6] ufs: use PM OPP when scaling gears
` [RFC PATCH v2 6/6] arm64: dts: qcom: sdm845: control RPMHPD performance states with UFS

[PATCH v2 0/3] Enable EAS for CPPC/ACPI based systems
 2022-04-11 10:34 UTC  (7+ messages)
` [PATCH v2 1/3] cpufreq: CPPC: Add cppc_cpufreq_search_cpu_data
` [PATCH v2 3/3] cpufreq: CPPC: Register EM based on efficiency class information

[PATCH 1/4] ARM: dts: qcom: sdx55: do not use underscore in BCM node name
 2022-04-11  8:59 UTC  (4+ messages)
` [PATCH 2/4] ARM: dts: qcom: sdx55: remove wrong unit address from RPMH RSC clocks
` [PATCH 3/4] arm64: dts: qcom: do not use underscore in BCM node name
` [PATCH 4/4] dt-bindings: soc: qcom,rpmh-rsc: convert to dtschema

[Bug 206307] New: AMD Ryzen CPU frequency monitoring subsystem is insufficient
 2022-04-11  7:23 UTC  (2+ messages)
` [Bug 206307] "

[PATCH v2] opp: use list iterator only inside the loop
 2022-04-11  3:02 UTC  (2+ messages)

[PATCH] opp: replace usage of found with dedicated list iterator variable
 2022-04-11  3:01 UTC  (2+ messages)

[Patch v4 0/4] Tegra234 cpufreq driver support
 2022-04-11  3:00 UTC  (2+ messages)

[PATCH] PM: opp: simplify with dev_err_probe()
 2022-04-11  2:53 UTC  (2+ messages)

[PATCH] OPP: call of_node_put() on error path in _bandwidth_supported()
 2022-04-11  2:50 UTC  (2+ messages)

[PATCH v2] PM: opp: Fix NULL pointer exception on a v2 table combined with v1 opps
 2022-04-11  2:49 UTC  (2+ messages)

[PATCH v4 00/15] rk3399: Clean up and enable DDR DVFS
 2022-04-10 17:12 UTC  (2+ messages)
` (subset) "

[PATCH v2] hwmon: (dell-smm) Add cooling device support
 2022-04-10 16:39 UTC 

[PATCH] hwmon: (dell-smm) Add cooling device support
 2022-04-10 13:43 UTC  (4+ messages)

Hello
 2022-04-10 11:55 UTC 

[PATCH] RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLE
 2022-04-10  3:14 UTC  (2+ messages)

Hello
 2022-04-10  1:08 UTC 

[PATCH] dt-bindings: thermal: tsens: Add sc8280xp compatible
 2022-04-09 16:36 UTC  (2+ messages)

[PATCH 0/4 v6] power: supply: Add Support for RK817 Charger
 2022-04-09 16:34 UTC  (6+ messages)
` [PATCH 1/4 v6] dt-bindings: Add Rockchip rk817 battery charger support
` [PATCH 2/4 v6] mfd: "
` [PATCH 3/4 v6] power: supply: Add charger driver for Rockchip RK817
` [PATCH 4/4 v6] arm64: dts: rockchip: add rk817 chg to Odroid Go Advance

[PATCH 1/3] cpufreq: Move to_gov_attr_set() to cpufreq.h
 2022-04-09 12:10 UTC  (5+ messages)
` [PATCH 3/3] cpufreq: governor: Use kobject release() method to free dbs_data

[PATCH v2 9/9] arm64: dts: qcom: msm8996-xiaomi-scorpio: Use MSM8996 Pro
 2022-04-09  4:20 UTC 

[PATCH v2 8/9] arm64: dts: qcom: msm8996: Add MSM8996 Pro support
 2022-04-09  4:19 UTC 

[PATCH v2 7/9] dt-bindings: arm: qcom: Add MSM8996 Pro compatible
 2022-04-09  4:18 UTC 

[PATCH v2 6/9] arm64: dts: qcom: msm8996: Remove MSM8996 Pro speed bins from cluster OPP tables
 2022-04-09  4:18 UTC 

[PATCH v2 5/9] dt-bindings: opp: opp-v2-kryo-cpu: Remove SMEM
 2022-04-09  4:17 UTC 

[PATCH v2 4/9] cpufreq: qcom_cpufreq_nvmem: Simplify reading kryo speedbin
 2022-04-09  4:17 UTC 

[PATCH v2 3/9] clk: qcom: msm8996-cpu: Add MSM8996 Pro CBF support
 2022-04-09  4:16 UTC 

[PATCH v2 2/9] dt-bindings: clk: qcom: msm8996-apcc: Add MSM8996 Pro
 2022-04-09  4:15 UTC 

[PATCH v2 1/9] dt-bindings: clk: qcom: msm8996-apcc: Add CBF
 2022-04-09  4:04 UTC 

[PATCH v2 0/9] Add support for MSM8996 Pro
 2022-04-09  4:01 UTC 

[RFC PATCH 0/2] rockchip / devfreq: Coordinate DRAM controller resources between ATF and kernel
 2022-04-09  3:34 UTC  (4+ messages)
  ` [RFC PATCH 1/2] soc: rockchip: power-domain: Manage resource conflicts with firmware

[PATCH v2 1/2] dt-bindings: interconnect: qcom: Add sc8280xp binding
 2022-04-08 21:48 UTC  (2+ messages)
` [PATCH v2 2/2] interconnect: qcom: Add SC8280XP interconnect provider

[PATCH v1] PCI: PM: Power up all devices during runtime resume
 2022-04-08 18:52 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/10] dt-binding patches for sm6350
 2022-04-08 14:44 UTC  (6+ messages)
` [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible

[PATCH] cpufreq: intel_pstate: Handle no_turbo in frequency invariance
 2022-04-08 14:22 UTC  (3+ messages)

[PATCH v1 0/2]: PCI: PM: Improvements related to D3cold -> D0 transitions
 2022-04-08 12:43 UTC  (5+ messages)
` [PATCH v1 1/2] PCI: PM: Avoid leaving devices in D0-uninitialized in pci_power_up()

[PATCH 1/2] thermal: imx8mm: Add hwmon support
 2022-04-08 11:09 UTC  (2+ messages)
` [PATCH 2/2] thermal/drivers/thermal_helpers: Adjust output format


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).