linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 19:32:03 to 2022-07-11 10:46:29 UTC [more...]

regulator: BD71837 PMIC resume during noirq phase?
 2022-07-11  9:52 UTC  (5+ messages)

[PATCH v4 0/6] vfio/pci: power management changes
 2022-07-11  9:50 UTC  (19+ messages)
` [PATCH v4 1/6] vfio/pci: Mask INTx during runtime suspend
` [PATCH v4 2/6] vfio: Add a new device feature for the power management
` [PATCH v4 3/6] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v4 6/6] vfio/pci: Add support for virtual PME

[PATCH v1 1/3] power: domain: handle power supplies that need irq
 2022-07-11  9:45 UTC  (3+ messages)
` [PATCH v1 2/3] dt-binding: power: power-domain: add power-supply-needs-irq
` [PATCH v1 3/3] arm64: dts: imx8mq-librem5: set pd power-supply-needs-irq when needed

[PATCH v1 00/33] New thermal OF code
 2022-07-11  9:14 UTC  (40+ messages)
` [PATCH v1 01/33] thermal/of: Rework the thermal device tree initialization
` [PATCH v1 02/33] thermal/of: Make new code and old code co-exist
` [PATCH v1 03/33] thermal/drivers/rockchip: Switch to new of API
` [PATCH v1 04/33] thermal/drivers/uniphier: "
` [PATCH v1 05/33] thermal/drivers/generic-adc: "
` [PATCH v1 06/33] thermal/drivers/mmio: "
` [PATCH v1 07/33] thermal/drivers/tegra: "
` [PATCH v1 08/33] thermal/drivers/sun8i: "
` [PATCH v1 09/33] thermal/drivers/sprd: "
` [PATCH v1 10/33] thermal/drivers/broadcom: "
` [PATCH v1 11/33] thermal/drivers/qcom: "
` [PATCH v1 12/33] thermal/drivers/st: "
` [PATCH v1 13/33] thermal/drivers/amlogic: "
` [PATCH v1 14/33] thermal/drivers/armada: "
` [PATCH v1 15/33] thermal/drivers/db8500: "
` [PATCH v1 16/33] thermal/drivers/imx: "
` [PATCH v1 17/33] thermal/drivers/rcar: "
` [PATCH v1 18/33] thermal/drivers/rzg2l: "
` [PATCH v1 19/33] thermal/drivers/qoriq: "
` [PATCH v1 20/33] thermal/drivers/mtk: "
` [PATCH v1 21/33] thermal/drivers/banggap: "
` [PATCH v1 22/33] thermal/drivers/maxim: "
` [PATCH v1 23/33] thermal/drivers/hisilicon: "
` [PATCH v1 24/33] thermal/drivers/ti-soc: "
` [PATCH v1 25/33] ata/drivers/ahci_imx: Switch to new of thermal API
` [PATCH v1 26/33] hwmon/drivers: "
` [PATCH v1 27/33] iio/drivers/sun4i_gpadc: "
` [PATCH v1 28/33] input/drivers/touchscreen_sun4i: "
` [PATCH v1 29/33] regulator/drivers/max8976: "
` [PATCH v1 30/33] thermal/drivers/bcm2835: "
` [PATCH v1 31/33] thermal/drivers/samsung: "
` [PATCH v1 32/33] thermal/core: Move set_trip_temp ops to the sysfs code
` [PATCH v1 33/33] thermal/of: Remove old OF code

[PATCH v2 1/4] char: misc: allow calling open() callback without misc_mtx held
 2022-07-11  8:12 UTC  (6+ messages)
` [PATCH v2 2/4] PM: hibernate: call wait_for_device_probe() without system_transition_mutex held
  ` [PATCH v2 3/4] PM: hibernate: allow wait_for_device_probe() to timeout when resuming from hibernation
    ` [PATCH v2 4/4] PM: hibernate: don't set PF_FREEZER_SKIP flag when manipulating /dev/snapshot

[PATCH] sched/schedutil: Fix deadlock between cpuset and cpu hotplug when using schedutil
 2022-07-11  7:50 UTC  (6+ messages)

[PATCH v2 00/14] AMD Pstate Enhancement And Issue Fixs
 2022-07-11  1:47 UTC  (3+ messages)

[PATCH v2 10/14] cpufreq: cpufreq: export cpufreq cpu release and acquire
 2022-07-11  1:44 UTC  (5+ messages)

[PATCH v3 0/3] msm8939 cpufreq preparatory work
 2022-07-11  0:48 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: opp: opp-v2-kryo-cpu: Fix example binding checks
` [PATCH v3 2/3] dt-bindings: opp: Add missing compat devices
` [PATCH v3 3/3] dt-bindings: opp: Add msm8939 to the compatible list

[PATCH v2 0/4] qcom-cpufreq-hw LMH irq/hotplug interractions
 2022-07-11  0:46 UTC  (2+ messages)

[RFC] thermal/core: Disable uevent messages for cooling devices
 2022-07-10 16:40 UTC 

[PATCH 0/2] Fix 2 5.19 power-off regressions caused by sys-off-handler work
 2022-07-10 15:27 UTC  (8+ messages)
` [PATCH 1/2] platform/x86: x86-android-tablets: Fix Lenovo Yoga Tablet 2 830/1050 poweroff again
` [PATCH 2/2] efi: Fix efi_power_off() not being run before acpi_power_off() when necessary

[PATCH v5 00/12] thermal OF rework
 2022-07-10 12:35 UTC  (14+ messages)
` [PATCH v5 01/12] thermal/core: Remove duplicate information when an error occurs
` [PATCH v5 02/12] thermal/of: Replace device node match with device node search
` [PATCH v5 03/12] thermal/of: Remove the device node pointer for thermal_trip
` [PATCH v5 04/12] thermal/of: Move thermal_trip structure to thermal.h
` [PATCH v5 05/12] thermal/core: Remove unneeded EXPORT_SYMBOLS
` [PATCH v5 06/12] thermal/core: Move thermal_set_delay_jiffies to static
` [PATCH v5 07/12] thermal/core: Rename trips to ntrips
` [PATCH v5 07/12] thermal/core: Rename 'trips' to 'num_trips'
` [PATCH v5 08/12] thermal/core: Add thermal_trip in thermal_zone
` [PATCH v5 09/12] thermal/core: Register with the trip points
` [PATCH v5 10/12] thermal/of: Store the trips in the thermal zone
` [PATCH v5 11/12] thermal/of: Use thermal trips stored "
` [PATCH v5 12/12] thermal/of: Initialize trip points separately

[PATCH] char: misc: make misc_open() and misc_register() killable
 2022-07-10  2:27 UTC  (12+ messages)

[PATCH v4 00/12] thermal OF rework
 2022-07-10  1:12 UTC  (14+ messages)
` [PATCH v4 01/12] thermal/core: Remove duplicate information when an error occurs
` [PATCH v4 02/12] thermal/of: Replace device node match with device node search
` [PATCH v4 03/12] thermal/of: Remove the device node pointer for thermal_trip
` [PATCH v4 04/12] thermal/of: Move thermal_trip structure to thermal.h
` [PATCH v4 05/12] thermal/core: Remove unneeded EXPORT_SYMBOLS
` [PATCH v4 06/12] thermal/core: Move thermal_set_delay_jiffies to static
` [PATCH v4 07/12] thermal/core: Rename 'trips' to 'num_trips'
` [PATCH v4 08/12] thermal/core: Add thermal_trip in thermal_zone
` [PATCH v4 09/12] thermal/core: Register with the trip points
` [PATCH v4 10/12] thermal/of: Store the trips in the thermal zone
` [PATCH v4 11/12] thermal/of: Use thermal trips stored "
` [PATCH v4 12/12] thermal/of: Initialize trip points separately

[PATCH v8 00/15] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
 2022-07-09 23:15 UTC  (4+ messages)
` [PATCH v8 02/15] dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file

[PATCH v2 14/14] cpufreq: CPPC: remove the acpi_disabled check
 2022-07-09 14:20 UTC 

[PATCH v2 13/14] arch_topology: remove the acpi_disabled check
 2022-07-09 14:20 UTC 

[PATCH v2 12/14] cpufreq: amd_pstate: update transition delay time to 1ms
 2022-07-09 14:20 UTC 

[PATCH v2 11/14] cpufreq: amd-pstate: add ACPI disabled check in acpi_cpc_valid()
 2022-07-09 14:19 UTC 

[PATCH v2 09/14] cpufreq: amd-pstate: update pstate frequency transition delay time
 2022-07-09 14:19 UTC 

[PATCH v2 08/14] cpufreq: amd-pstate: fix white-space
 2022-07-09 14:19 UTC 

[PATCH v2 07/14] cpufreq: amd_pstate: map desired perf into pstate scope for powersave governor
 2022-07-09 14:19 UTC 

[PATCH v2 06/14] cpufreq: amd_pstate: fix wrong lowest perf fetch
 2022-07-09 14:18 UTC 

[PATCH v2 05/14] cpufreq: amd-pstate: simplify cpudata pointer assignment
 2022-07-09 14:18 UTC 

[PATCH v2 04/14] cpufreq: amd-pstate: prefetch cppc_req_cached value in amd_pstate_cpu_init()
 2022-07-09 14:18 UTC 

[PATCH v2 03/14] cpufreq: amd-pstate: cleanup the unused and duplicated headers declaration
 2022-07-09 14:18 UTC 

[PATCH v2 02/14] cpufreq: amd-pstate: enable AMD Precision Boost mode switch
 2022-07-09 14:17 UTC 

[PATCH v2 01/14] x86/msr: Add the MSR definition for AMD CPPC hardware control
 2022-07-09 14:17 UTC 

[PATCH 07/12] cpufreq: amd_pstate: map desired perf into pstate scope for powersave governor
 2022-07-09  8:49 UTC  (3+ messages)

[PATCH 2/2] cpupower: rapl monitor - shows the used power consumption in uj for each rapl domain
 2022-07-09  8:13 UTC 

[PATCH 1/2] cpupower: Introduce powercap intel-rapl library helpers and powercap-info command
 2022-07-09  8:13 UTC 

[PATCH 0/2] Introduce powercap userspace frontend
 2022-07-09  8:13 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 3420be34050b75d68043c73c30ad950166ba05a7
 2022-07-09  7:48 UTC 

[GIT PULL] Power management fixes for v5.19-rc6
 2022-07-08 20:32 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v5.19-rc6
 2022-07-08 20:32 UTC  (2+ messages)

PM runtime_error handling missing in many drivers?
 2022-07-08 20:10 UTC  (4+ messages)

[PATCH] PM: runtime: Extend support for wakeirq for force_suspend|resume
 2022-07-08 19:37 UTC  (3+ messages)

[PATCH] Documentation: PM: Drop pme_interrupt reference
 2022-07-08 19:28 UTC  (4+ messages)

[GIT PULL] ACPI fixes for v5.19-rc6
 2022-07-08 19:19 UTC 

[PATCH v2 1/3] thermal/core: Encapsulate the trip point crossed function
 2022-07-08 18:32 UTC  (3+ messages)
` [PATCH v2 2/3] thermal/core: Passing a parameter instead of calling the function again
` [PATCH v2 3/3] thermal/core: Fix thermal trip cross point

[PATCH V2 00/13] OPP: Add support for multiple clocks*
 2022-07-08 16:15 UTC  (8+ messages)

[PATCH v5 1/5] dt-bindings: thermal: tsens: Add ipq8074 compatible
 2022-07-08 13:29 UTC  (5+ messages)
` [PATCH v5 2/5] drivers: thermal: tsens: Add support for combined interrupt
` [PATCH v5 3/5] drivers: thermal: tsens: allow configuring min and max trips
` [PATCH v5 4/5] drivers: thermal: tsens: add IPQ8074 support
` [PATCH v5 5/5] arm64: dts: ipq8074: add thermal nodes

[PATCH 11/12] cpufreq: amd-pstate: add ACPI disabled check
 2022-07-08 11:48 UTC  (3+ messages)

[PATCH 10/12] cpufreq: cpufreq: export cpufreq cpu release and acquire
 2022-07-08 11:46 UTC  (3+ messages)

[PATCH 02/12] cpufreq: amd-pstate: enable AMD Precision Boost mode switch
 2022-07-08 11:43 UTC  (3+ messages)

[PATCH 3/3] thermal: qcom: tsens: Implement re-initialization workaround quirk
 2022-07-08 11:40 UTC  (2+ messages)

[PATCH 1/3] thermal/core: Encapsulate the trip point crossed function
 2022-07-08 10:48 UTC  (6+ messages)
` [PATCH 2/3] thermal/core: Passing a parameter instead of calling the function again
` [PATCH 3/3] thermal/core: Fix thermal trip cross point

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (4+ messages)

[PATCH v2 0/4] msm8939 cpufreq preparatory work
 2022-07-08  9:43 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: opp: opp-v2-kryo-cpu: Fix example binding checks
` [PATCH v2 2/4] dt-bindings: opp: Add missing compat devices
` [PATCH v2 3/4] dt-bindings: opp: Add msm8939 to the compatible list
` [PATCH v2 4/4] cpufreq: blocklist Qualcomm msm8939 in cpufreq-dt-platdev

[rafael-pm:bleeding-edge] BUILD SUCCESS 2f55584bbacb152e5c937d542d1c555b2879570e
 2022-07-08  9:06 UTC 

[PATCH V4 0/7] imx: blk-ctrl: Add interconnect for i.MX8MP
 2022-07-08  8:56 UTC  (8+ messages)
` [PATCH V4 1/7] dt-bindings: soc: imx: add interconnect property for i.MX8MP media blk ctrl
` [PATCH V4 2/7] dt-bindings: soc: imx: add interconnect property for i.MX8MP hdmi "
` [PATCH V4 3/7] dt-bindings: soc: imx: add interconnect property for i.MX8MP hsio "
` [PATCH V4 4/7] soc: imx: add icc paths for i.MX8MP media "
` [PATCH V4 5/7] soc: imx: add icc paths for i.MX8MP hsio/hdmi "
` [PATCH V4 6/7] arm64: dts: imx8mp: add interconnects for media "
` [PATCH V4 7/7] arm64: dts: imx8mp: add interconnect for hsio "

[PATCH V4] arm64: dts: imx8mp: add NoC node
 2022-07-08  8:21 UTC  (2+ messages)

[PATCH v4 0/5] interconnect: qcom: icc-rpm: Support bucket
 2022-07-08  6:33 UTC  (7+ messages)
` [PATCH v4 4/5] interconnect: qcom: icc-rpm: Support multiple buckets
` [PATCH v4 5/5] interconnect: qcom: icc-rpm: Set bandwidth and clock for bucket values

[PATCH] char: misc: make misc_open() and misc_register() killable
 2022-07-08  6:06 UTC  (4+ messages)

[PATCH V3 0/7] imx: blk-ctrl: Add interconnect for i.MX8MP
 2022-07-08  0:06 UTC  (4+ messages)
` [PATCH V3 6/7] arm64: dts: imx8mp: add interconnects for media blk ctrl

[PATCH] pm-graph v5.9
 2022-07-07 22:54 UTC 

[Bug 215938] New: amd-pstate ignoring scaling_max_freq after waking from suspend
 2022-07-07 22:36 UTC  (2+ messages)
` [Bug 215938] "

[GIT PULL] devfreq fixes for 5.19-rc6
 2022-07-07 19:41 UTC 


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