linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-16 15:02:23 to 2022-12-21 16:43:58 UTC [more...]

[Patch v1 00/10] Tegra234 Memory interconnect support
 2022-12-21 16:43 UTC  (23+ messages)
` [Patch v1 01/10] memory: tegra: add interconnect support for DRAM scaling in Tegra234
` [Patch v1 02/10] memory: tegra: adding iso mc clients for Tegra234
` [Patch v1 03/10] memory: tegra: add pcie "
` [Patch v1 04/10] memory: tegra: add support for software mc clients in Tegra234
` [Patch v1 05/10] dt-bindings: tegra: add icc ids for dummy MC clients
` [Patch v1 06/10] arm64: tegra: Add cpu OPP tables and interconnects property
` [Patch v1 07/10] cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist
` [Patch v1 08/10] cpufreq: tegra194: add OPP support and set bandwidth
` [Patch v1 09/10] memory: tegra: get number of enabled mc channels
` [Patch v1 10/10] memory: tegra: make cluster bw request a multiple of mc_channels

[PATCH 0/2] intel_pstate: fix turbo not being used after a processor is rebooted
 2022-12-21 15:52 UTC  (3+ messages)
` [PATCH 1/2] acpi: processor: allow fixing up the frequency for a performance state
` [PATCH 2/2] cpufreq: intel_pstate: use acpi perflib to update turbo frequency

[PATCH v4 00/15] thermal/drivers/tsens: specify nvmem cells in DT rather than parsing them manually
 2022-12-21 15:45 UTC  (23+ messages)
` [PATCH v4 01/20] dt-bindings: thermal: tsens: add msm8956 compat
` [PATCH v4 02/20] dt-bindings: thermal: tsens: support per-sensor calibration cells
` [PATCH v4 03/20] dt-bindings: thermal: tsens: add per-sensor cells for msm8974
` [PATCH v4 04/20] thermal/drivers/tsens: Drop unnecessary hw_ids
` [PATCH v4 05/20] thermal/drivers/tsens: Drop msm8976-specific defines
` [PATCH v4 06/20] thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
` [PATCH v4 07/20] thermal/drivers/tsens: limit num_sensors to 9
` [PATCH v4 08/20] thermal/drivers/tsens: fix slope values for msm8939
` [PATCH v4 09/20] thermal/drivers/tsens: Support using nvmem cells for calibration data
` [PATCH v4 10/20] thermal/drivers/tsens: Support using nvmem cells for msm8974 calibration
` [PATCH v4 11/20] thermal/drivers/tsens: Rework legacy calibration data parsers
` [PATCH v4 12/20] thermal/drivers/tsens: Drop single-cell code for mdm9607
` [PATCH v4 13/20] thermal/drivers/tsens: Drop single-cell code for msm8939
` [PATCH v4 14/20] thermal/drivers/tsens: Drop single-cell code for msm8976/msm8956
` [PATCH v4 15/20] arm64: dts: qcom: msm8956: use SoC-specific compat for tsens
` [PATCH v4 16/20] arm64: dts: qcom: msm8916: specify per-sensor calibration cells
` [PATCH v4 17/20] arm64: dts: qcom: msm8976: "
` [PATCH v4 18/20] arm64: dts: qcom: qcs404: "
` [PATCH v4 19/20] ARM: dts: qcom-msm8974: "
` [PATCH v4 20/20] ARM: dts: qcom-apq8084: "

[PATCH v2 0/4] Per CPU idle injection
 2022-12-21 15:10 UTC  (5+ messages)
` [PATCH v2 2/4] powercap: idle_inject: Add prepare/complete callbacks
` [PATCH v2 4/4] thermal/drivers/intel_cpu_idle_cooling: Introduce Intel cpu idle cooling driver

[PATCH v3 0/5] Improve GPU reset sequence for Adreno GPU
 2022-12-21 14:43 UTC  (3+ messages)
` [PATCH v3 1/5] PM: domains: Allow a genpd consumer to require a synced power off

[RFC][PATCH] thermal/idle_inject: Support 100% idle injection
 2022-12-21 13:43 UTC  (2+ messages)

Kernel Kernel bug caused by (cpufreq: mediatek: Refine mtk_cpufreq_voltage_tracking()) on Banana Pi R64 (MT7622)
 2022-12-21  9:24 UTC  (15+ messages)
                          ` Kernel Kernel bug caused by (cpufreq: mediatek: Refine mtk_cpufreq_voltage_tracking()) on Banana Pi R64 (MT7622) #forregzbot

[PATCH v5 0/2] Add interconnect support for QDU1000/QRU1000 SoCs
 2022-12-21  7:58 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: interconnect: Add QDU1000/QRU1000 devices
` [PATCH v5 2/2] interconnect: qcom: Add QDU1000/QRU1000 interconnect driver

[PATCH v2] cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2
 2022-12-21  4:59 UTC  (2+ messages)

[PATCH] cpufreq: CPPC: Add u64 casts to avoid overflowing
 2022-12-21  4:48 UTC  (2+ messages)

[PATCH v8 00/13] Implement AMD Pstate EPP Driver
 2022-12-21  3:08 UTC  (28+ messages)
` [PATCH v8 01/13] ACPI: CPPC: Add AMD pstate energy performance preference cppc control
` [PATCH v8 02/13] Documentation: amd-pstate: add EPP profiles introduction
` [PATCH v8 03/13] cpufreq: intel_pstate: use common macro definition for Energy Preference Performance(EPP)
` [PATCH v8 04/13] cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregistering
` [PATCH v8 05/13] cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_param()
` [PATCH v8 06/13] cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors
` [PATCH v8 07/13] cpufreq: amd-pstate: implement amd pstate cpu online and offline callback
` [PATCH v8 08/13] cpufreq: amd-pstate: implement suspend and resume callbacks
` [PATCH v8 09/13] cpufreq: amd-pstate: add driver working mode switch support
` [PATCH v8 10/13] Documentation: amd-pstate: add amd pstate driver mode introduction
` [PATCH v8 11/13] Documentation: introduce amd pstate active mode kernel command line options
` [PATCH v8 12/13] cpufreq: amd-pstate: convert sprintf with sysfs_emit()
` [PATCH v8 13/13] Documentation: amd-pstate: introduce new global sysfs attributes

[PATCH v2 0/5] PM: Fixes for Realtime systems
 2022-12-20 21:36 UTC  (7+ messages)
` [PATCH v2 1/5] PM: domains: Add GENPD_FLAG_RT_SAFE for PREEMPT_RT
` [PATCH v2 2/5] cpuidle: psci: Mark as PREEMPT_RT safe
` [PATCH v2 3/5] cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT
` [PATCH v2 4/5] PM: Allow calling dev_pm_domain_set() with raw spinlock
` [PATCH v2 5/5] PM: domains: Do not call device_pm_check_callbacks() when holding genpd_lock()

[PATCH 0/5] Driver support for RZ/V2M PWC
 2022-12-20 21:22 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: gpio: Add RZ/V2M PWC GPIO driver bindings
` [PATCH 2/5] dt-bindings: power: reset: Add RZ/V2M PWC Power OFF bindings
` [PATCH 3/5] dt-bindings: mfd: Add RZ/V2M PWC global registers bindings

[RFC/RFT PATCH 0/2] Forced idle and Non-RCU local softirq pending
 2022-12-20 21:18 UTC  (11+ messages)
` [RFC/RFT PATCH 1/2] sched/core: Check and schedule ksoftirq

[PATCH 0/6] drivers: mfd: Add MAX77659 MFD and related device drivers
 2022-12-20 16:40 UTC  (13+ messages)
` [PATCH 1/6] drivers: mfd: add MAX77659 PMIC support
` [PATCH 2/6] dt-bindings: mfd: add MAX77659 binding
` [PATCH 3/6] drivers: power: supply: add MAX77659 charger support
` [PATCH 4/6] dt-bindings: power: supply: add MAX77659 charger binding
` [PATCH 5/6] drivers: regulator: add MAX77659 regulator support
` [PATCH 6/6] dt-bindings: regulator: add MAX77659 regulator binding

[PATCH v3 00/15] thermal/drivers/tsens: specify nvmem cells in DT rather than parsing them manually
 2022-12-20 14:02 UTC  (33+ messages)
` [PATCH v3 01/15] dt-bindings: thermal: tsens: add msm8956 compat
` [PATCH v3 02/15] dt-bindings: thermal: tsens: support per-sensor calibration cells
` [PATCH v3 03/15] dt-bindings: thermal: tsens: add per-sensor cells for msm8974
` [PATCH v3 04/15] thermal/drivers/tsens: Drop unnecessary hw_ids
` [PATCH v3 05/15] thermal/drivers/tsens: Drop msm8976-specific defines
` [PATCH v3 06/15] thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
` [PATCH v3 07/15] thermal/drivers/tsens: Support using nvmem cells for calibration data
` [PATCH v3 08/15] thermal/drivers/tsens: Drop single-cell code for msm8939
` [PATCH v3 09/15] thermal/drivers/tsens: Drop single-cell code for mdm9607
` [PATCH v3 10/15] thermal/drivers/tsens: Drop single-cell code for msm8976/msm8956
` [PATCH v3 11/15] thermal/drivers/tsens: Support using nvmem cells for msm8974 calibration
` [PATCH v3 12/15] arm64: dts: qcom: msm8916: specify per-sensor calibration cells
` [PATCH v3 13/15] arm64: dts: qcom: qcs404: "
` [PATCH v3 14/15] ARM: dts: qcom-msm8974: "
` [PATCH v3 15/15] ARM: dts: qcom-apq8084: "

[RFC PATCH 3/3] sched/fair: Traverse cpufreq policies to detect capacity inversion
 2022-12-20 13:50 UTC  (17+ messages)

[PATCH v2 00/22] sched: Introduce IPC classes for load balance
 2022-12-20  0:12 UTC  (13+ messages)
` [PATCH v2 02/22] sched: Add interfaces for IPC classes
` [PATCH v2 09/22] sched/fair: Use IPC class score to select a busiest runqueue

[PATCH] soc: ti: smartreflex: Simplify getting the opam_sr pointer
 2022-12-19 21:41 UTC  (2+ messages)

[RESEND PATCH v2 0/3] JH7110 PMU Support
 2022-12-19 20:40 UTC  (3+ messages)
` [RESEND PATCH v2 2/3] soc: starfive: Add StarFive JH71XX pmu driver

[PATCH V2 0/6] thermal/intel: Introduce intel-tcc lib and enhance tjmax handling
 2022-12-19 15:46 UTC  (7+ messages)
` [PATCH V2 1/6] thermal/intel: Introduce Intel TCC library
` [PATCH V2 2/6] thermal/int340x/processor_thermal: Use "
` [PATCH V2 3/6] thermal/intel/intel_soc_dts_iosf: "
` [PATCH V2 4/6] thermal/intel/intel_tcc_cooling: "
` [PATCH V2 5/6] thermal/x86_pkg_temp_thermal: "
` [PATCH V2 6/6] thermal/x86_pkg_temp_thermal: Add support for handling dynamic tjmax

[PATCH v7 00/13] Implement AMD Pstate EPP Driver
 2022-12-19 10:33 UTC  (19+ messages)
` [PATCH v7 03/13] cpufreq: intel_pstate: use common macro definition for Energy Preference Performance(EPP)
` [PATCH v7 05/13] cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors
` [PATCH v7 06/13] cpufreq: amd-pstate: implement amd pstate cpu online and offline callback
` [PATCH v7 07/13] cpufreq: amd-pstate: implement suspend and resume callbacks
` [PATCH v7 09/13] cpufreq: amd-pstate: add driver working mode status sysfs entry

[PATCH v7 08/13] cpufreq: amd-pstate: add frequency dynamic boost sysfs control
 2022-12-19  6:56 UTC  (3+ messages)

[PATCH] PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe()
 2022-12-17 16:05 UTC 

[PATCH AUTOSEL 6.1 08/22] thermal/core: Ensure that thermal device is registered in thermal_zone_get_temp
 2022-12-17 15:27 UTC 

[GIT PULL] power-supply changes for 6.2
 2022-12-17 14:59 UTC  (2+ messages)

[PATCH v3 0/9] dt-bindings: cleanup titles
 2022-12-16 19:11 UTC  (10+ messages)
` [PATCH v3 1/9] dt-bindings: drop redundant part of title of shared bindings
` [PATCH v3 2/9] dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title
` [PATCH v3 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
` [PATCH v3 4/9] dt-bindings: drop redundant part of title (end)
` [PATCH v3 5/9] dt-bindings: drop redundant part of title (end, part two)
` [PATCH v3 7/9] dt-bindings: drop redundant part of title (beginning)
` [PATCH v3 8/9] dt-bindings: clock: drop redundant part of title
` [PATCH v3 9/9] dt-bindings: drop redundant part of title (manual)

[PATCH RFC 1/2] PM: domains: Add GENPD_FLAG_RT_SAFE for PREEMPT_RT
 2022-12-16 15:04 UTC  (2+ messages)

[PATCH 1/2][v2] cpuidle-haltpoll: Replace default_idle with arch_cpu_idle
 2022-12-16 15:01 UTC  (4+ messages)
` [PATCH 2/2][v2] cpuidle-haltpoll: Build as module by default


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