linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-23 20:53:00 to 2023-06-27 10:14:11 UTC [more...]

[PATCH v2 01/15] genirq/devres: Add error information printing for devm_request_threaded_irq()
 2023-06-27 10:12 UTC  (7+ messages)
` [PATCH v2 02/15] thermal/drivers/armada: remove redundant msg
` [PATCH v2 03/15] thermal/drivers/brcmstb_thermal: "
` [PATCH v2 04/15] thermal/drivers/db8500: "
` [PATCH v2 05/15] thermal/drivers/hisi: "
` [PATCH v2 06/15] thermal/drivers/imx: "
` [PATCH v2 07/15] thermal/drivers/qcom: "

[PATCH 01/15] genirq/devres: Add error information printing for devm_request_threaded_irq()
 2023-06-27  8:49 UTC  (19+ messages)
` [PATCH 02/15] thermal/drivers/armada: remove redundant msg
` [PATCH 03/15] thermal/drivers/brcmstb_thermal: "
` [PATCH 04/15] thermal/drivers/db8500: "
` [PATCH 05/15] thermal/drivers/hisi: "
` [PATCH 06/15] thermal/drivers/imx: "
` [PATCH 07/15] thermal/drivers/qcom: "
` [PATCH 08/15] thermal/drivers/tegra-soctherm: "
` [PATCH 09/15] thermal/drivers/maxim: "
` [PATCH 10/15] thermal/drivers/int340x: "
` [PATCH 11/15] thermal/drivers/intel: "
` [PATCH 12/15] thermal/drivers/stm: "
` [PATCH 13/15] thermal/drivers/rockchip: "
` [PATCH 14/15] thermal/drivers/tegra: "
` [PATCH 15/15] thermal/drivers/mediatek/lvts_thermal: "

[PATCH 1/6] drivers/thermal/k3: Convert to devm_platform_ioremap_resource()
 2023-06-27  7:47 UTC  (10+ messages)
` [PATCH 2/6] thermal/drivers/k3_j72xx_bandgap: "
` [PATCH 3/6] thermal/drivers/qcom: "
` [PATCH 4/6] drivers/thermal/rcar_gen3_thermal: "
` [PATCH 5/6] thermal/drivers/rcar: "
` [PATCH 6/6] drivers/thermal/ti-soc-thermal: Use devm_platform_get_and_ioremap_resource()

Fwd: High cpu usage caused by kernel process when upgraded to linux 5.19.17 or later
 2023-06-27  7:30 UTC  (3+ messages)

[PATCH v2] PM: QoS: Restore support for default value on frequency QoS
 2023-06-27  7:17 UTC 

decouple block open flags from fmode_t
 2023-06-27  5:41 UTC  (3+ messages)
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release

[GIT PULL] Power management updates for v6.5-rc1
 2023-06-27  2:56 UTC  (2+ messages)

[GIT PULL] Thermal control updates for v6.5-rc1
 2023-06-27  2:56 UTC  (2+ messages)

[GIT PULL] ACPI updates for v6.5-rc1
 2023-06-27  2:56 UTC  (2+ messages)

[GIT PULL] cpufreq/arm updates for 6.5
 2023-06-27  2:30 UTC 

[GIT PULL] OPP updates for 6.5
 2023-06-27  2:16 UTC 

[PATCH] OPP: Properly propagate error along when failing to get icc_path
 2023-06-27  2:05 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS dac8e1ee51b8fec4b037a575db976ee1ba34d616
 2023-06-27  1:09 UTC 

[PATCH v4 00/24] sched: Introduce classes of tasks for load balance
 2023-06-26 21:01 UTC  (15+ messages)
` [PATCH v4 06/24] sched/fair: Collect load-balancing stats for IPC classes
` [PATCH v4 07/24] sched/fair: Compute IPC class scores for load balancing
` [PATCH v4 10/24] sched/fair: Use IPCC scores to select a busiest runqueue
` [PATCH v4 18/24] sched/task_struct: Add helpers for IPC classification

[PATCH v2 00/26] ARM: qcom: apq8064: support CPU frequency scaling
 2023-06-26 19:49 UTC  (56+ messages)
` [PATCH v2 01/26] dt-bindings: opp: opp-v2-kryo-cpu: support Qualcomm Krait SoCs
` [PATCH v2 02/26] dt-bindings: soc: qcom: merge qcom,saw2.txt into qcom,spm.yaml
` [PATCH v2 03/26] dt-bindings: soc: qcom: qcom,saw2: define optional regulator node
` [PATCH v2 04/26] dt-bindings: clock: qcom,krait-cc: Krait core clock controller
` [PATCH v2 05/26] dt-bindings: cache: describe L2 cache on Qualcomm Krait platforms
` [PATCH v2 06/26] interconnect: icc-clk: add support for scaling using OPP
` [PATCH v2 07/26] clk: qcom: krait-cc: rewrite driver to use clk_hw instead of clk
` [PATCH v2 08/26] soc: qcom: spm: add support for voltage regulator
` [PATCH v2 09/26] cpufreq: qcom-nvmem: create L2 cache device
` [PATCH v2 10/26] cpufreq: qcom-nvmem: also accept operating-points-v2-krait-cpu
` [PATCH v2 11/26] cpufreq: qcom-nvmem: drop pvs_ver for format a fuses
` [PATCH v2 12/26] cpufreq: qcom-nvmem: provide separate configuration data for apq8064
` [PATCH v2 13/26] soc: qcom: Add driver for Qualcomm Krait L2 cache scaling
` [PATCH v2 14/26] ARM: dts: qcom: apq8064: rename SAW nodes to power-manager
` [PATCH v2 15/26] ARM: dts: qcom: apq8064: declare SAW2 regulators
` [PATCH v2 16/26] ARM: dts: qcom: apq8064: add L2 cache scaling
` [PATCH v2 17/26] ARM: dts: qcom: apq8064: add simple CPUFreq support
` [PATCH v2 18/26] ARM: dts: qcom: apq8064: provide voltage scaling tables
` [PATCH v2 19/26] ARM: dts: qcom: apq8064: enable passive CPU cooling
` [PATCH v2 20/26] ARM: dts: qcom: apq8064-asus-nexus7-flo: constraint cpufreq regulators
` [PATCH v2 21/26] ARM: dts: qcom: apq8064-ifc6410: "
` [PATCH v2 22/26] ARM: dts: qcom: msm8960: declare SAW2 regulators
` [PATCH v2 23/26] ARM: dts: qcom: apq8084: drop 'regulator' property from SAW2 device
` [PATCH v2 24/26] ARM: dts: qcom: msm8974: "
` [PATCH v2 25/26] ARM: dts: qcom: ipq4019: drop 'regulator' property from SAW2 devices
` [PATCH v2 26/26] ARM: dts: qcom: ipq8064: "

[Bug 217589] New: Intel CPU maximum boost frequency reduced after resume from suspend to RAM
 2023-06-26 18:53 UTC  (4+ messages)
` [Bug 217589] "

[PATCH V2 0/7] ARM: dts: bcm283x: Improve device-trees and bindings
 2023-06-26 18:16 UTC  (11+ messages)
` [PATCH V2 1/7] ARM: dts: bcm283x: Fix pinctrl groups
` [PATCH V2 3/7] ARM: dts: bcm2835: adjust DMA node names
` [PATCH V2 5/7] ARM: dts: bcm283x: Increase pwm-cells
` [PATCH V2 7/7] dt-bindings: timer: convert bcm2835-system-timer bindings to YAML

[Bug 217597] New: lscpu reporting incorrect CPU current frequencies
 2023-06-26 17:57 UTC  (2+ messages)
` [Bug 217597] "

[GIT PULL] thermal for v6.5-rc1
 2023-06-26 17:15 UTC  (2+ messages)

[PATCH] PM: hibernate: don't store zero pages in the image file
 2023-06-26 15:47 UTC  (3+ messages)
` [PATCH v6] "

fix the name_to_dev_t mess v2
 2023-06-26 14:50 UTC  (5+ messages)
` [PATCH 08/24] init: pass root_device_name explicitly

[PATCH] thermal/drivers/sun8i: remove unneeded comments
 2023-06-26 12:55 UTC 

[PATCH] thermal/drivers/qcom/temp-alarm: Use dev_err_probe
 2023-06-26 11:20 UTC  (3+ messages)

[PATCH v2 0/3] MM8013 fg driver
 2023-06-26 10:32 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Mitsumi Electric Co., Ltd
` [PATCH v2 2/3] dt-bindings: power: supply: Document Mitsumi MM8013 fuel gauge
` [PATCH v2 3/3] power: supply: Introduce MM8013 fuel gauge driver

[PATCH v6 0/2] power: domain: handle power supplies that need interrupts
 2023-06-26  9:50 UTC  (11+ messages)
` [PATCH v6 1/2] power: domain: handle genpd correctly when needing interrupts

[PATCH V3] thermal/core/power_allocator: avoid thermal cdev can not be reset
 2023-06-26  7:45 UTC  (14+ messages)
` [PATCH V4] thermal/core/power_allocator: reset thermal governor when trip point is changed

[PATCH 0/2] Add provision to keep idle state disabled
 2023-06-26  6:44 UTC  (7+ messages)

[PATCH] OPP: Use dev_err_probe() when failing to get icc_path
 2023-06-26  6:40 UTC  (2+ messages)

[PATCH] cpufreq: qcom-cpufreq-hw: Use dev_err_probe() when failing to get icc paths
 2023-06-26  6:40 UTC  (3+ messages)

[PATCH] PM: QoS: Restore support for default value on frequency QoS
 2023-06-26  3:51 UTC 

[PATCH 0/8] Finish thermal zone structure encapsulation
 2023-06-25 20:29 UTC  (3+ messages)
` [PATCH 4/8] thermal/core: Update the generic trip points

[PATCH] e1000e: Use PME poll to circumvent unreliable ACPI wake
 2023-06-25  6:28 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 00/45] Add support for sam9x7 SoC family
 2023-06-24  9:19 UTC  (74+ messages)
` [PATCH v2 01/45] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60, sam9x7 compatible
` [PATCH v2 02/45] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible
` [PATCH v2 03/45] dt-bindings: usb: generic-ehci: Document clock-names property
` [PATCH v2 04/45] dt-bindings: net: cdns,macb: add documentation for sam9x7 ethernet interface
` [PATCH v2 12/45] dt-bindings: reset: atmel,at91sam9260-reset: add sam9x7 binding
` [PATCH v2 13/45] dt-bindings: atmel-sysreg: add bindings for sam9x7
` [PATCH v2 14/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel AES
` [PATCH v2 15/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel SHA
` [PATCH v2 16/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel TDES
` [PATCH v2 17/45] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7
` [PATCH v2 18/45] dt-bindings: i2c: at91: Add SAM9X7 compatible string
` [PATCH v2 19/45] dt-bindings: mfd: "
` [PATCH v2 20/45] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr
` [PATCH v2 21/45] dt-bindings: atmel-matrix: add microchip,sam9x7-matrix
` [PATCH v2 22/45] dt-bindings: atmel-smc: add microchip,sam9x7-smc
` [PATCH v2 23/45] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc
` [PATCH v2 24/45] dt-bindings: sdhci-of-at91: add microchip,sam9x7-sdhci
` [PATCH v2 25/45] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
` [PATCH v2 26/45] dt-bindings: pinctrl: at91: add bindings for SAM9X7
` [PATCH v2 27/45] dt-bindings: rng: atmel,at91-trng: document sam9x7 TRNG
` [PATCH v2 28/45] dt-bindings: rtc: at91rm9200: add sam9x7 compatible
` [PATCH v2 29/45] dt-bindings: rtt: at91rm9260: "
` [PATCH v2 30/45] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7
` [PATCH v2 31/45] dt-bindings: atmel-classd: add sam9x7 compatible
` [PATCH v2 32/45] spi: dt-bindings: atmel,at91rm9200-spi: "
` [PATCH v2 33/45] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x7
` [PATCH v2 34/45] dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt
` [PATCH v2 35/45] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic
` [PATCH v2 36/45] clk: at91: sam9x7: add sam9x7 pmc driver
` [PATCH v2 38/45] power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7
` [PATCH v2 39/45] power: reset: at91-reset: add reset support for sam9x7 SoC
` [PATCH v2 40/45] power: reset: at91-reset: add sdhwc "
` [PATCH v2 41/45] ARM: at91: Kconfig: add config flag for SAM9X7 SoC
` [PATCH v2 42/45] ARM: configs: at91: enable config flags for sam9x7 SoC family
` [PATCH v2 43/45] ARM: dts: at91: sam9x7: add device tree for SoC
` [PATCH v2 44/45] dt-bindings: arm: add sam9x75 curiosity board
` [PATCH v2 45/45] ARM: dts: at91: sam9x75_curiosity: add device tree for "
  ` (subset) [PATCH v2 00/45] Add support for sam9x7 SoC family


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