linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-31 21:34:35 to 2019-11-04 22:21:31 UTC [more...]

[PATCH v3 0/6] PM / devfreq: Add dynamic scaling for imx ddr controller
 2019-11-04 22:21 UTC  (9+ messages)
` [PATCH v3 1/6] clk: imx8m: Set CLK_GET_RATE_NOCACHE on dram clocks
` [PATCH v3 2/6] clk: imx: Mark dram pll on 8mm and 8mn with CLK_GET_RATE_NOCACHE
` [PATCH v3 3/6] dt-bindings: devfreq: Add bindings for imx ddr controller
` [PATCH v3 4/6] PM / devfreq: Add dynamic scaling "
` [PATCH v3 5/6] PM / devfreq: imx-ddrc: Measure bandwidth with perf
` [PATCH v3 6/6] arm64: dts: imx8m: Add ddr controller nodes

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

[PATCH v10 0/3] Add MSM8916 interconnect provider driver
 2019-11-04 21:28 UTC  (3+ messages)
` [PATCH v10 1/3] dt-bindings: interconnect: Add Qualcomm MSM8916 DT bindings

[PATCHv2 0/3] Update cpupower and make it more accurate
 2019-11-04 21:15 UTC  (6+ messages)

[RFC PATCH 0/4] Redefine interconnect provider DT nodes for SDM845
 2019-11-04 19:03 UTC  (4+ messages)
` [RFC PATCH 3/4] interconnect: qcom: Refactor icc rpmh support

[PATCH v4] nvme: Add hardware monitoring support
 2019-11-04 15:34 UTC  (2+ messages)

Power management on HP 15-ds0502na
 2019-11-04 15:29 UTC 

[PATCH 0/6] PCI/PM: Minor fix and cleanups
 2019-11-04 15:23 UTC  (14+ messages)
` [PATCH 1/6] PCI/PM: Apply D2 delay as milliseconds, not microseconds
` [PATCH 2/6] PCI/PM: Expand PM reset messages to mention D3hot (not just D3)
` [PATCH 3/6] PCI/PM: Simplify pci_set_power_state()
` [PATCH 4/6] xen-platform: Convert to generic power management
` [PATCH 5/6] PCI/PM: Remove unused pci_driver.resume_early() hook
` [PATCH 6/6] PCI/PM: Remove unused pci_driver.suspend_late() hook

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

[PATCH 1/2] dt-bindings: power/supply: Document generic USB charger
 2019-11-04 13:52 UTC  (4+ messages)
` [PATCH 2/2] power/supply: Add generic USB charger driver

[PATCH v2 0/5] thermal: stm32: driver improvements
 2019-11-04 13:30 UTC  (6+ messages)
` [PATCH v2 1/5] thermal: stm32: remove hardware irq handler
` [PATCH v2 2/5] thermal: stm32: fix icifr register name
` [PATCH v2 3/5] thermal: stm32: handle multiple trip points
` [PATCH v2 4/5] thermal: stm32: improve temperature resolution
` [PATCH v2 5/5] thermal: stm32: fix low threshold interrupt flood

[PATCH] cpuidle: Consolidate disabled state checks
 2019-11-04 11:52 UTC  (2+ messages)

[PATCH v4 0/4] arm64: meson: add support for A1 Power Domains
 2019-11-04 11:47 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: power: add Amlogic secure power domains bindings
` [PATCH v4 2/4] firmware: meson_sm: Add secure power domain support
` [PATCH v4 3/4] soc: amlogic: Add support for Secure power domains controller
` [PATCH v4 4/4] arm64: dts: meson: a1: add secure power domain controller

[PATCH 1/2] powercap/intel_rapl: add support for CometLake Mobile
 2019-11-04 11:34 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Fix Invalid EPB setting
 2019-11-04 11:28 UTC  (2+ messages)

[PATCH v3] cpufreq: powernv: fix stack bloat and hard limit on num cpus
 2019-11-04 11:06 UTC  (2+ messages)

[PATCH v3 5/5] power: supply: max17040: Send uevent in SOC and status change
 2019-11-04 11:04 UTC  (14+ messages)
` [PATCH v4 0/4] power: supply: MAX17040: Add IRQ for low level and alert SOC changes
  ` [PATCH v4 1/4] power: supply: max17040: Add IRQ handler for low SOC alert
  ` [PATCH v4 2/4] dt-bindings: power: supply: Max17040: Add low level SOC alert threshold
  ` [PATCH v4 3/4] power: supply: max17040: Config alert SOC low level threshold from FDT
  ` [PATCH v4 4/4] power: supply: max17040: Send uevent in SOC and status change

[RFC PATCH] PM: Add a switch for disabling/enabling sync() before suspend
 2019-11-04 10:57 UTC  (9+ messages)
    ` [PATCH v2 2/2] PM: Change CONFIG_SUSPEND_SKIP_SYNC to CONFIG_SKIP_SYNC_ON_SUSPEND
      ` [PATCH v3 2/2] PM: CONFIG_SUSPEND_SKIP_SYNC sets default for '/sys/power/sync_on_suspend'

[PATCH 0/6] dt-bindings: max77650: convert the device-tree bindings to yaml
 2019-11-04  9:21 UTC  (4+ messages)
` [PATCH 5/6] dt-bindings: leds: max77650: convert the binding document "

[PATCH] of-thermal: Disable polling when interrupt property is found in DT
 2019-11-04  6:26 UTC  (3+ messages)

[PATCH 1/2] thermal: cpu_cooling: Remove pointless dependency on CONFIG_OF
 2019-11-04  6:21 UTC  (4+ messages)
` [PATCH 2/2] thermal: cpu_cooling: Reorder the header file

[PATCH][next][V2] drivers: thermal: tsens: fix potential integer overflow on multiply
 2019-11-04  6:15 UTC  (2+ messages)

[PATCH v2] cpufreq: sun50i: Fix CPU speed bin detection
 2019-11-03 15:59 UTC  (2+ messages)

[PATCH v7 00/19] More improvements for Tegra30 devfreq driver
 2019-11-03 15:25 UTC  (22+ messages)
` [PATCH v7 13/19] PM / devfreq: tegra30: Increase sampling period to 16ms
  ` [PATCH v7 06/19] PM / devfreq: tegra30: Use kHz units uniformly in the code
  ` [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 18/19] PM / devfreq: tegra30: Tune up MCCPU boost-down coefficient
  ` [PATCH v7 17/19] PM / devfreq: tegra30: Support variable polling interval

[PATCH 0/4] ARM: Enable thermal support for Raspberry Pi 4
 2019-11-03  8:43 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: Add BCM2711 thermal
` [PATCH 2/4] thermal: Add BCM2711 thermal driver
` [PATCH 3/4] ARM: dts: bcm2711: Enable thermal
` [PATCH 4/4] ARM: configs: Build BCM2711 thermal as module

[GIT PULL] interconnect fixes for 5.4
 2019-11-02 17:15 UTC  (2+ messages)

[PATCH v9 00/22] SC7 entry and exit support for Tegra210
 2019-11-02 14:42 UTC  (3+ messages)
` [PATCH v9 12/22] cpufreq: tegra124: Add suspend and resume support

[PATCH -next] thermal: ti-soc-thermal: Remove dev_err() on platform_get_irq() failure
 2019-11-02  7:56 UTC 

Thread goes into deep-deep-state and not woken-up
 2019-11-01 23:43 UTC 

[PATCH v7 00/15] thermal: qcom: tsens: Add interrupt support
 2019-11-01 22:53 UTC  (3+ messages)
` [PATCH v7 03/15] drivers: thermal: tsens: Add __func__ identifier to debug statements

[PATCH v6 00/18] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-11-01 21:30 UTC  (9+ messages)

[PATCH] docs: driver-api: make interconnect title quieter
 2019-11-01 19:33 UTC 

[PATCH v3] nvme: Add hardware monitoring support
 2019-11-01 19:14 UTC  (3+ messages)

[PATCH 1/7] power: supply: sbs-battery: use octal permissions on module param
 2019-11-01 19:07 UTC  (7+ messages)
` [PATCH 2/7] power: supply: sbs-battery: prefix module param variable
` [PATCH 3/7] power: supply: sbs-battery: add force_load as a dts property
` [PATCH 4/7] devicetree: bindings: sbs-battery: add sbs,force-load property
` [PATCH 5/7] power: supply: sbs-battery: fix CAPACITY_MODE bit naming
` [PATCH 6/7] power: supply: sbs-battery: add ability to disable charger broadcasts
` [PATCH 7/7] dt-bindings: power: sbs-battery: add disable-charger-broadcasts doc

[GIT PULL] Power management fix for v5.4-rc6
 2019-11-01 17:10 UTC  (2+ messages)

[PATCH] tools/power turbostat: Add Cometlake support
 2019-11-01 17:02 UTC  (2+ messages)

[PATCH] cpufreq: sun50i: Fix CPU speed bin detection
 2019-11-01 16:15 UTC  (7+ messages)
` [linux-sunxi] "

[PATCH v10] PM / devfreq: Add dev_pm_qos support
 2019-11-01 14:45 UTC  (14+ messages)
` [PATCH v10 01/11] PM / devfreq: Fix devfreq_notifier_call returning errno
` [PATCH v10 02/11] PM / devfreq: Set scaling_max_freq to max on OPP notifier error
` [PATCH v10 03/11] PM / devfreq: Split device_register usage
` [PATCH v10 04/11] PM / devfreq: Move more initialization before registration
` [PATCH v10 05/11] PM / devfreq: Don't take lock in devfreq_add_device
` [PATCH v10 06/11] PM / QoS: Reorder pm_qos/freq_qos/dev_pm_qos structs
` [PATCH v10 07/11] PM / QoS: Export _freq_qos_apply
` [PATCH v10 08/11] PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY
` [PATCH v10 09/11] PM / devfreq: Introduce get_freq_range helper
` [PATCH v10 10/11] PM / devfreq: Add PM QoS support
` [PATCH v10 11/11] PM / devfreq: Use PM QoS for sysfs min/max_freq

[PATCH v9 0/8] PM / devfreq: Add dev_pm_qos support
 2019-11-01 14:36 UTC  (6+ messages)
  ` [PATCH v9 4/8] PM / devfreq: Move more initialization before registration

[PATCH v3][RESEND] adp5061: Add support for battery charging enable
 2019-11-01 13:52 UTC  (3+ messages)

[PATCH v2 0/3] interconnect: Add basic tracepoints
 2019-11-01 13:00 UTC  (4+ messages)
` [PATCH v2 1/3] interconnect: Move internal structs into a separate file
` [PATCH v2 2/3] interconnect: Add a name to struct icc_path
` [PATCH v2 3/3] interconnect: Add basic tracepoints

[PATCH] cpufreq: Add user_min/max_freq
 2019-11-01 12:03 UTC  (4+ messages)

[PATCH v4 3/3] pci: intel: Add sysfs attributes to configure pcie link
 2019-11-01 11:30 UTC  (3+ messages)

[pm:bleeding-edge 62/70] drivers/acpi/acpica/dbnames.c:576 acpi_db_walk_for_fields() error: double free of 'buffer.pointer'
 2019-11-01 10:28 UTC 

[RESEND PATCH] thermal: mediatek: add suspend/resume callback
 2019-11-01  8:46 UTC  (4+ messages)

[v4, 6/8] PM / OPP: Support adjusting OPP voltages at runtime
 2019-11-01  8:08 UTC  (2+ messages)

[PATCH] PM / devfreq: events: fix excessive stack usage
 2019-11-01  6:51 UTC  (2+ messages)

[PATCH v5 0/3] PM / AVS: SVS: Introduce SVS engine
 2019-11-01  6:10 UTC  (4+ messages)
` [PATCH v5 3/3] "

[PATCH] thermal: brcmstb: enable hwmon
 2019-11-01  3:04 UTC  (4+ messages)

[PATCH RFC v5 00/10] interconnect: Add imx support via devfreq
 2019-10-31 22:52 UTC  (11+ messages)
` [PATCH RFC v5 01/10] dt-bindings: devfreq: Add bindings for generic imx buses
` [PATCH RFC v5 02/10] PM / devfreq: Add generic imx bus driver
` [PATCH RFC v5 03/10] PM / devfreq: imx: Register interconnect device
` [PATCH RFC v5 04/10] PM / devfreq: Add devfreq_get_devfreq_by_node
` [PATCH RFC v5 05/10] interconnect: Add imx core driver
` [PATCH RFC v5 06/10] interconnect: imx: Add platform driver for imx8mm
` [PATCH RFC v5 07/10] interconnect: imx: Add platform driver for imx8mq
` [PATCH RFC v5 08/10] interconnect: imx: Add platform driver for imx8mn
` [PATCH RFC v5 09/10] arm64: dts: imx8m: Add NOC nodes
` [PATCH RFC v5 10/10] arm64: dts: imx8m: Add interconnect provider properties


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