linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-06 15:21:25 to 2020-06-09 20:02:31 UTC [more...]

[PATCH v3 00/39] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-06-09 20:02 UTC  (43+ 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

[PATCH 1/2] power: supply: Add new power supply prop for date of manufacture
 2020-06-09 19:22 UTC  (2+ messages)
` [PATCH 2/2] power: supply: sbs_battery: Support Manufacture Date field

[PATCH v9 0/3] PM / AVS: SVS: Introduce SVS engine
 2020-06-09 17:36 UTC  (7+ messages)
` [PATCH v9 1/4] dt-bindings: power: avs: add mtk svs dt-bindings
` [PATCH v9 2/4] arm64: dts: mt8183: add svs device information
` [PATCH v9 3/4] PM / AVS: SVS: introduce SVS engine
` [PATCH v9 4/4] PM / AVS: SVS: add SVS debug commands

Generic way for verifying GPIO wakeup capability
 2020-06-09 17:36 UTC 

[PATCH 2/3] platform/x86: dell-wmi: add new keymap type 0x0012
 2020-06-09 16:59 UTC  (3+ messages)

[PATCH] dt-bindings: mfd: max77620: Convert to json-schema
 2020-06-09 16:31 UTC  (2+ messages)

[GIT PULL] power-supply changes for 5.8
 2020-06-09 15:37 UTC 

[PATCH v3] soc: samsung: Add simple voltage coupler for Exynos5800
 2020-06-09 14:07 UTC  (2+ messages)

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

[PATCH v3] driver core: Break infinite loop when deferred probe can't be satisfied
 2020-06-09 13:16 UTC  (16+ messages)

[PATCH 00/17] spelling.txt: /decriptors/descriptors/
 2020-06-09 12:46 UTC  (2+ messages)
` [PATCH 12/17] drivers: devfreq: Fix trivial spelling

[PATCH v2] thermal: rcar_gen3_thermal: Fix undefined temperature if negative
 2020-06-09 11:45 UTC 

[PATCH] thermal: rcar_gen3_thermal: Fix undefined temperature if negative
 2020-06-09 11:00 UTC  (5+ messages)

[PATCH 0/3] Add thermal support for SM8150, SM8250
 2020-06-09  6:44 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: thermal: qcom-tsens: Add compatible for sm8150, sm8250
` [PATCH 3/3] arm64: dts: qcom: sm8250: Add thermal zones and throttling support

[RFC PATCH 2/2] PM: hibernate: introduce opportunistic memory reclaim
 2020-06-09  6:19 UTC  (2+ messages)

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

[PATCH AUTOSEL 5.7 050/274] cpuidle: psci: Fixup execution order when entering a domain idle state
 2020-06-08 23:05 UTC  (4+ messages)
` [PATCH AUTOSEL 5.7 155/274] cpufreq: qcom: fix wrong compatible binding
` [PATCH AUTOSEL 5.7 171/274] mips: cm: Fix an invalid error code of INTVN_*_ERR
` [PATCH AUTOSEL 5.7 256/274] cpuidle: Fix three reference count leaks

[PATCH 1/2] dt-bindints: power: supply: Document max17040 extensions
 2020-06-08 21:23 UTC  (4+ messages)
` [PATCH 2/2] power: supply: max17040: Support compatible devices
  ` [RFC PATCH] power: supply: max17040: max17040_family[] can be static

[PATCH AUTOSEL 5.4 104/175] mips: cm: Fix an invalid error code of INTVN_*_ERR
 2020-06-08 23:18 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 162/175] cpuidle: Fix three reference count leaks

[PATCH AUTOSEL 4.19 059/106] mips: cm: Fix an invalid error code of INTVN_*_ERR
 2020-06-08 23:22 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 100/106] cpuidle: Fix three reference count leaks

[PATCH AUTOSEL 4.14 46/72] mips: cm: Fix an invalid error code of INTVN_*_ERR
 2020-06-08 23:24 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 69/72] cpuidle: Fix three reference count leaks

[PATCH AUTOSEL 4.4 23/37] mips: cm: Fix an invalid error code of INTVN_*_ERR
 2020-06-08 23:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 36/37] cpuidle: Fix three reference count leaks

[PATCH AUTOSEL 4.9 32/50] mips: cm: Fix an invalid error code of INTVN_*_ERR
 2020-06-08 23:26 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 49/50] cpuidle: Fix three reference count leaks

[PATCH 00/12] Fix PM hibernation in Xen guests
 2020-06-08 18:49 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 v2] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
 2020-06-08 17:41 UTC 

[PATCH] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
 2020-06-08 17:29 UTC  (7+ messages)

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

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

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-06-08 11:22 UTC  (9+ messages)
` [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  (2+ messages)

[PATCH v3 0/7] Support inhibiting input devices
 2020-06-08  9:28 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  (2+ messages)

schedutil issue with serial workloads
 2020-06-07 17:24 UTC  (2+ 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)


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