linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-12 14:13:21 to 2015-02-20 16:20:22 UTC [more...]

[PATCH] cpufreq: exynos: allow build for !THERMAL or !CPU_THERMAL cases
 2015-02-20 16:20 UTC 

[GIT PULL] Thermal Management updates for 3.20-rc1 #3
 2015-02-20 14:05 UTC 

[RFT RESEND 1/4] power_supply: twl4030_madc: Check return value of power_supply_register
 2015-02-20 13:32 UTC  (4+ messages)
` [RFT RESEND 2/4] power_supply: ipaq_micro_battery: Fix leaking workqueue
` [RFT RESEND 3/4] power_supply: ipaq_micro_battery: Check return values in probe
` [RFT RESEND 4/4] power_supply: lp8788-charger: Fix leaked power supply on probe fail

[GIT PULL] Thermal Management updates for 3.20-rc1 #2
 2015-02-20 11:04 UTC  (2+ messages)

[PATCH RFC 0/3] power: mxs_power: add driver for mxs power subsystem
 2015-02-20 10:57 UTC  (13+ messages)
` [PATCH RFC 2/3] "

[PATCH] thermal/intel_powerclamp: add id for Avoton SoC
 2015-02-19 18:40 UTC 

[GIT PULL] Thermal Management updates for 3.20-rc1 #1
 2015-02-19 13:48 UTC 

[PATCH 0/5] Various fixes to weights in the thermal framework
 2015-02-19 13:36 UTC  (9+ messages)
` [PATCH v3 1/5] thermal: of: fix cooling device weights in device tree
` [PATCH v3 2/5] thermal: fair_share: use the weight from the thermal instance
` [PATCH v3 3/5] thermal: fair_share: fix typo
` [PATCH v3 4/5] thermal: export weight to sysfs
` [PATCH v3 5/5] thermal: fair_share: generalize the weight concept

[PATCH] thermal: exynos: fix: Check if data->tmu_read callback is present before read
 2015-02-19 12:23 UTC  (3+ messages)

[PATCH V2 00/20] cpufreq: Don't loose cpufreq history on CPU hotplug
 2015-02-19 11:32 UTC  (21+ messages)
` [PATCH V2 01/20] cpufreq: Add doc style comment about cpufreq_cpu_{get|put}()
` [PATCH V2 02/20] cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev()
` [PATCH V2 03/20] cpufreq: Throw warning when we try to get policy for an invalid CPU
` [PATCH V2 04/20] cpufreq: Keep a single path for adding managed CPUs
` [PATCH V2 05/20] cpufreq: Clear policy->cpus even for the last CPU
` [PATCH V2 06/20] cpufreq: Create for_each_{in}active_policy()
` [PATCH V2 07/20] cpufreq: Call schedule_work() for the last active policy
` [PATCH V2 08/20] cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policies
` [PATCH V2 09/20] cpufreq: Get rid of cpufreq_cpu_data_fallback
` [PATCH V2 10/20] cpufreq: Don't traverse list of all policies for adding policy for a cpu
` [PATCH V2 11/20] cpufreq: Manage governor usage history with 'policy->last_governor'
` [PATCH V2 12/20] cpufreq: Mark policy->governor = NULL for inactive policies
` [PATCH V2 13/20] cpufreq: Don't allow updating inactive-policies from sysfs
` [PATCH V2 14/20] cpufreq: Track cpu managing sysfs kobjects separately
` [PATCH V2 15/20] cpufreq: Stop migrating sysfs files on hotplug
` [PATCH V2 16/20] cpufreq: Remove cpufreq_update_policy()
` [PATCH V2 17/20] cpufreq: Initialize policy->kobj while allocating policy
` [PATCH V2 18/20] cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()
` [PATCH V2 19/20] cpufreq: Restart governor as soon as possible
` [PATCH V2 20/20] cpufreq: Add support for physical hoplug of CPUs

[PATCH 0/2, v2] cpufreq: build fixes
 2015-02-19  5:35 UTC  (5+ messages)
` [PATCH 1/2 v2] cpufreq: s3c: remove incorrect __init annotations
` [PATCH 2/2 v2] cpufreq: s3c: remove last use of resume_clocks callback

[PATCH 00/18] cpufreq: don't loose cpufreq history on CPU hotplug
 2015-02-19  3:24 UTC  (14+ messages)
` [PATCH 05/18] cpufreq: Manage governor usage history with 'policy->last_governor'
` [PATCH 04/18] cpufreq: Manage fallback policies in a list

3.20-rc0: GUI dies on resume, then systemd gots sigill
 2015-02-19  1:09 UTC 

[PATCH] driver/cpuidle-powernv: Avoid endianness conversions while parsing DT
 2015-02-18 23:35 UTC  (2+ messages)
`  "

[PATCHv3 0/8] devfreq: Add generic exynos memory-bus frequency driver
 2015-02-18 20:59 UTC  (3+ messages)

[PATCH RFC 00/12] The Linux Kernel Thermal Framework Docbook
 2015-02-18 16:58 UTC  (15+ messages)
` [PATCH RFC 01/12] Documentation: Introduce Linux Kernel Thermal Framework DocBook
` [PATCH RFC 02/12] Documentation: thermal docbook: add glossary
` [PATCH RFC 12/12] Documentation: thermal docbook: introduce governor chapter

[FOR DISCUSSION 0/8] Dove PMU support
 2015-02-18 18:42 UTC  (18+ messages)
` [PATCH 1/8] pm: domains: quieten down generic pm domains
` [PATCH 2/8] pm: domains: avoid potential oops in pm_genpd_remove_device()
` [PATCH 3/8] pm: domains: sync runtime PM status with PM domains

[PATCH 0/8] tools/thermal: tmon: UI and build system improvements
 2015-02-18 17:49 UTC  (11+ messages)
` [PATCH 1/8] tools/thermal: tmon: add --target-temp parameter
` [PATCH 2/8] tools/thermal: tmon: add min/max macros
` [PATCH 3/8] tools/thermal: tmon: tui: don't hard-code dialog window size assumptions
` [PATCH 4/8] tools/thermal: tmon: fixup tui windowing calculations
` [PATCH 5/8] tools/thermal: tmon: add .gitignore
` [PATCH 6/8] tools/thermal: tmon: support cross-compiling
` [PATCH 7/8] tools/thermal: tmon: use pkg-config to determine library dependencies
` [PATCH 8/8] tools/thermal: tmon: silence 'set but not used' warnings

[PATCH v7 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC
 2015-02-18 14:08 UTC  (8+ messages)
` [PATCH v7 1/7] mfd: Add support for DA9150 combined charger & fuel-gauge device
` [PATCH v7 2/7] mfd: da9150: Add DT binding documentation for core
` [PATCH v7 3/7] iio: Add support for DA9150 GPADC
` [PATCH v7 4/7] iio: da9150: Add DT binding documentation for GPADC
  ` [PATCH v7 5/7] power: Add support for DA9150 Charger
  ` [PATCH v7 6/7] power: da9150: Add DT binding documentation for charger
` [PATCH v7 7/7] MAINTAINERS: Include DA9150 files in Dialog Semiconductor support list

[REGRESSION] fdo bug 86565 - black screen after resume from hibernation since linux kernel 3.18
 2015-02-18 13:34 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 0/9] hwmon: thermal: Odroid U3: Provide support for Odroid U3 fan
 2015-02-18 13:16 UTC  (11+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] thermal: Provide stub for thermal_of_cooling_device_register() function
  ` [PATCH v4 2/8] thermal: Provide stub for thermal_cdev_update() function
  ` [PATCH v4 3/8] Documentation: dts: Documentation entry to explain how to use PWM FAN as a cooling device
  ` [PATCH v4 4/8] ARM: dts: Add pwm-fan node to the Odroid-U3 board
  ` [PATCH v4 5/8] ARM: dts: Add properties to use pwm-fan device as a cooling device in Odroid U3
  ` [PATCH v4 6/8] hwmon: pwm-fan: Extract __set_pwm() function to only modify PWM duty cycle
  ` [PATCH v4 7/8] hwmon: pwm-fan: Read PWM FAN configuration from device tree
  ` [PATCH v4 8/8] hwmon: pwm-fan: Code for using PWM FAN as a cooling device

[PATCH v3 0/6] Convert twl4030_madc_battery to IIO consumer and add DT aupport
 2015-02-18  7:46 UTC  (2+ messages)

[PATCH v2] PM-Trace: add pm-trace support for suspending phase
 2015-02-18  7:13 UTC  (2+ messages)

[PATCH V4] cpuidle/powernv: Read target_residency value of idle states from DT if available
 2015-02-18  6:18 UTC  (6+ messages)

[PATCH v12 0/6] cpufreq: use generic cpufreq drivers for exynos platforms
 2015-02-17 20:25 UTC  (5+ messages)

[PATCH] x86, irq: Fix regression caused by commit b568b8601f05
 2015-02-17 18:50 UTC  (5+ messages)

[PATCH v6 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC
 2015-02-17 18:15 UTC  (7+ messages)

[PATCH] thermal: Default OF created trip points to writable
 2015-02-17 11:12 UTC  (3+ messages)

[PATCH 0/7] OPP: Introduce OPP bindings V2 and supporting code
 2015-02-17  7:46 UTC  (5+ messages)

[GIT PULL] Thermal SoC management updates for v3.20 #1
 2015-02-17  3:19 UTC  (2+ messages)

[GIT PULL] Updates related to suspend-to-idle for 3.20-rc1
 2015-02-16 19:24 UTC 

[PATCH 0/3] thermal: exynos: Fix NULL pointer error and bug of PD_DET_EN of Exynos7
 2015-02-16 17:00 UTC  (9+ messages)
` [PATCH 1/3] thermal: exynos: Fix NULL pointer exception during kernel booting
` [PATCH 2/3] thermal: exynos: Fix wrong control of power down detection mode for Exynos7
` [PATCH 3/3] thermal: exynos: Clean-up code to use oneline entry for exynos compatible table

[PATCH] ab8500_fg.c: only request threaded IRQs when necessary
 2015-02-16 16:32 UTC 

[PATCH v3 0/6] Add new MFD driver for MAX77843
 2015-02-16 14:02 UTC  (7+ messages)
` [PATCH v3 1/6] mfd: max77843: Add max77843 MFD driver core driver

[PATCH RESEND v3 0/3] X-Power AXP288 PMIC Fuel Gauge Driver
 2015-02-16 13:54 UTC  (3+ messages)
` [PATCH RESEND v3 1/3] mfd/axp20x: change battery cell name to fuel gauge

[PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig)
 2015-02-16  9:57 UTC  (9+ messages)
` [PATCH 2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig)
` [PATCH 3/3] exynos: config: Enable support for cpufreq on Exynos SoCs (exynos_defconfig)

[PATCH v7 00/16] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-02-16  9:40 UTC  (16+ messages)
` [PATCH v7 01/16] clk: tegra: Add binding for the Tegra124 DFLL clocksource
` [PATCH v7 04/16] clk: tegra: Add functions for parsing CVB tables
` [PATCH v7 05/16] clk: tegra: Add DFLL DVCO reset control for Tegra124
` [PATCH v7 07/16] clk: tegra: Save/restore CCLKG_BURST_POLICY on suspend

battery drains after shutdown
 2015-02-15 23:36 UTC  (2+ messages)

[PATCH v5 0/5] drivers: bus: Add Simple Power-Managed Bus
 2015-02-15 15:45 UTC  (3+ messages)

[PATCH] PM-Trace: add pm-trace support for suspending phase
 2015-02-15  2:36 UTC  (7+ messages)

[PATCH 0/6] PM / sleep: Support for quiescing timers during suspend-to-idle
 2015-02-14 17:30 UTC  (24+ messages)
` [PATCH 1/6] PM / sleep: Re-implement suspend-to-idle handling
  ` [Update][PATCH 1/6 v2] "
` [PATCH 2/6] timekeeping: Pass readout base to update_fast_timekeeper()
` [PATCH 3/6] timekeeping: Make it safe to use the fast timekeeper while suspended
` [PATCH 4/6] PM / sleep: Make it possible to quiesce timers during suspend-to-idle
  ` [Update][PATCH 4/6 v2] "
` [PATCH 5/6] intel_idle: Add ->enter_freeze callbacks

[PATCH] thermal: Introduce dummy functions when thermal is not defined
 2015-02-14  1:28 UTC 

[PATCH v4 0/2] CPUFreq driver using CPPC methods
 2015-02-14  0:01 UTC  (6+ messages)
` [PATCH v4 1/2] Mailbox: Restructure and simplify PCC mailbox code

[GIT PULL] More ACPI and power management updates for 3.20-rc1
 2015-02-13 21:22 UTC 

Usage of notifier callback in devfreq
 2015-02-13 20:41 UTC 

[PATCH RFC 0/5] Dove PMU support
 2015-02-13 16:12 UTC  (10+ messages)
` [PATCH 3/5] ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resets
` [PATCH 1/5] pm: domains: quieten down generic pm domains

[PATCH RFC v4 1/3] PM / Runtime: Add an API pm_runtime_set_slave
 2015-02-12 15:13 UTC  (2+ 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).