linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-02 15:00:38 to 2020-06-08 12:34:45 UTC [more...]

[PATCH v8 4/8] PM / EM: add support for other devices than CPUs in Energy Model
 2020-06-08 12:34 UTC  (3+ messages)

[PATCH v3] driver core: Break infinite loop when deferred probe can't be satisfied
 2020-06-08 12:11 UTC  (10+ messages)

[PATCH] thermal: rcar_gen3_thermal: Fix undefined temperature if negative
 2020-06-08 11:38 UTC  (2+ messages)

[PATCH] kernel: power: swap: mark a function as __init to save some memory
 2020-06-08 11:34 UTC  (5+ messages)

[PATCH v3 0/7] Support inhibiting input devices
 2020-06-08 11:22 UTC  (21+ messages)
  ` [PATCH v3 1/7] Input: add input_device_enabled()
  ` [PATCH v3 2/7] Input: use input_device_enabled()
  ` [PATCH v3 3/7] ACPI: button: Access input device's users under appropriate mutex
  ` [PATCH v3 4/7] ACPI: button: Use input_device_enabled() helper
  ` [PATCH v3 5/7] iio: adc: exynos: Use input_device_enabled()
  ` [PATCH v3 6/7] platform/x86: thinkpad_acpi: "
  ` [PATCH v3 7/7] Input: Add "inhibited" property
      ` [PATCH v4 0/7] Support inhibiting input devices
        ` [PATCH v4 1/7] Input: add input_device_enabled()
        ` [PATCH v4 2/7] Input: use input_device_enabled()
        ` [PATCH v4 3/7] ACPI: button: Access input device's users under appropriate mutex
        ` [PATCH v4 4/7] ACPI: button: Use input_device_enabled() helper
        ` [PATCH v4 5/7] iio: adc: exynos: Use input_device_enabled()
        ` [PATCH v4 6/7] platform/x86: thinkpad_acpi: "
        ` [PATCH v4 7/7] Input: Add "inhibited" property

[PATCH v6 0/5] DDR/L3 Scaling support on SDM845 and SC7180 SoCs
 2020-06-08 10:27 UTC  (7+ messages)
` [PATCH v6 1/5] cpufreq: blacklist SDM845 in cpufreq-dt-platdev
` [PATCH v6 2/5] cpufreq: blacklist SC7180 "
` [PATCH v6 3/5] OPP: Add and export helper to set bandwidth
` [PATCH v6 4/5] cpufreq: qcom: Update the bandwidth levels on frequency change
` [PATCH v6 5/5] cpufreq: qcom: Disable fast switch when scaling DDR/L3

[PATCH] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
 2020-06-08 10:12 UTC  (4+ messages)

[PATCH v3 0/5] mfd: Add support for Khadas Microcontroller
 2020-06-08  9:17 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: mfd: add Khadas Microcontroller bindings
` [PATCH v3 2/5] mfd: add support for the Khadas System control Microcontroller
` [PATCH v3 3/5] thermal: add support for the MCU controlled FAN on Khadas boards
` [PATCH v3 4/5] MAINTAINERS: add myself as maintainer for Khadas MCU drivers
` [PATCH v3 5/5] arm64: dts: meson-khadas-vim3: add Khadas MCU nodes

[PATCH v3] Bluetooth: Allow suspend even when preparation has failed
 2020-06-08  8:17 UTC  (2+ messages)

[PATCH 0/2][RFC v2] Change trace point to cover all runtime usage count
 2020-06-08  7:50 UTC  (4+ messages)
` [PATCH 1/2][RFC v2] PM-runtime: Move all runtime usage related function to runtime.c
` [PATCH 2/2][RFC v2] PM-runtime: change the tracepoints to cover all usage_count

[PATCH 0/2][RFC] Add more trace point for runtime usage count
 2020-06-08  6:53 UTC  (8+ messages)
` [PATCH 1/2][RFC] PM-runtime: Move all runtime usage related function to runtime.c
` [PATCH 2/2][RFC] PM-runtime: add tracepoints to cover all usage_count changes

[PATCHv2 0/2] SBS battery PEC support
 2020-06-08  6:23 UTC  (4+ messages)
  ` [PATCHv2 1/2] power: supply: sbs-battery: use i2c_smbus_read_block_data()
  ` [PATCHv2 2/2] power: supply: sbs-battery: add PEC support

[PATCH v3 00/39] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-06-07 21:47 UTC  (41+ messages)
` [PATCH v3 01/39] clk: Export clk_hw_reparent()
` [PATCH v3 02/39] clk: tegra: Remove Memory Controller lock
` [PATCH v3 03/39] clk: tegra: Export Tegra20 EMC kernel symbols
` [PATCH v3 04/39] memory: tegra20-emc: Make driver modular
` [PATCH v3 05/39] memory: tegra30-emc: "
` [PATCH v3 06/39] memory: tegra124-emc: "
` [PATCH v3 07/39] memory: tegra124-emc: Use devm_platform_ioremap_resource
` [PATCH v3 08/39] soc/tegra: fuse: Export tegra_read_ram_code()
` [PATCH v3 09/39] memory: tegra20-emc: Initialize MC timings
` [PATCH v3 10/39] PM / devfreq: tegra20: Silence deferred probe error
` [PATCH v3 11/39] PM / devfreq: tegra30: "
` [PATCH v3 12/39] PM / devfreq: tegra20: Use MC timings for building OPP table
` [PATCH v3 13/39] PM / devfreq: tegra30: "
` [PATCH v3 14/39] PM / devfreq: tegra20: Add error messages to tegra_devfreq_target()
` [PATCH v3 15/39] PM / devfreq: tegra30: "
` [PATCH v3 16/39] PM / devfreq: tegra20: Adjust clocks conversion ratio and polling interval
` [PATCH v3 17/39] PM / devfreq: tegra20: Relax Kconfig dependency
` [PATCH v3 18/39] dt-bindings: memory: tegra20: mc: Document new interconnect property
` [PATCH v3 19/39] dt-bindings: memory: tegra20: emc: "
` [PATCH v3 20/39] dt-bindings: memory: tegra30: mc: "
` [PATCH v3 21/39] dt-bindings: memory: tegra30: emc: "
` [PATCH v3 22/39] dt-bindings: host1x: Document new interconnect properties
` [PATCH v3 23/39] dt-bindings: memory: tegra20: Add memory client IDs
` [PATCH v3 24/39] dt-bindings: memory: tegra30: "
` [PATCH v3 25/39] ARM: tegra: Add interconnect properties to Tegra20 device-tree
` [PATCH v3 26/39] ARM: tegra: Add interconnect properties to Tegra30 device-tree
` [PATCH v3 27/39] interconnect: Relax requirement in of_icc_get_from_provider()
` [PATCH v3 28/39] memory: tegra: Register as interconnect provider
` [PATCH v3 29/39] memory: tegra20-emc: Use devm_platform_ioremap_resource
` [PATCH v3 30/39] memory: tegra20-emc: Continue probing if timings are missing in device-tree
` [PATCH v3 31/39] memory: tegra20-emc: Register as interconnect provider
` [PATCH v3 32/39] memory: tegra20-emc: Create tegra20-devfreq device
` [PATCH v3 33/39] memory: tegra30-emc: Continue probing if timings are missing in device-tree
` [PATCH v3 34/39] memory: tegra30-emc: Register as interconnect provider
` [PATCH v3 35/39] drm/tegra: dc: Support memory bandwidth management
` [PATCH v3 36/39] drm/tegra: dc: Tune up high priority request controls for Tegra20
` [PATCH v3 37/39] drm/tegra: dc: Extend debug stats with total number of events
` [PATCH v3 38/39] ARM: tegra: Enable interconnect API in tegra_defconfig
` [PATCH v3 39/39] ARM: multi_v7_defconfig: Enable interconnect API

schedutil issue with serial workloads
 2020-06-07 17:24 UTC  (4+ messages)

[PATCH v2 0/9] Summit SMB3xx driver & device-tree
 2020-06-07 14:41 UTC  (10+ messages)
` [PATCH v2 1/9] dt-bindings: power: supply: Add device-tree binding for Summit SMB3xx
` [PATCH v2 2/9] dt-bindings: battery: Add temperature properties
` [PATCH v2 3/9] power: supply: Support battery temperature device-tree properties
` [PATCH v2 4/9] power: supply: smb347-charger: Use resource-managed API
` [PATCH v2 5/9] power: supply: smb347-charger: Implement device-tree support
` [PATCH v2 6/9] power: supply: smb347-charger: Support SMB345 and SMB358
` [PATCH v2 7/9] power: supply: smb347-charger: Remove virtual smb347-battery
` [PATCH v2 8/9] power: supply: smb347-charger: Replace mutex with IRQ disable/enable
` [PATCH v2 9/9] ARM: dts: qcom: apq8064-nexus7: Add SMB345 charger node

[PATCH] ACPI: PM: Avoid using power resources if there are none for D0
 2020-06-06 15:45 UTC  (2+ messages)

[RFC/RFT][PATCH] cpufreq: intel_pstate: Accept passive mode with HWP enabled
 2020-06-06 15:21 UTC  (4+ messages)

[PATCH v1] power: supply: cw2015: Attach OF ID table to the driver
 2020-06-05 23:16 UTC  (3+ messages)

[PATCH] power: reset: gpio-poweroff: add missing '\n' in dev_err()
 2020-06-05 23:16 UTC  (2+ messages)

[PATCHv2 0/6] misc. gpio-charger patches
 2020-06-05 22:44 UTC  (7+ messages)
` [PATCHv2 1/6] dt-bindings: power: supply: gpio-charger: convert to yaml
` [PATCHv2 2/6] power: supply: gpio-charger: Make gpios optional
` [PATCHv2 3/6] power: supply: gpio-charger: add charge-current-limit feature
` [PATCHv2 4/6] ARM: pxa: Use GPIO descriptor for gpio-charger
` [PATCHv2 5/6] ARM: sa1100: "
` [PATCHv2 6/6] power: supply: gpio-charger: drop legacy GPIO support

[PATCH 00/12] Fix PM hibernation in Xen guests
 2020-06-05 21:39 UTC  (12+ messages)
` [PATCH 03/12] x86/xen: Introduce new function to map HYPERVISOR_shared_info on Resume
` [PATCH 04/12] x86/xen: add system core suspend and resume callbacks
` [PATCH 09/12] x86/xen: save and restore steal clock

[PATCH v2] Bluetooth: Allow suspend even when preparation has failed
 2020-06-05 20:44 UTC  (2+ messages)

[pm:bleeding-edge] BUILD SUCCESS 1e4a104be0a3afafbafc13bacc5f42007db8d43e
 2020-06-05 20:29 UTC 

[PATCH] regulator: do not balance 'boot-on' coupled regulators without constraints
 2020-06-05 15:59 UTC  (5+ messages)

dummy-psu
 2020-06-05 14:02 UTC 

[PATCH v5 0/2] add SW BOOST support for CPPC
 2020-06-05 12:22 UTC  (3+ messages)

[PATCH] PM: runtime: add RPM_IDLE_SUSPEND / RPM_IDLE_NO_SUSPEND constants
 2020-06-05 12:10 UTC  (2+ messages)

[PATCH] Bluetooth: Allow suspend even when preparation has failed
 2020-06-05  4:29 UTC  (3+ messages)

[PATCH 2/2] soc: samsung: Add simple voltage coupler for Exynos5800
 2020-06-04 13:28 UTC  (4+ messages)
  ` [PATCH v2] "

[Question]: about 'cpuinfo_cur_freq' shown in sysfs when the CPU is in idle state
 2020-06-04 12:58 UTC  (13+ messages)

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation]
 2020-06-04  7:05 UTC  (2+ messages)

[PATCH v6 0/6] Introduce Power domain based warming device driver
 2020-06-04  1:53 UTC  (7+ messages)
` [PATCH v6 1/6] PM/Domains: Add support for retrieving genpd performance states information
` [PATCH v6 2/6] soc: qcom: rpmhpd: Introduce function to retrieve power domain performance state count
` [PATCH v6 3/6] thermal: Add generic power domain warming device driver
` [PATCH v6 4/6] soc: qcom: Extend RPMh power controller driver to register warming devices
` [PATCH v6 5/6] dt-bindings: power: Extend RPMh power controller binding to describe thermal warming device
` [PATCH v6 6/6] arm64: dts: qcom: Indicate rpmhpd hosts a power domain that can be used as a "

[PATCH V5] dt-bindings: thermal: Convert qoriq to json-schema
 2020-06-04  1:30 UTC 

Problematic BT commit in Linux 5.7
 2020-06-03 21:30 UTC  (4+ messages)

[PATCHv1 00/19] Improve SBS battery support
 2020-06-03 18:49 UTC  (6+ messages)

[PATCH v2 0/3] More frequency invariance fixes for x86
 2020-06-03 14:51 UTC  (8+ messages)
` [PATCH v2 1/3] x86, sched: check for counters overflow in frequency invariant accounting
` [PATCH v2 2/3] x86, sched: Bail out of frequency invariance if turbo frequency is unknown
` [PATCH v2 3/3] x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0

[PATCH] MAINTAINERS: Add maintenance information for IPA
 2020-06-03 14:14 UTC 

[GIT PULL] cpufreq/arm changes for 5.8 (2)
 2020-06-03 13:57 UTC  (2+ messages)

[PATCH 06/12] PM / devfreq: Add cpu based scaling support to passive_governor
 2020-06-03  4:12 UTC  (4+ messages)

[PATCH stable 5.4] PM: wakeup: Show statistics for deleted wakeup sources again
 2020-06-02 23:57 UTC 

[GIT PULL] Power management updates for v5.8-rc1
 2020-06-02 20:35 UTC  (2+ messages)

[GIT PULL] ACPI updates for v5.8-rc1
 2020-06-02 20:35 UTC  (2+ messages)

PM: Image not found (code -22)
 2020-06-02 15:08 UTC 

[PATCH v4 05/11] thermal: remove get_mode() operation of drivers
 2020-06-02 15:01 UTC 

[PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device
 2020-06-02 15:00 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).