linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-29 13:35:39 to 2019-02-01 01:42:41 UTC [more...]

[PATCH] cpuidle: dt: bail out if the idle-state DT node is not compatible
 2019-02-01  1:42 UTC  (3+ messages)

[PATCH v2 0/9] driver core: Fix some device links issues and add "consumer autoprobe" flag
 2019-02-01  0:59 UTC  (10+ messages)
` [PATCH v2 1/9] driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handling
` [PATCH v2 2/9] driver core: Avoid careless re-use of existing device links
` [PATCH v2 3/9] driver core: Do not resume suppliers under device_links_write_lock()
` [PATCH v2 4/9] driver core: Fix handling of runtime PM flags in device_link_add()
` [PATCH v2 5/9] driver core: Fix adding device links to probing suppliers
` [PATCH v2 6/9] driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()
` [PATCH v2 7/9] IOMMU: Make dwo drivers use stateless device links
` [PATCH v2 8/9] driver core: Make driver core own stateful "
` [PATCH v2 9/9] driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER

[PATCH 0/6] driver core: Fix some issues related to device links
 2019-02-01  0:20 UTC  (11+ messages)

[PATCH] cpufreq: Record stats when fast switching is enabled
 2019-02-01  0:06 UTC  (9+ messages)

[PATCH v2] ALSA: hda/tegra: enable clock during probe
 2019-01-31 23:24 UTC  (9+ messages)

[PATCH v6 00/27] x86: PIE support and option to extend KASLR randomization
 2019-01-31 22:42 UTC  (6+ messages)
` [PATCH v6 08/27] x86/acpi: Adapt assembly for PIE support
` [PATCH v6 10/27] x86/power/64: "

[RFC PATCH v4 00/10] support ROHM BD70528 PMIC
 2019-01-31 21:09 UTC  (12+ messages)
` [RFC PATCH v4 01/10] mfd: bd718x7.h split to ROHM common and bd718x7 specific parts
` [RFC PATCH v4 02/10] regulator: bd718x7 use chip specific and generic data structs
` [RFC PATCH v4 03/10] clk: bd718x7: "
` [RFC PATCH v4 04/10] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [RFC PATCH v4 05/10] clk: bd718x7: Support ROHM BD70528 clk block
` [RFC PATCH v4 06/10] devicetree: bindings: Document first ROHM BD70528 bindings
` [RFC PATCH v4 07/10] gpio: Initial support for ROHM bd70528 GPIO block
` [RFC PATCH v4 08/10] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [RFC PATCH v4 09/10] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [RFC PATCH v4 10/10] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[PATCH v6] cpufreq: qcom: Read voltage LUT and populate OPP
 2019-01-31 20:23 UTC  (2+ messages)

[PATCH v2 00/13] mfd: add support for max77650 PMIC
 2019-01-31 19:18 UTC  (19+ messages)
` [PATCH] gpio fixup domain
` [PATCH v2 05/13] dt-bindings: leds: add DT bindings for max77650
` [PATCH v2 07/13] mfd: max77650: new core mfd driver
` [PATCH v2 08/13] regulator: max77650: add regulator support
` [PATCH v2 09/13] power: supply: max77650: add support for battery charger
` [PATCH v2 10/13] gpio: max77650: add GPIO support
` [PATCH v2 11/13] leds: max77650: add LEDs support
` [PATCH v2 12/13] input: max77650: add onkey support
` [PATCH v2 13/13] MAINTAINERS: add an entry for max77650 mfd driver

[PATCH v5] cpufreq: qcom: Read voltage LUT and populate OPP
 2019-01-31 17:32 UTC  (3+ messages)

[PATCH] PM / OPP: Remove unused parameter of _generic_set_opp_clk_only()
 2019-01-31 16:35 UTC  (2+ messages)

How to remove warn msg "cache: parent cpui should not be sleeping" i=1, 2, 3
 2019-01-31 16:05 UTC  (4+ messages)
` [RFC PATCH] drivers core: cpu: add hotplug callback to update cpu_dev state to resumed

[PATCH v7 01/28] linkage: new macros for assembler symbols
 2019-01-31 16:00 UTC  (6+ messages)
` [PATCH v7 02/28] x86/asm/suspend: drop ENTRY from local data
` [PATCH v7 03/28] x86/asm/suspend: use SYM_DATA for data
` [PATCH v7 24/28] x86_64/asm: change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v7 25/28] x86_32/asm: add ENDs to some functions and relabel with SYM_CODE_*

[driver-core PATCH v10 0/9] Add NUMA aware async_schedule calls
 2019-01-31 15:17 UTC  (6+ messages)
` [driver-core PATCH v10 3/9] driver core: Probe devices asynchronously instead of the driver
` [driver-core PATCH v10 6/9] driver core: Attach devices on CPU local to device node

[PATCH v5 1/7] Add support for XO 1.75 to OLPC battery driver
 2019-01-31 12:59 UTC  (5+ messages)
` [PATCH v5 2/7] x86, olpc: Use a correct version when making up a battery node

[RFC PATCH v3 00/10] support ROHM BD70528 PMIC
 2019-01-31 10:48 UTC  (14+ messages)
` [RFC PATCH v3 01/10] mfd: bd718x7.h split to ROHM common and bd718x7 specific parts
` [RFC PATCH v3 02/10] regulator: bd718x7 use chip specific and generic data structs
` [RFC PATCH v3 03/10] clk: bd718x7: "
` [RFC PATCH v3 04/10] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [RFC PATCH v3 05/10] clk: bd718x7: Support ROHM BD70528 clk block
` [RFC PATCH v3 06/10] devicetree: bindings: Document first ROHM BD70528 bindings
` [RFC PATCH v3 07/10] gpio: Initial support for ROHM bd70528 GPIO block
` [RFC PATCH v3 08/10] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [RFC PATCH v3 09/10] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [RFC PATCH v3 10/10] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[RFC/PATCH 0/5] DVFS in the OPP core
 2019-01-31 10:41 UTC  (6+ messages)

[PATCH v2 0/5] Register an Energy Model for Arm reference platforms
 2019-01-31  9:51 UTC  (13+ messages)
` [PATCH v2 1/5] PM / OPP: Introduce a power estimation helper
` [PATCH v2 2/5] cpufreq: dt: Register an Energy Model
` [PATCH v2 3/5] cpufreq: scpi: "
` [PATCH v2 4/5] cpufreq: arm_big_little: "
` [PATCH v2 5/5] cpufreq: scmi: "

[PATCH v3 0/8] Exynos5 Dynamic Memory Controller driver
 2019-01-31  8:49 UTC  (9+ messages)
  ` [PATCH v3 1/8] clk: samsung: add needed IDs for DMC clocks in Exynos5420
  ` [PATCH v3 2/8] clk: samsung: add new clocks for DMC for Exynos5422 SoC
  ` [PATCH v3 3/8] clk: samsung: add BPLL rate table for Exynos 5422 SoC
  ` [PATCH v3 4/8] drivers: devfreq: add DMC driver for Exynos5422
  ` [PATCH v3 5/8] dt-bindings: devfreq: add Exynos5422 DMC device description
  ` [PATCH v3 6/8] DT: arm: exynos: add DMC device for exynos5422
  ` [PATCH v3 7/8] drivers: devfreq: events: add Exynos PPMU new events
  ` [PATCH v3 8/8] ARM: exynos_defconfig: enable DMC driver

[PATCH v7 0/3] Move pm_runtime accounted time to raw nsec
 2019-01-31  8:06 UTC  (4+ messages)

[PATCH] cpufreq: intel_pstate: Rework iowait boosting to be less aggressive
 2019-01-31  0:04 UTC 

[PATCH v5 0/9] cpufreq: Add flag to auto-register as cooling device
 2019-01-30 23:53 UTC  (12+ messages)
` [PATCH v5 1/9] thermal: cpu_cooling: Require thermal core to be compiled in
` [PATCH v5 2/9] cpufreq: Auto-register the driver as a thermal cooling device if asked
            ` [PATCH] "

[PATCH] cpufreq: Use struct kobj_attribute instead of struct global_attr
 2019-01-30 23:52 UTC  (2+ messages)

[PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event()
 2019-01-30 23:51 UTC  (3+ messages)

[RFC PATCH] cpufreq / cppc: Work around for Hisilicon CPPC cpufreq
 2019-01-30 23:42 UTC  (2+ messages)

[PATCH] cpuidle: poll_state: Fix default time limit
 2019-01-30 21:59 UTC  (2+ messages)

[PATCH v2 ] PM-runtime: fix deadlock with ktime
 2019-01-30 21:53 UTC  (8+ messages)
  ` [PATCH v3] "

[PATCH] PM/runtime: Optimize pm_runtime_autosuspend_expiration()
 2019-01-30 21:40 UTC 

[PATCH 0/5 v2][RFC] Encryption and authentication for hibernate snapshot image
 2019-01-30 14:39 UTC  (6+ messages)
` [PATCH 0/6] General Key Derivation Function Support
  ` [PATCH v2 "

[PATCH] thermal/intel_powerclamp: fix __percpu declaration of worker_data
 2019-01-30 13:42 UTC  (4+ messages)

[PATCH] thermal: mtk: Allocate enough space for mtk_thermal
 2019-01-30 13:38 UTC  (6+ messages)

[PATCH v2 0/8] Exynos5 Dynamic Memory Controller driver
 2019-01-30 12:52 UTC  (11+ messages)
  ` [PATCH v2 1/8] clk: samsung: add needed IDs for DMC clocks in Exynos5420
  ` [PATCH v2 2/8] clk: samsung: add new clocks for DMC for Exynos5422 SoC
  ` [PATCH v2 3/8] clk: samsung: add BPLL rate table for Exynos 5422 SoC
  ` [PATCH v2 4/8] drivers: devfreq: add DMC driver for Exynos5422
  ` [PATCH v2 5/8] dt-bindings: devfreq: add Exynos5422 DMC device description
  ` [PATCH v2 6/8] DT: arm: exynos: add DMC device for exynos5422
  ` [PATCH v2 7/8] drivers: devfreq: events: add Exynos PPMU new events
  ` [PATCH v2 8/8] ARM: exynos_defconfig: enable DMC driver

[PATCH 0/7] Register an Energy Model for Arm reference platforms
 2019-01-30 10:23 UTC  (16+ messages)
` [PATCH 1/7] PM / OPP: Introduce a power estimation helper
` [PATCH 2/7] cpufreq: dt: Register an Energy Model
` [PATCH 6/7] arm64: dts: juno: Add cpu dynamic-power-coefficient information

[PATCH] PM-runtime: fix deadlock with ktime
 2019-01-30  9:41 UTC  (5+ messages)

[PATCH 0/3] drivers: Frequency constraint infrastructure
 2019-01-30  5:27 UTC  (8+ messages)

[RFC PATCH v2 08/10] rtc: bd70528: Initial support for ROHM bd70528 RTC
 2019-01-30  0:24 UTC  (5+ messages)

[PATCH] thermal: of-thermal: support to select governor in dts for thermal zone
 2019-01-29 19:14 UTC  (2+ messages)

[PATCH 4/8] dt-bindings: devfreq: add DMC device description
 2019-01-29 16:24 UTC  (6+ messages)
  ` [PATCH 5/8] drivers: devfreq: exynos5: add DMC driver

linux-5.0-rc3, ti-soc-thermal: unmet dependencies Kconfig warning
 2019-01-29 14:48 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).