linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-22 11:30:58 to 2013-11-29 09:32:08 UTC [more...]

[PATCH 0/5] PM: Enable option of re-use runtime PM callbacks at system suspend
 2013-11-29  9:32 UTC  (10+ messages)
` [PATCH 1/5] PM / Sleep: Add pm_generic functions to re-use runtime PM callbacks
` [PATCH 2/5] PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM
` [PATCH 3/5] PM / Runtime: Add second macro for definition of runtime PM callbacks
` [PATCH 4/5] PM / Sleep: Add macro to define common late/early system "
` [PATCH 5/5] drm/exynos: Convert to suspend_late/resume_early callbacks for fimc

[PATCH 1/1] cpufreq: exynos5250: Set APLL rate using CCF API
 2013-11-29  6:11 UTC  (2+ messages)

[PATCH] cpufreq: exynos: Convert exynos-cpufreq to platform driver
 2013-11-29  5:45 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH V3 1/2] cpufreq: Make sure CPU is running on a freq from freq-table
 2013-11-29  4:15 UTC  (2+ messages)
` [PATCH V3 2/2] cpufreq: Mark x86 drivers with CPUFREQ_SKIP_INITIAL_FREQ_CHECK flag

[PATCH V4] cpufreq: suspend governors on system suspend/hibernate
 2013-11-29  3:26 UTC  (5+ messages)

[PATCH V3] cpufreq: Make sure CPU is running on a freq from freq-table
 2013-11-28 20:46 UTC  (2+ messages)

[PATCH V2] cpufreq: Make sure CPU is running on a freq from freq-table
 2013-11-28 20:31 UTC  (18+ messages)

[PATCH 0/8] Cure faux idle wreckage
 2013-11-28 18:50 UTC  (13+ messages)
` [PATCH 1/8] x86, acpi, idle: Restructure the mwait idle routines
` [PATCH 2/8] sched, preempt: Fixup missed PREEMPT_NEED_RESCHED folding
` [PATCH 3/8] idle, thermal, acpi: Remove home grown idle implementations
` [PATCH 4/8] preempt, locking: Rework local_bh_{dis,en}able()
` [PATCH 5/8] locking: Optimize lock_bh functions
` [PATCH 6/8] sched, net: Clean up preempt_enable_no_resched() abuse
` [PATCH 7/8] sched, net: Fixup busy_loop_us_clock()
` [PATCH 8/8] preempt: Take away preempt_enable_no_resched() from modules

[PATCH 0/5] cpufreq:boost: CPU Boost mode support
 2013-11-28 13:05 UTC  (4+ messages)
` [PATCH v10 0/7] "
  ` [PATCH v10 7/7] thermal:exynos:boost: Automatic enable/disable of BOOST feature (at Exynos4412)

pm_runtime functions and IS_ERR_VALUE (was Re: [PATCH v6] ARM: omap: edma: add suspend suspend/resume hooks)
 2013-11-28 13:13 UTC  (2+ messages)

[PATCH] cpufreq, highbank: enable ECME thermal notifications
 2013-11-28  6:36 UTC  (2+ messages)

[PATCH 1/1] PM / devfreq: Fix trivial typo in exynos4_bus.c
 2013-11-28  6:05 UTC 

[RFC PATCH] thermal: add generic cpu hotplug cooling device
 2013-11-27 21:56 UTC  (3+ messages)

[PATCH 0/3] Hook up powerclamp with PM QOS and cpuidle
 2013-11-27 20:47 UTC  (8+ messages)
` [PATCH 1/3] pm/qos: allow state control of qos class
` [PATCH 2/3] cpuidle: check for pm qos constraint override
` [PATCH 3/3] thermal/powerclamp: communicate with pm qos when injecting idle

[PATCH v2] PM / Sleep: Add pm_generic functions to re-use runtime PM callbacks
 2013-11-27 16:06 UTC  (12+ messages)

[GIT PULL] ACPI and power management fixes for v3.13-rc2
 2013-11-27 14:35 UTC 

[PATCH V2 0/2] cpufreq: suspend governors during s2r/hibernation
 2013-11-27 14:26 UTC  (19+ messages)
` [PATCH V2 1/2] cpufreq: suspend governors on system suspend/hibernate
` [PATCH V2 2/2] cpufreq: Change freq before suspending governors

A question about the patch: [PATCH] PCI/PM: Keep runtime PM enabled for unbound PCI devices
 2013-11-27 14:15 UTC  (14+ messages)

[PATCH 0/6] thermal: exynos: Fixes for v3.12
 2013-11-27 11:36 UTC  (6+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] ARM: dts: exynos4412-trats2: Enable TMU support at Trats2

[PATCH 1/1] PM / devfreq: Fix trivial typo in exynos4_bus.c
 2013-11-27  9:20 UTC 

[PATCH] intel_idle: Fixed C6 state on Avoton/Rangeley processors
 2013-11-27  7:43 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH V3 0/6] cpufreq: suspend early/resume late
 2013-11-27  7:39 UTC  (19+ messages)
` [PATCH V3 1/6] cpufreq: suspend governors on system suspend/hibernate
  ` [PATCH V3 2/6] cpufreq: call driver's suspend/resume for each policy
` [PATCH V3 3/6] cpufreq: Implement cpufreq_generic_suspend()
` [PATCH V3 4/6] cpufreq: exynos: Use cpufreq_generic_suspend()
` [PATCH V3 5/6] cpufreq: s5pv210: "
` [PATCH V3 6/6] cpufreq: Tegra: "

[PATCH 1/1] cpufreq: exynos: Fix compilation warnings
 2013-11-27  7:03 UTC  (4+ messages)

[PATCH RFC v3 00/12] arm64: suspend/resume implementation
 2013-11-27  3:02 UTC  (3+ messages)
` [PATCH RFC v3 06/12] arm: kvm: implement CPU PM notifier

[PATCH] cpufreq: cpufreq-cpu0: clk_round_rate() can return a zero upon error
 2013-11-27  1:28 UTC  (4+ messages)

[PATCH 00/15] Enable compilation of various Renesas drivers with COMPILE_TEST
 2013-11-27  1:18 UTC  (2+ messages)
` [PATCH 12/15] thermal: rcar-thermal: Enable driver compilation "

[PATCH] PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM
 2013-11-26 23:49 UTC 

[PATCH] i2c-mux-pca954x: Disable mux after 200ms timeout
 2013-11-26 17:00 UTC  (4+ messages)

[PATCH V3 4/6] cpufreq: exynos: Use cpufreq_generic_suspend()
 2013-11-26 14:36 UTC 

[PATCH] thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined
 2013-11-26 13:22 UTC  (4+ messages)

[PATCH 1/2] PM / Runtime: Add second macro for definition of runtime PM callbacks
 2013-11-26 11:04 UTC  (2+ messages)
` [PATCH 2/2] PM / Sleep: Add macro to define common late/early system "

[PATCH 0/7] Cure some vaux idle wrackage
 2013-11-26 10:51 UTC  (10+ messages)
` [PATCH 6/7] sched: Clean up preempt_enable_no_resched() abuse

[PATCH] thermal: EXYNOS: always register TMU driver with core thermal framework
 2013-11-26  6:15 UTC  (3+ messages)

[PATCH] cpufreq: SPEAr: clk_round_rate() can return a zero upon error
 2013-11-26  2:04 UTC 

[RFC][PATCH v5 00/14] sched: packing tasks
 2013-11-25 18:55 UTC  (3+ messages)

[GIT PULL] Thermal and Device tree
 2013-11-25 15:51 UTC  (2+ messages)

[PATCHv5 00/20] device thermal limits represented in device tree nodes (v5)
 2013-11-25 15:47 UTC  (21+ messages)
` [PATCHv9 02/20] thermal: introduce device tree parser
` [PATCHv5 06/20] hwmon: lm75: expose to thermal fw via DT nodes

IRQF_RESUME_EARLY and errors in dpm_suspend_noirq
 2013-11-25 14:12 UTC  (7+ messages)

[REPOST PATCH V2] irq: enable all irqs unconditionally in irq_resume
 2013-11-25 14:09 UTC 

[PATCH] Cpufreq: Change sysfs interface cpuinfo_cur_freq access privilege
 2013-11-25 12:14 UTC  (6+ messages)

[PATCH] cpufreq: suspend/resume governors with PM notifiers
 2013-11-25 11:35 UTC  (7+ messages)

[PATCH] PM / Clocks: fix pm_clk_resume/suspend if CONFIG_PM_RUNTIME is set
 2013-11-25 10:05 UTC  (9+ messages)

[PATCH] max17042: Fix build errors caused by missing REGMAP_I2C config
 2013-11-25  0:40 UTC  (2+ messages)

[PATCH v3 1/4] cpufreq: Add a cpufreq driver for Marvell Dove
 2013-11-24  2:51 UTC  (6+ messages)
` [PATCH v3 4/4] mvebu: Dove: Add clocks and DFS interrupt to cpu node in DT

PRIVATE MESSAGE
 2013-11-23 10:36 UTC 

[PATCH] cpufreq: Make sure CPU is running on a freq from freq-table
 2013-11-22 21:43 UTC  (3+ messages)

[PATCH] PM / Sleep: Add pm_generic functions to re-use runtime PM callbacks
 2013-11-22 18:37 UTC  (2+ messages)

cpuidle governors
 2013-11-22 18:17 UTC  (8+ messages)

[PATCH 3/7] idle, thermal, acpi: Remove home grown idle implementations
 2013-11-22 17:17 UTC  (12+ messages)

[RFC PATCH] PM / Runtime: Allow to inactivate devices during system suspend
 2013-11-22 12:06 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).