public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-19 17:53:08 to 2013-03-24 00:22:08 UTC [more...]

[PATCH v2 00/14] Marvell EBU thermal sensor consolidation
 2013-03-24  0:22 UTC  (25+ messages)
` [PATCH v2 01/14] thermal: Rename driver 'kirkwood' -> 'mvebu'
` [PATCH v2 02/14] thermal: mvebu: Rename symbols "
` [PATCH v2 03/14] thermal: mvebu: Move MODULE_DEVICE_TABLE upwards
` [PATCH v2 04/14] thermal: mvebu: Remove unneeded variable initialization
` [PATCH v2 05/14] thermal: mvebu: Convert to devm_ioremap_resource()
` [PATCH v2 06/14] thermal: mvebu: Fix license declaration
` [PATCH v2 07/14] thermal: mvebu: Rename kirkwood definitions to mvebu
` [PATCH v2 08/14] thermal: mvebu: Add infrastructure to support more multiple SoC variants
` [PATCH v2 09/14] thermal: mvebu: Add support for Armada XP thermal sensor
` [PATCH v2 10/14] thermal: mvebu: Add support for Armada 370 "
` [PATCH v2 11/14] thermal: mvebu: Add support for Marvell Dove SoC family
` [PATCH v2 12/14] ARM: mvebu: Add thermal support to Armada XP device tree
` [PATCH v2 13/14] ARM: mvebu: Add thermal support to Armada 370 "
` [PATCH v2 14/14] ARM: configs: Update mvebu, dove and kirkwood defconfigs for thermal

[PATCH] ACPI / PM: Fix potential problem in acpi_device_get_power()
 2013-03-23 23:57 UTC 

[PATCH] PCI / ACPI: Always resume devices on ACPI wakeup notifications
 2013-03-23 16:22 UTC  (2+ messages)

[PATCH v2] cpufreq: instantiate cpufreq-cpu0 as a platform_driver
 2013-03-23  6:32 UTC  (4+ messages)

[PATCH v12 0/5] block layer runtime pm
 2013-03-23  4:23 UTC  (7+ messages)
` [PATCH v12 1/5] block: add a flag to identify PM request
` [PATCH v12 2/5] scsi: use REQ_PM in sd's runtime suspend operation
` [PATCH v12 3/5] block: add runtime pm helpers
` [PATCH v12 4/5] block: implement runtime pm strategy
` [PATCH v12 5/5] sd: change to auto suspend mode

[PATCH RESEND v11 0/4] block layer runtime pm
 2013-03-23  3:37 UTC  (3+ messages)

[PATCH 0/2] thermal: lookup temperature
 2013-03-22 21:13 UTC  (3+ messages)
` [PATCH 1/2] thermal: introduce thermal_zone_lookup_temperature helper function
` [PATCH 2/2] staging: ti-soc-thermal: remove external heat while extrapolating hotspot

[PATCH 00/11] thermal: clean ups on thermal code base
 2013-03-22 21:00 UTC  (12+ messages)
` [PATCH 01/11] thermal: use strlcpy instead of strcpy
` [PATCH 02/11] thermal: update driver license
` [PATCH 03/11] thermal: rename notify_thermal_framework to thermal_notify_framework
` [PATCH 04/11] thermal: rename get_thermal_instance to thermal_instance_get
` [PATCH 05/11] thermal: rename get_tz_trend to thermal_zone_trend_get
` [PATCH 06/11] thermal: use EXPORT_SYMBOL_GPL
` [PATCH 07/11] thermal: update kernel-doc for thermal_zone_bind_cooling_device
` [PATCH 08/11] thermal: update kernel-doc for thermal_zone_unbind_cooling_device
` [PATCH 09/11] thermal: update kernel-doc for thermal_cooling_device_register
` [PATCH 10/11] thermal: update kernel-doc for create_trip_attrs
` [PATCH 11/11] thermal: update kernel-doc for thermal_zone_device_register

ACHTUNG FRIEND!
 2013-03-21 23:57 UTC 

[PATCH 0/2] Add devfreq runtime pm support
 2013-03-22 17:34 UTC  (6+ messages)
` [PATCH 1/2] PM / devfreq: Fix compiler warnings
` [PATCH 2/2] PM / devfreq: tie suspend/resume to runtime-pm

[PATCH 1/4][resend] cpuidle : handle clockevent notify from the cpuidle framework
 2013-03-22 17:05 UTC  (19+ messages)
` [PATCH 2/4] cpuidle / omap4 : use CPUIDLE_FLAG_TIMER_STOP flag
` [PATCH 3/4] cpuidle / imx6 "
` [PATCH 4/4] cpuidle / ux500 "

[PATCH] PM/domains: add delayed power off capability
 2013-03-22 16:58 UTC  (9+ messages)

[RFC PATCH 0/8] ux500 suspend-resume
 2013-03-22 16:20 UTC  (9+ messages)
` [RFC PATCH 1/8] mfd: db8500: Add IO force function
` [RFC PATCH 2/8] ARM: ux500: Add platform suspend ops
` [RFC PATCH 3/8] PM / Domains: Add on-off notifiers
` [RFC PATCH 4/8] PM / Domains: Lookup domain by name
` [RFC PATCH 5/8] ARM: ux500: Create APE generic power domain
` [RFC PATCH 6/8] clk: ux500: Add PRCC power management
` [RFC PATCH 7/8] ARM: ux500: Create u8500-clk device
` [RFC PATCH 8/8] ARM: ux500: Add ApSleep state to suspend

[PATCH] mmc: sdio: bind acpi with sdio function device
 2013-03-22 16:27 UTC  (3+ messages)

[PATCH 00/16] Marvell EBU thermal sensor consolidation
 2013-03-22 14:23 UTC  (43+ messages)
` [PATCH 01/16] thermal: Rename driver 'kirkwood' -> 'mvebu'
` [PATCH 02/16] thermal: mvebu: Rename symbols "
` [PATCH 03/16] thermal: mvebu: Move MODULE_DEVICE_TABLE upwards
` [PATCH 04/16] thermal: mvebu: Remove unneeded variable initialization
` [PATCH 05/16] thermal: mvebu: Fix valid check for thermal register
` [PATCH 06/16] thermal: mvebu: Convert to devm_ioremap_resource()
` [PATCH 07/16] thermal: mvebu: Fix license declaration
` [PATCH 08/16] thermal: mvebu: Fix temperature output formula for kirkwood
` [PATCH 09/16] thermal: mvebu: Rename kirkwood definitions to mvebu
` [PATCH 10/16] thermal: mvebu: Add infrastructure to support more multiple SoC variants
` [PATCH 11/16] thermal: mvebu: Add support for Armada XP thermal sensor
` [PATCH 12/16] thermal: mvebu: Add support for Armada 370 "
` [PATCH 13/16] thermal: mvebu: Add support for Marvell Dove SoC family
` [PATCH 14/16] ARM: mvebu: Add thermal support to Armada XP device tree
` [PATCH 15/16] ARM: mvebu: Add thermal support to Armada 370 "
` [PATCH 16/16] ARM: configs: Update mvebu, dove and kirkwood defconfigs for thermal

[Bug 55411] sysfs per-cpu cpufreq subdirs/symlinks screwed up after s2ram
 2013-03-22 14:06 UTC  (2+ messages)

[PATCH linux-pm] cpufreq: governors: Fix calculation of wall time in get_cpu_idle_time
 2013-03-22 13:24 UTC  (3+ messages)

[PATCH] cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get
 2013-03-22 13:22 UTC  (10+ messages)

[PATCH] drivers: cpuidle: kirkwood: fix coccicheck warnings
 2013-03-22 13:22 UTC 

[PATCH for 3.9 0/2] thermal: Marvell SoC thermal formula fixes
 2013-03-22 12:23 UTC  (3+ messages)
` [PATCH 1/2] thermal: kirkwood: Fix thermal sensor formula
` [PATCH 2/2] thermal: dove: "

[PATCH V3 0/4] CPUFreq: Implement per policy instances of governors
 2013-03-22 12:11 UTC  (14+ messages)
` [PATCH V3 2/4] cpufreq: governor: "
` [PATCH V3 4/4] cpufreq: Add Kconfig option to enable/disable have_multiple_policies

[PATCH 3/3 linux-next] cpufreq: conservative: Use an inline function to evaluate freq_target
 2013-03-22 10:25 UTC  (6+ messages)

[PATCH linux-next] cpufreq: governors: Calculate iowait time only when necessary
 2013-03-22  7:12 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] drivers: cpufreq: kirkwood: fix coccicheck warnings
 2013-03-22  2:44 UTC  (2+ messages)

[PATCH V2] cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue
 2013-03-22  2:21 UTC  (5+ messages)

[PATCH] kirkwood: fix coccicheck warnings
 2013-03-22  0:43 UTC  (4+ messages)

[PATCH] cpufreq: Fix unsigned variable being checked for negative value
 2013-03-21 23:47 UTC  (3+ messages)

Hello
 2013-03-21 17:55 UTC 

[PATCH for 3.9] thermal: mvebu: Fix valid check for thermal register
 2013-03-21 20:42 UTC 

[PATCH] cpuidle : handle clockevent notify from the cpuidle framework
 2013-03-21 10:37 UTC  (3+ messages)

[PATCH] thermal: shorten too long mcast group name
 2013-03-21 10:19 UTC 

Hello
 2013-03-20 23:16 UTC 

[PATCH] thermal: Fix compiler warning
 2013-03-20 21:38 UTC 

[PATCHv2 00/12] staging: [omap,ti-soc]-thermal: fixes and renaming
 2013-03-20 12:50 UTC  (6+ messages)
` [PATCHv2 09/12] staging: ti-soc-thermal: fix several kernel-doc warnings and error

[GIT PULL] Thermal management fixes for v3.9-rc4
 2013-03-20  7:09 UTC 

[PATCH V2 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot
 2013-03-20  6:17 UTC  (6+ messages)
` [PATCH V2 1/8] ARM: dts: OMAP34xx/35xx: Add CPU OPP table
` [PATCH V2 6/8] ARM: dts: OMAP4460: "
` [PATCH V2 7/8] ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot
` [PATCH V2 8/8] cpufreq: OMAP: donot allow to be used with device tree

[PATCH V3 0/2] Thermal: cpufreq cooling fix
 2013-03-20  5:45 UTC  (3+ messages)

[PATCH 1/2] cpuidle / kirkwood: remove redundant Kconfig option
 2013-03-19 22:03 UTC  (6+ messages)
` [PATCH 2/2] cpuidle / calxeda: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox