linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-18 10:12:51 to 2019-07-23 12:20:28 UTC [more...]

[RFC PATCH 00/11] Simple QoS for exynos-bus driver using interconnect
 2019-07-23 12:20 UTC  (2+ messages)
    ` [RFC PATCH 02/11] devfreq: exynos-bus: Extract exynos_bus_profile_init_passive()

[PATCH 0/6] ARM: psci: cpuidle: PSCI CPUidle rework
 2019-07-23 11:49 UTC  (10+ messages)
` [PATCH 1/6] ARM: cpuidle: Remove useless header include
` [PATCH 2/6] ARM: cpuidle: Remove overzealous error logging
` [PATCH 3/6] drivers: firmware: psci: Decouple checker from generic ARM CPUidle
` [PATCH 4/6] ARM: psci: cpuidle: Introduce PSCI CPUidle driver
` [PATCH 5/6] ARM: psci: cpuidle: Enable "
` [PATCH 6/6] PSCI: cpuidle: Refactor CPU suspend power_state parameter handling

[PATCH v3 0/5] Add required-opps support to devfreq passive gov
 2019-07-23 10:28 UTC  (7+ messages)
` [PATCH v3 2/5] OPP: Add function to look up required OPP's for a given OPP
` [PATCH v3 3/5] OPP: Improve require-opps linking
` [PATCH v3 5/5] PM / devfreq: Add required OPPs support to passive governor

[PATCH] Revert "cpufreq: schedutil: Don't set next_freq to UINT_MAX"
 2019-07-23 10:27 UTC  (9+ messages)
` [PATCH] cpufreq: schedutil: Don't skip freq update when limits change

[PATCH] thermal: Fix use-after-free when unregistering thermal zone device
 2019-07-23  8:36 UTC  (2+ messages)

[PATCH v2] driver core: Remove device link creation limitation
 2019-07-23  7:57 UTC  (3+ messages)

[PATCH] power: sysfs: Remove wakeup_abort_count attribute
 2019-07-23  7:44 UTC  (8+ messages)
  ` [PATCH 0/2] power: Refactor device level sysfs
    ` [PATCH 1/2 V2] power: sysfs: Remove wakeup_abort_count attribute
    ` [PATCH 2/2 V2] power:sysfs: Expose device wakeup_event_count

[PATCH] int340X/processor_thermal_device: Fix proc_thermal_rapl_remove()
 2019-07-23  7:32 UTC  (3+ messages)

[PATCH V2 00/10] cpufreq: Migrate users of policy notifiers to QoS requests
 2019-07-23  6:14 UTC  (11+ messages)
` [PATCH V2 01/10] cpufreq: Add policy create/remove notifiers
` [PATCH V2 02/10] thermal: cpu_cooling: Switch to QoS requests instead of cpufreq notifier
` [PATCH V2 03/10] powerpc: macintosh: "
` [PATCH V2 04/10] cpufreq: powerpc_cbe: "
` [PATCH V2 05/10] ACPI: cpufreq: "
` [PATCH V2 06/10] arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY
` [PATCH V2 07/10] video: sa1100fb: Remove cpufreq policy notifier
` [PATCH V2 08/10] video: pxafb: "
` [PATCH V2 09/10] cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier events
` [PATCH V2 10/10] Documentation: cpufreq: Update policy notifier documentation

[PATCH 1/6] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
 2019-07-23  2:51 UTC  (8+ messages)
` [PATCH 3/6] dt-bindings: thermal: qoriq: Add optional clocks property
` [PATCH 5/6] clk: imx8mq: Remove CLK_IS_CRITICAL flag for IMX8MQ_CLK_TMU_ROOT
` [PATCH 6/6] arm64: dts: imx8mq: Add clock for TMU node

[PATCH] power/supply: ingenic-battery: Don't change scale if there's only one
 2019-07-23  2:45 UTC 

[PATCH v3 0/6] Introduce Bandwidth OPPs for interconnect paths
 2019-07-23  2:21 UTC  (18+ messages)
` [PATCH v3 1/6] dt-bindings: opp: Introduce opp-peak-KBps and opp-avg-KBps bindings
` [PATCH v3 5/6] dt-bindings: interconnect: Add interconnect-opp-table property

[PATCH v2 0/9] Exynos Adaptive Supply Voltage support
 2019-07-23  2:04 UTC  (11+ messages)
    ` [PATCH v2 1/9] soc: samsung: Add exynos chipid driver support
    ` [PATCH v2 2/9] soc: samsung: Convert exynos-chipid driver to use the regmap API
    ` [PATCH v2 3/9] soc: samsung: Add Exynos Adaptive Supply Voltage driver
    ` [PATCH v2 4/9] ARM: EXYNOS: enable exynos_chipid for ARCH_EXYNOS
    ` [PATCH v2 5/9] ARM64: "
    ` [PATCH v2 6/9] ARM: EXYNOS: Enable exynos-asv driver "
    ` [PATCH v2 7/9] soc: samsung: Update the CHIP ID DT binding documentation
    ` [PATCH v2 8/9] ARM: dts: Add "syscon" compatible string to chipid node
    ` [PATCH v2 9/9] ARM: dts: Add samsung,asv-bin property for odroidxu3-lite

[PATCH 0/5] Add support for WD MyCloud EX2 Ultra (+ versatile UART-based restart/poweroff drivers)
 2019-07-23  1:56 UTC  (7+ messages)
` [PATCH 1/5] power: reset: Add UART-based MCU poweroff DT bindings
` [PATCH 2/5] power: reset: Add UART-based MCU restart "
` [PATCH 3/5] power/reset: Add a power off driver for UART-based PM MCUs
` [PATCH 4/5] power/reset: Add a restart "
` [PATCH 5/5] ARM: dts: armada385-wd-mcex2u: Add DTS file for WD My Cloud EX2 Ultra

[PATCH v3 0/5] add coupled regulators for Exynos5422/5800
 2019-07-23  1:48 UTC  (7+ messages)
    ` [PATCH v3 1/5] devfreq: exynos-bus: correct clock enable sequence
    ` [PATCH v3 2/5] opp: core: add regulators enable and disable
    ` [PATCH v3 3/5] devfreq: exynos-bus: convert to use dev_pm_opp_set_rate()
    ` [PATCH v3 4/5] ARM: dts: exynos: add initial data for coupled regulators for Exynos5422/5800
    ` [PATCH v3 5/5] dt-bindings: devfreq: exynos-bus: remove unused property

[PATCH] drivers: thermal: processor_thermal_device: Export sysfs inteface for TCC offset
 2019-07-23  1:03 UTC 

[PATCH 0/4] Add support for i.MX8MM thermal sensor driver
 2019-07-22 23:54 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MM

[PATCH v5 0/4] nvme: add thermal zone devices
 2019-07-22 22:16 UTC  (3+ messages)
` [PATCH v5 2/4] dt-bindings: thermal: nvme: Add binding documentation

[PATCH V2 1/4] drivers: qcom: rpmh-rsc: simplify TCS locking
 2019-07-22 21:53 UTC  (4+ messages)
` [PATCH V2 2/4] drivers: qcom: rpmh-rsc: avoid locking in the interrupt handler
` [PATCH V2 3/4] drivers: qcom: rpmh: switch over from spinlock irq variants
` [PATCH V2 4/4] drivers: qcom: rpmh-rsc: remove redundant register access

[PATCH 1/2] drivers: qcom: rpmh-rsc: simplify TCS locking
 2019-07-22 19:46 UTC  (8+ messages)
` [PATCH 2/2] drivers: qcom: rpmh-rsc: fix read back of trigger register

[PATCH] power:sysfs: Expose device wakeup_event_count
 2019-07-22 18:22 UTC  (2+ messages)

[patch 0/5] cpuidle haltpoll driver and governor (v6)
 2019-07-22 15:25 UTC  (3+ messages)

[PATCH v12 0/9] Exynos5 Dynamic Memory Controller driver
 2019-07-22  9:46 UTC  (10+ messages)
    ` [PATCH v12 1/9] dt-bindings: ddr: rename lpddr2 directory
    ` [PATCH v12 2/9] dt-bindings: ddr: add LPDDR3 memories
    ` [PATCH v12 3/9] drivers: memory: extend of_memory by LPDDR3 support
    ` [PATCH v12 4/9] dt-bindings: memory-controllers: add Exynos5422 DMC device description
    ` [PATCH v12 5/9] drivers: memory: add DMC driver for Exynos5422
    ` [PATCH v12 6/9] ARM: dts: exynos: add chipid label and syscon compatible
    ` [PATCH v12 7/9] ARM: dts: exynos: add syscon to clock compatible
    ` [PATCH v12 8/9] ARM: dts: exynos: add DMC device for exynos5422
    ` [PATCH v12 9/9] ARM: exynos_defconfig: enable DMC driver

[PATCH 0/8] PM / ACPI: sleep: Simplify the suspend-to-idle control flow
 2019-07-22  9:46 UTC  (5+ messages)
` [PATCH 3/8] ACPI: EC: Return bool from acpi_ec_dispatch_gpe()

[PATCH] powercap: adjust init order
 2019-07-22  9:33 UTC  (2+ messages)

[PATCH] cpufreq: ap806: Add NULL check after kcalloc
 2019-07-22  5:43 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 123/158] cpufreq: Don't skip frequency validation for has_target() drivers
 2019-07-22  0:40 UTC  (3+ messages)

[PATCH AUTOSEL 5.2 190/249] cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()
 2019-07-22  0:40 UTC  (3+ messages)

[PATCH 0/2] Redefine interconnect provider DT nodes for SDM845
 2019-07-21 19:13 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: interconnect: Update Qualcomm SDM845 DT bindings
` [PATCH 2/2] arm64: dts: sdm845: Redefine interconnect provider DT nodes

[PATCH] thermal: tegra: Fix a typo
 2019-07-21 16:33 UTC 

[PATCH] power: supply: max17042_battery: Fix a typo in function names
 2019-07-21 16:03 UTC 

[Fwd: Commit 555c45fe0d0 ("int340X/processor_thermal_device: add support for MMIO RAPL") boot failure]
 2019-07-20 12:11 UTC  (13+ messages)

[PATCH v4 00/24] More improvements for Tegra30 devfreq driver
 2019-07-19 17:52 UTC  (54+ messages)
  ` [PATCH v4 21/24] PM / devfreq: tegra30: Synchronize average count on target's update
  ` [PATCH v4 05/24] PM / devfreq: tegra30: Set up watermarks properly
  ` [PATCH v4 22/24] PM / devfreq: tegra30: Include appropriate header
  ` [PATCH v4 19/24] PM / devfreq: tegra30: Optimize upper consecutive watermark selection
  ` [PATCH v4 18/24] PM / devfreq: tegra30: Optimize CPUFreq notifier
  ` [PATCH v4 17/24] PM / devfreq: tegra30: Use tracepoints for debugging
  ` [PATCH v4 11/24] PM / devfreq: tegra30: Add debug messages
  ` [PATCH v4 12/24] PM / devfreq: tegra30: Inline all one-line functions
  ` [PATCH v4 20/24] PM / devfreq: tegra30: Optimize upper average watermark selection

[PATCH 00/18] ARM/ARM64: Support hierarchical CPU arrangement for PSCI
 2019-07-19 11:29 UTC  (27+ messages)
` [PATCH 01/18] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH 09/18] drivers: firmware: psci: Add support for PM domains using genpd
` [PATCH 10/18] drivers: firmware: psci: Add hierarchical domain idle states converter
` [PATCH 14/18] drivers: firmware: psci: Manage runtime PM in the idle path for CPUs
` [PATCH 18/18] arm64: dts: hikey: Convert to the hierarchical CPU topology layout

[PATCH] cpuidle: teo: Allow tick to be stopped if PM QoS is used
 2019-07-19 10:12 UTC 

[PATCH V36 10/29] hibernate: Disable when the kernel is locked down
 2019-07-18 19:43 UTC 

[PATCH v12 0/6] Add utilization clamping support (CGroups API)
 2019-07-18 18:17 UTC  (7+ messages)
` [PATCH v12 1/6] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v12 2/6] sched/core: uclamp: Propagate parent clamps
` [PATCH v12 3/6] sched/core: uclamp: Propagate system defaults to root group
` [PATCH v12 4/6] sched/core: uclamp: Use TG's clamps to restrict TASK's clamps
` [PATCH v12 5/6] sched/core: uclamp: Update CPU's refcount on TG's clamp changes
` [PATCH v12 6/6] sched/core: uclamp: always use enum uclamp_id for clamp_id values

[PATCH v2 0/2] interconnect: Add path tagging support
 2019-07-18 17:59 UTC  (6+ messages)
` [PATCH v2 2/2] interconnect: qcom: Add tagging and wake/sleep support for sdm845

[GIT PULL] More power management updates for v5.3-rc1
 2019-07-18 16:50 UTC  (2+ messages)

[PATCH v11 0/5] Add utilization clamping support (CGroups API)
 2019-07-18 15:26 UTC  (4+ messages)
` [PATCH v11 1/5] sched/core: uclamp: Extend CPU's cgroup controller


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