linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-26 08:27:39 to 2012-12-03 00:15:59 UTC [more...]

[PATCH 0/2] thermal: rcar: add emergency power down
 2012-12-03  0:15 UTC  (8+ messages)
` [PATCH 2/2] thermal: rcar: add .get_trip_type/temp and .notify support
        ` [PATCH 0/3 v2] thermal: rcar: add critical shutdown support
          ` [PATCH 3/3] thermal: rcar: add .get_trip_type/temp and .notify support

Recent "Run the driver callback directly" patch breaks libertas suspend
 2012-12-02 21:49 UTC  (8+ messages)
      ` [PATCH] PM / SDIO: Use empty system suspend/resume callbacks at the bus level (was: Re: Recent ...)
        ` [PATCH] SDIO / PM: Add empty bus-level suspend/resume callbacks

[RFC PATCH 0/5] USB: prepare for support port power off on non-ACPI device
 2012-12-02 16:37 UTC  (9+ messages)
` [RFC PATCH 1/5] Device Power: introduce power controller
` [RFC PATCH 2/5] driver core: introduce global device ADD/DEL notifier
  ` [RFC PATCH 3/5] USB: hub: apply power controller on usb port
` [RFC PATCH 4/5] arm: omap2: support port power on lan95xx devices
` [RFC PATCH 5/5] usb: omap ehci: remove all regulator control from ehci omap

[PATCH 01/34] Thermal: Refactor thermal.h file
 2012-12-02 14:45 UTC  (34+ messages)
` [PATCH 02/34] Thermal: Move thermal_instance to thermal_core.h
` [PATCH 03/34] Thermal: Add get trend, get instance API's to thermal_sys
` [PATCH 04/34] Thermal: Add platform level information to thermal.h
` [PATCH 05/34] Thermal: Pass zone parameters as argument to tzd_register
` [PATCH 06/34] Thermal: Add thermal governor registration APIs
` [PATCH 07/34] Thermal: Add a policy sysfs attribute
` [PATCH 08/34] Thermal: Update binding logic based on platform data
` [PATCH 09/34] Thermal: Make thermal_cdev_update as a global function
` [PATCH 10/34] Thermal: Introduce fair_share thermal governor
` [PATCH 11/34] Thermal: Introduce a step_wise "
` [PATCH 12/34] Thermal: Add a thermal notifier for user space
` [PATCH 13/34] Thermal: Remove throttling logic out of thermal_sys.c
` [PATCH 14/34] Thermal: Add a notification API
` [PATCH 15/34] Thermal: Add documentation for platform layer data
` [PATCH 16/34] Thermal: Provide option to choose default thermal governor
` [PATCH 17/34] Thermal: Fix oops and unlocking in thermal_sys.c
` [PATCH 18/34] thermal: step_wise: Add missing static storage class specifiers
` [PATCH 19/34] thermal: fair_share: "
` [PATCH 20/34] thermal: user_space: "
` [PATCH 21/34] thermal: rcar_thermal: remove explicitly used devm_kfree/iounap()
` [PATCH 22/34] Thermal: add indent for code alignment
` [PATCH 23/34] Thermal: fix bug of counting cpu frequencies
` [PATCH 24/34] Thermal: Remove the cooling_cpufreq_list
` [PATCH 25/34] thermal: cpu_cooling: Make 'notify_device' static
` [PATCH 26/34] Refactor drivers/thermal/Kconfig
` [PATCH 27/34] Exynos: Add missing dependency
` [PATCH 28/34] drivers/thermal/Makefile refactor
` [PATCH 29/34] Thermal: Add ST-Ericsson DB8500 thermal driver
` [PATCH 30/34] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data
` [PATCH 31/34] thermal: cpu cooling: use const parameter while registering
` [PATCH 32/34] thermal: cpu cooling: allow module builds
` [PATCH 33/34] thermal: rcar: fixup the unit of temperature
` [PATCH 34/34] thermal: rcar: add rcar_zone_to_priv() macro

[PATCH 00/34] Thermal: Linux/Thermal Patches for 3.8
 2012-12-02 14:40 UTC 

Runtime PM/PCI D3 issue
 2012-11-30 21:57 UTC  (2+ messages)

[PATCH 0/5] cpufreq: db8500: Rename driver and update some parts
 2012-11-30 12:44 UTC  (10+ messages)
` [PATCH 1/5] cpufreq: Give driver used for dbx500 family a more generic name
` [PATCH 2/5] mfd: db8500: Update cpufreq device name
` [PATCH 3/5] cpufreq: dbx500: Move clk_get to probe
` [PATCH 4/5] cpufreq: dbx500: Minor code cleanup
` [PATCH 5/5] cpufreq: dbx500: Update file header

[PATCH v9 00/10] ZPODD Patches
 2012-11-30 11:15 UTC  (18+ messages)
` [PATCH v9 06/10] ata: zpodd: check zero power ready status

[PATCH RFC] PM/Devfreq: Add Exynos5-bus devfreq driver for Exynos5250
 2012-11-30  8:42 UTC 

[PATCH] ACPI / PNP: Do not crash due to stale pointer use during system resume
 2012-11-29 23:51 UTC  (4+ messages)

ACPI / PM: Candidate material for the v3.8 merge window, part I
 2012-11-29 22:01 UTC 

[FIX PATCH v2] acpi/video_detect: Add "Asus UL30VT" to acpi video detect blacklist
 2012-11-29  6:28 UTC 

[FIX PATCH] acpi/video_detect: Add "Asus UL30VT" to acpi video detect blacklist
 2012-11-29  6:15 UTC 

[PATCH 3/6 v4] cpufreq: tolerate inexact values when collecting stats
 2012-11-29  4:34 UTC  (34+ messages)
` [PATCH 0/6 v5] cpufreq: add support for Calxeda ECX-1000 (highbank)
  ` [PATCH 1/6 v5] arm: use devicetree to get smp_twd clock
  ` [PATCH 2/6 v5] clk, highbank: Prevent glitches in non-bypass reset mode
  ` [PATCH 3/6 v5] cpufreq: tolerate inexact values when collecting stats
  ` [PATCH 4/6 v5] arm highbank: add support for pl320 IPC
  ` [PATCH 5/6 v5] power: export opp cpufreq functions
    ` [PATCH 6/6 v5] cpufreq, highbank: add support for highbank cpufreq
` [PATCH 0/6 v6] cpufreq: add support for Calxeda ECX-1000 (highbank)
  ` [PATCH 1/6 v6] arm: use devicetree to get smp_twd clock
  ` [PATCH 2/6 v6] clk, highbank: Prevent glitches in non-bypass reset mode
  ` [PATCH 3/6 v6] cpufreq: tolerate inexact values when collecting stats
  ` [PATCH 4/6 v6] arm highbank: add support for pl320 IPC
  ` [PATCH 5/6 v6] power: export opp cpufreq functions
    ` [PATCH 6/6 v6] cpufreq, highbank: add support for highbank cpufreq

[PATCH] PCI/PM: Keep runtime PM enabled for unbound PCI devices
 2012-11-28 22:43 UTC  (3+ messages)

[PATCH v6 0/6] solve deadlock caused by memory allocation with I/O
 2012-11-28 13:51 UTC  (15+ messages)
` [PATCH v6 2/6] PM / Runtime: introduce pm_runtime_set_memalloc_noio()
` [PATCH v6 5/6] PM / Runtime: force memory allocation with no I/O during Runtime PM callbcack

[PATCH v5 0/5] cpufreq: handle SW coordinated CPUs
 2012-11-28 12:49 UTC  (9+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] cpufreq: star/stop cpufreq timers on cpu hotplug
` [PATCH 3/5] cpufreq: ondemand: call dbs_check_cpu only when necessary
` [PATCH 4/5] cpufreq: conservative: "
` [PATCH 5/5] cpufreq: ondemand: use all CPUs in update_sampling_rate

Re: [PATCH] PM / devfreq: remove compiler error with module governors (2)
 2012-11-28 12:51 UTC  (2+ messages)
`  "

ERROR: "devfreq_monitor_resume" undefined!
 2012-11-28 10:22 UTC  (4+ messages)
  ` [PATCH] PM / devfreq: remove compiler error with module governors (2)

[PATCH] Longhaul: Disable driver by default
 2012-11-27 23:44 UTC  (5+ messages)

[PATCH 0/8] cpupower enhancements for 3.8
 2012-11-27 22:30 UTC 

[PATCH] cpufreq: ondemand: update sampling rate only on right CPUs
 2012-11-27 22:08 UTC  (2+ messages)

[PATCH] cpuidle: Measure idle state durations with monotonic clock
 2012-11-27 19:12 UTC  (7+ messages)

[PATCH v2 0/3] pm: Intel powerclamp driver
 2012-11-27 19:01 UTC  (6+ messages)
` [PATCH v2 1/3] tick: export nohz tick idle symbols for module use
` [PATCH v2 2/3] x86/nmi: export local_touch_nmi() symbol for modules
` [PATCH v2 3/3] PM: Introduce Intel PowerClamp Driver

[PATCH] fixup! cpufreq: SPEAr: Add CPUFreq driver
 2012-11-27 19:05 UTC 

[PATCHv9 0/3] Runtime Interpreted Power Sequences
 2012-11-27 16:46 UTC  (18+ messages)
` [PATCHv9 1/3] "

[PATCH] cpufreq: SPEAr: Add CPUFreq driver
 2012-11-27 12:06 UTC  (3+ messages)

PROBLEM: resuming from suspend-to-ram hangs
 2012-11-27 10:42 UTC  (3+ messages)

[PATCH 0/2] ACPI / platform: Put devices enumerated via ACPI into D0 before probing drivers
 2012-11-27  5:24 UTC  (3+ messages)
` [PATCH 2/2] platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown

Please add 2 categories
 2012-11-27  2:43 UTC  (4+ messages)
  ` [k.org requests #104] "

[PATCH v3 0/3]
 2012-11-26 15:19 UTC  (4+ messages)
` [PATCH v3 1/3] tick: export nohz tick idle symbols for module use
` [PATCH v3 2/3] x86/nmi: export local_touch_nmi() symbol for modules
` [PATCH v3 3/3] PM: Introduce Intel PowerClamp Driver

[PATCH] usb: add USB_QUIRK_RESET_RESUME for M-Audio 49
 2012-11-26 21:54 UTC  (11+ messages)
              ` [alsa-devel] "

[PATCH 8/8] patch cpupower_ivy_bridge_support.patch
 2012-11-26 20:49 UTC 

[PULL REQUEST for Rafael] PM / devfreq: pull request-3 bugfixes
 2012-11-26 15:34 UTC  (4+ messages)
    ` [PULL REQUEST for Rafael] PM / devfreq: rebased on pm-devfreq

Re: [PULL REQUEST for Rafael] PM / devfreq: pull request-3 bugfixes
 2012-11-26 10:33 UTC 

[PATCH 0/5] cpu-hotplug,memory-hotplug: bug fix for offlining node
 2012-11-26 10:20 UTC  (6+ messages)
` [PATCH 1/5] cpu_hotplug: clear apicid to node when the cpu is hotremoved
` [PATCH 2/5] memory-hotplug: export the function try_offline_node()
` [PATCH 3/5] cpu-hotplug, memory-hotplug: try offline the node when hotremoving a cpu
` [PATCH 4/5] cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node
` [PATCH 5/5] Do not use cpu_to_node() to find an offlined cpu's node


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