linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-25 08:46:45 to 2019-10-30 09:28:03 UTC [more...]

[PATCH v3 0/7]Introduce Power domain based warming device driver
 2019-10-30  9:27 UTC  (12+ messages)
` [PATCH v3 6/7] dt-bindings: soc: qcom: Extend RPMh power controller binding to describe thermal warming device
` [PATCH v3 7/7] arm64: dts: qcom: Add mx power domain as "

[PATCH 1/2] thermal: cpu_cooling: Remove pointless dependency on CONFIG_OF
 2019-10-30  9:10 UTC  (2+ messages)
` [PATCH 2/2] thermal: cpu_cooling: Reorder the header file

[PATCH V6 1/3] cpuidle: play_idle: Make play_idle more flexible
 2019-10-30  7:51 UTC  (3+ messages)
` [PATCH V6 2/3] cpuidle: play_idle: Specify play_idle with an idle state
` [PATCH V6 3/3] powercap/drivers/idle_inject: Specify the idle state to inject

[PATCH] opp: Reinitialize the list_kref before adding the static OPPs again
 2019-10-30  7:50 UTC  (5+ messages)

[PATCH] of-thermal: Disable polling when interrupt property is found in DT
 2019-10-30  6:51 UTC  (2+ messages)

[RFC PATCH RESEND] cpuidle: undelaying cpuidle in dpm_{suspend|resume}()
 2019-10-30  2:21 UTC 

[PATCH v2] nvme: Add hardware monitoring support
 2019-10-30  0:53 UTC  (2+ messages)

[PATCH 00/13] cpuidle: psci: Support hierarchical CPU arrangement
 2019-10-30  0:50 UTC  (26+ messages)
` [PATCH 06/13] cpuidle: psci: Simplify OF parsing of CPU idle state nodes
` [PATCH 10/13] cpuidle: psci: Add a helper to attach a CPU to its PM domain
` [PATCH 11/13] cpuidle: psci: Attach CPU devices to their PM domains
` [PATCH 12/13] cpuidle: psci: Manage runtime PM in the idle path

[PATCH] cpufreq: Add user_min/max_freq
 2019-10-30  0:41 UTC 

[PATCH] Update ToDo with ideas for per_cpu_schedule handling
 2019-10-29 22:21 UTC 

"Force HWP min perf before offline" triggers unchecked MSR access errors
 2019-10-29 22:15 UTC  (5+ messages)

[PATCH v7 00/19] More improvements for Tegra30 devfreq driver
 2019-10-29 22:00 UTC  (20+ messages)
` [PATCH v7 01/19] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v7 02/19] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v7 03/19] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v7 04/19] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v7 05/19] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v7 06/19] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v7 07/19] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v7 08/19] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v7 09/19] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v7 10/19] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v7 11/19] PM / devfreq: tegra30: Constify structs
` [PATCH v7 12/19] PM / devfreq: tegra30: Include appropriate header
` [PATCH v7 13/19] PM / devfreq: tegra30: Increase sampling period to 16ms
` [PATCH v7 14/19] PM / devfreq: tegra30: Don't enable already enabled consecutive interrupts
` [PATCH v7 15/19] PM / devfreq: tegra30: Disable consecutive interrupts when appropriate
` [PATCH v7 16/19] PM / devfreq: Add new interrupt_driven flag for governors
` [PATCH v7 17/19] PM / devfreq: tegra30: Support variable polling interval
` [PATCH v7 18/19] PM / devfreq: tegra30: Tune up MCCPU boost-down coefficient
` [PATCH v7 19/19] PM / devfreq: tegra20/30: Add Dmitry as a maintainer

[PATCH v2 00/17] NVIDIA Tegra20 CPUFreq driver major update
 2019-10-29 21:42 UTC  (5+ messages)
` [PATCH v2 06/17] dt-bindings: cpufreq: Add binding for NVIDIA Tegra20/30

[PATCH v10 1/3] PM: wakeup: Add routine to help fetch wakeup source object
 2019-10-29 21:19 UTC  (2+ messages)

[PATCH v2] power: reset: gpio-restart: don't error on deferral
 2019-10-29 20:17 UTC 

[PATCH v2 1/3] power_supply: Add additional health properties to the header
 2019-10-29 20:02 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: power: Add the bq2515x family dt bindings
` [PATCH v2 3/3] power: supply: bq2515x: Introduce the bq2515x family

[PATCH] Revert "sched/fair: Fix O(nr_cgroups) in the load balancing path"
 2019-10-29 19:59 UTC  (13+ messages)

[PATCH][next] drivers: thermal: tsens: fix potential integer overflow on multiply
 2019-10-29 19:40 UTC  (2+ messages)

[PATCH 0/4] thermal: stm32: driver improvements
 2019-10-29 17:36 UTC  (12+ messages)
` [PATCH 1/4] thermal: stm32: implement set_trips callback
` [PATCH 2/4] thermal: stm32: fix IRQ flood on low threshold
` [PATCH 3/4] thermal: stm32: fix engineering calibration value
` [PATCH 4/4] ARM: dts: stm32: remove thermal passive trip point on stm32mp157c

[PATCH v2 00/13] cpuidle: psci: Support hierarchical CPU arrangement
 2019-10-29 16:44 UTC  (14+ messages)
` [PATCH v2 01/13] cpuidle: psci: Align psci_power_state count with idle state count
` [PATCH v2 02/13] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH v2 03/13] firmware: psci: Export functions to manage the OSI mode
` [PATCH v2 04/13] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
` [PATCH v2 05/13] cpuidle: dt: Support hierarchical CPU idle states
` [PATCH v2 06/13] cpuidle: psci: Simplify OF parsing of CPU idle state nodes
` [PATCH v2 07/13] cpuidle: psci: Support hierarchical CPU idle states
` [PATCH v2 08/13] cpuidle: psci: Add a helper to attach a CPU to its PM domain
` [PATCH v2 09/13] cpuidle: psci: Attach CPU devices to their PM domains
` [PATCH v2 10/13] cpuidle: psci: Prepare to use OS initiated suspend mode via "
` [PATCH v2 11/13] cpuidle: psci: Manage runtime PM in the idle path
` [PATCH v2 12/13] cpuidle: psci: Add support for PM domains by using genpd
` [PATCH v2 13/13] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916

linux-next: Tree for Oct 29 (thermal/qcom/)
 2019-10-29 15:14 UTC 

[PATCH v6 00/18] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-10-29 13:19 UTC  (8+ messages)
` [PATCH v6 09/18] clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP

[PATCH v4 3/3] pci: intel: Add sysfs attributes to configure pcie link
 2019-10-29 12:36 UTC  (4+ messages)

[PATCH RESEND v3 0/4] arm64: meson: add support for A1 Power Domains
 2019-10-29 12:09 UTC  (4+ messages)
` [PATCH v3 1/4] dt-bindings: power: add Amlogic secure power domains bindings

[PATCH] power: reset: gpio-restart: don't error on deferral
 2019-10-29 10:47 UTC  (2+ messages)

[PATCH RESEND 1/4] dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MM
 2019-10-29 10:26 UTC  (5+ messages)
` [PATCH RESEND 2/4] thermal: imx8mm: Add support for i.MX8MM thermal monitoring unit
` [PATCH RESEND 3/4] arm64: defconfig: Enable CONFIG_IMX8MM_THERMAL as module
` [PATCH RESEND 4/4] arm64: dts: imx8mm: Add thermal zone support

[RFC PATCH 0/4] Redefine interconnect provider DT nodes for SDM845
 2019-10-29  9:53 UTC  (5+ messages)
` [RFC PATCH 3/4] interconnect: qcom: Refactor icc rpmh support
` [RFC PATCH 4/4] interconnect: qcom: sdm845: Split qnodes into their respective NoCs

[PATCH V5 1/3] cpuidle: play_idle: Make play_idle more flexible
 2019-10-29  8:32 UTC  (7+ messages)
` [PATCH V5 2/3] cpuidle: play_idle: Specify play_idle with an idle state
` [PATCH V5 3/3] powercap/drivers/idle_inject: Specify the idle state to inject

[PATCH] cpuidle: undelaying cpuidle in dpm_{suspend|resume}()
 2019-10-29  8:32 UTC  (2+ messages)

[PATCH] power: supply: cpcap-charger: Make cpcap_charger_voltage_to_regval static
 2019-10-29  3:09 UTC  (4+ messages)

[PATCH v1 00/17] NVIDIA Tegra20 CPUFreq driver major update
 2019-10-28 23:48 UTC  (4+ messages)
` [PATCH v1 01/17] clk: tegra: Add custom CCLK implementation

[PATCH 00/46] ARM: pxa: towards multiplatform support
 2019-10-28 21:58 UTC  (11+ messages)
` [PATCH 05/46] ARM: pxa: split up mach/hardware.h
` [PATCH 34/46] ARM: pxa: remove get_clk_frequency_khz()

[PATCH] power: supply: ab8500_charger: Fix inconsistent IS_ERR and PTR_ERR
 2019-10-28 20:37 UTC  (3+ messages)

[PATCH 0/5] debugfs: Remove casts in debugfs_create_*() callers
 2019-10-28 17:56 UTC  (5+ messages)
` [PATCH 1/5] crypto: nx - Improve debugfs_create_u{32,64}() handling for atomics
` [PATCH 3/5] drm/amdgpu: Remove superfluous void * cast in debugfs_create_file() call

[PATCH v6 1/2] soc: samsung: Add Exynos Adaptive Supply Voltage driver
 2019-10-28 17:36 UTC  (4+ messages)
    ` [PATCH v6 2/2] ARM: EXYNOS: Enable exynos-asv driver for ARCH_EXYNOS

[PATCH 1/3] soc: samsung: Drop "syscon" compatible requirement from the chipid driver
 2019-10-28 17:35 UTC  (5+ messages)
    ` [PATCH 2/3] ARM: dts: exynos: Remove syscon compatible from chipid node on Exynos5
    ` [PATCH 3/3] dt-bindings: arm: samsung: Drop syscon compatible from CHIPID binding

[PATCHv2 0/3] Update cpupower and make it more accurate
 2019-10-28 16:37 UTC  (8+ messages)
` [PATCHv2 2/3] cpupower: mperf_monitor: Introduce per_cpu_schedule flag

[PATCH v2] cpufreq: powernv: fix stack bloat and NR_CPUS limitation
 2019-10-28 15:26 UTC  (3+ messages)

[PATCH] cpufreq: Clarify the comment in cpufreq_set_policy()
 2019-10-28 15:23 UTC  (2+ messages)

[PATCH v2] cpuidle: not unset the driver if it already exist
 2019-10-28 15:22 UTC  (2+ messages)

[PATCH v3 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
 2019-10-28 15:16 UTC  (5+ messages)

[PATCH] nvme: Add hardware monitoring support
 2019-10-28 13:27 UTC  (3+ messages)

[PATCH RESEND v2 0/4] arm64: meson: add support for A1 Power Domains
 2019-10-28 11:11 UTC  (6+ messages)
` [PATCH RESEND v2 1/4] dt-bindings: power: add Amlogic secure power domains bindings

[PATCH v3] thermal: qoriq: add thermal monitor unit version 2 support
 2019-10-28  9:05 UTC  (4+ messages)
  ` [EXT] "

[PATCH 0/5] Improve the SC27XX fuel gauge controller
 2019-10-28  7:19 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: power: Introduce one property to describe the battery resistance with temperature changes
` [PATCH 2/5] power: supply: core: Add battery internal resistance temperature table support
` [PATCH 3/5] power: supply: sc27xx: Optimize the battery resistance with measuring temperature
` [PATCH 4/5] dt-bindings: power: sc27xx: Add a new property to describe the real resistance of coulomb counter chip
` [PATCH 5/5] power: supply: sc27xx: Calibrate the resistance of coulomb counter

[PATCH] PCI: increase D3 delay for AMD Ryzen5/7 XHCI controllers
 2019-10-28  6:32 UTC  (3+ messages)

[PATCH v4 0/6] dt-bindings: max77650: convert the device-tree bindings to yaml
 2019-10-27 21:03 UTC  (11+ messages)
` [PATCH v4 2/6] dt-bindings: regulator: max77650: convert the binding document "
` [PATCH v4 3/6] dt-bindings: power: "
` [PATCH v4 4/6] dt-bindings: leds: "
` [PATCH v4 5/6] dt-bindings: mfd: "

[PATCH] power: supply: bd70528: Add MODULE_ALIAS to allow module auto loading
 2019-10-27 21:36 UTC  (2+ messages)

[PATCH -next] power: supply: ab8500_charger: Fix wrong pointer passed to PTR_ERR()
 2019-10-27 21:34 UTC  (2+ messages)

[PATCH] thermal: no need to set .owner when using module_platform_driver
 2019-10-27  7:33 UTC  (2+ messages)

[PATCH 01/13] cpuidle: psci: Fix potential access to unmapped memory
 2019-10-27  2:20 UTC  (4+ messages)
` [PATCH] cpuidle: psci: Align psci_power_state count with idle state count

[RFT][PATCH 0/3] cpufreq / PM: QoS: Introduce frequency QoS and use it in cpufreq
 2019-10-25 18:04 UTC  (9+ messages)

[PATCH 0/3] PM: QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY
 2019-10-25 18:00 UTC  (4+ messages)
` [PATCH 1/3] PM: QoS: Reorder pm_qos/freq_qos/dev_pm_qos structs
` [PATCH 2/3] PM: QoS: Export _freq_qos_apply
` [PATCH 3/3] PM: QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY

[pm:bleeding-edge 57/72] drivers/acpi/acpica/dbinput.c:514:7: warning: multi-character character constant
 2019-10-25 14:32 UTC 

[pm:bleeding-edge 55/72] drivers/acpi/acpica/dbnames.c:523:2: error: unknown type name 'ACPI_REGION_WALK_INFO'; did you mean 'ACPI_COMMON_FIELD_INFO'?
 2019-10-25 11:30 UTC 

[PATCH] ACPI: processor: Add QoS requests for all CPUs
 2019-10-25  8:51 UTC  (6+ messages)


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