linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-07 19:14:34 to 2013-06-13 05:14:50 UTC [more...]

[PATCH] thermal: add imx thermal driver support
 2013-06-13  5:14 UTC  (5+ messages)

[PATCH 1/1] thermal: consider emul_temperature while computing trend
 2013-06-13  4:54 UTC  (3+ messages)

power-efficient scheduling design
 2013-06-13  4:32 UTC  (15+ messages)

[PATCH 00/11] CPUFreq Kconfig fixes
 2013-06-13  4:24 UTC  (22+ messages)
` [PATCH 01/11] cpufreq: blackfin: enable driver for CONFIG_BFIN_CPU_FREQ
` [PATCH 02/11] cpufreq: cris: select CPU_FREQ_TABLE
` [PATCH 03/11] cpufreq: davinci: "
` [PATCH 04/11] cpufreq: exynos: "
` [PATCH 05/11] cpufreq: highbank: remove "
` [PATCH 06/11] cpufreq: imx: "
` [PATCH 07/11] cpufreq: powerpc: CBE_RAS: "
` [PATCH 08/11] cpufreq: pxa: "
` [PATCH 09/11] cpufreq: S3C2416/S3C64XX: "
` [PATCH 10/11] cpufreq: tegra: select CPU_FREQ_TABLE for ARCH_TEGRA
` [PATCH 11/11] cpufreq: X86_AMD_FREQ_SENSITIVITY: select CPU_FREQ_TABLE

[PATCH] thermal: rcar: set up I/O base before requesting IRQ
 2013-06-13  2:56 UTC  (3+ messages)

[PATCH] PM / QOS: correct the valid range of pm_qos_class
 2013-06-13  2:31 UTC 

[PATCH 0/7] thermal: ti-soc-thermal: fixes and DRA752 support
 2013-06-13  2:20 UTC  (2+ messages)

[PATCH 0/3] CPU Package temperarure thermal driver (v02)
 2013-06-13  2:17 UTC  (2+ messages)

[PATCH 1/8] cpuidle: Remove governor module format
 2013-06-12 22:53 UTC  (9+ messages)
` [PATCH 2/8] cpuidle: Check cpuidle_enable_device succeed
` [PATCH 3/8] cpuidle: Fix indentation and conform to Coding Style
` [PATCH 4/8] cpuidle: Make cpuidle's sysfs directory dynamically allocated
` [PATCH 5/8] cpuidle: Add missing forward declaration
` [PATCH 6/8] cpuidle: Encapsulate code in __cpuidle_unregister_device
` [PATCH 7/8] cpuidle: Add a cpuidle_device init function
` [PATCH 8/8] cpuidle: Check the device is not already registered

[PATCH v2] PM / Sleep: Print last wakeup source on failed wakeup_count write
 2013-06-12 19:55 UTC 

[PATCHv3 0/6] arm: enable TI SoC thermal driver
 2013-06-12 17:07 UTC  (8+ messages)
` [PATCHv3 1/6] thermal: ti-soc-thermal: use standard GPIO DT bindings
` [PATCHv3 2/6] arm: introduce config HAS_BANDGAP
` [PATCHv3 3/6] arm: dts: add bandgap entry for OMAP443x devices
` [PATCHv3 4/6] arm: dts: add bandgap entry for OMAP4460 devices
` [PATCHv3 5/6] arm: omap2plus_defconfig: enable TI bandgap driver
` [PATCHv3 6/6] arm: omap2plus_defconfig: enable DRA752 thermal support by default

[PATCH v2 0/2] PM / AVS: SmartReflex: optimization series
 2013-06-12 15:33 UTC  (7+ messages)
` [PATCH v2 1/2] PM / AVS: SmartReflex: use devm_* API to initialize SmartReflex
` [PATCH v2 2/2] PM / AVS: SmartReflex/class3: Fix order of initialization of SR class and SR driver

Power efficient scheduling micro conference proposal
 2013-06-12 14:55 UTC 

[PATCH 0/5] cpufreq:boost: CPU Boost mode support
 2013-06-12 12:30 UTC  (21+ messages)
` [PATCH 5/5] cpufreq:boost:Kconfig: Enable boost support at Kconfig
` [PATCH v2 0/3] cpufreq:boost: CPU Boost mode support
  ` [PATCH v2 1/3] cpufreq:boost: CPU frequency boost code unification for software and hardware solutions
  ` [PATCH v2 2/3] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution
  ` [PATCH v2 3/3] cpufreq:exynos:Extend Exynos cpufreq driver to support boost framework

[PATCH] PM / QOS: correct the valid range of pm_qos_class
 2013-06-12 11:16 UTC  (2+ messages)

[PATCH] PM / Sleep: Print last wakeup source on failed wakeup_count write
 2013-06-12 11:08 UTC  (4+ messages)

[RESEND][PATCH] cpufreq: stats: Add 'load_table' sysfs file to show accumulated data of CPU
 2013-06-12 11:05 UTC  (11+ messages)

[PATCH v4] cpufreq: fix governor start/stop race condition
 2013-06-12  9:31 UTC  (2+ messages)

[PATCH v3] cpufreq: fix governor start/stop race condition
 2013-06-12  8:44 UTC  (4+ messages)

[PATCH v2] cpufreq: fix governor start/stop race condition
 2013-06-12  7:10 UTC  (3+ messages)

[PATCH V5 00/30] thermal: exynos: Add thermal driver for exynos5440
 2013-06-12  4:09 UTC  (33+ messages)
` [PATCH V5 01/30] thermal: exynos: Moving exynos thermal files into samsung directory
` [PATCH V5 02/30] thermal: exynos: Add ARCH_HAS_TMU config to know the supported soc's
` [PATCH V5 03/30] thermal: exynos: Remove CPU_THERMAL dependency for using TMU driver
` [PATCH V5 04/30] thermal: exynos: Bifurcate exynos thermal common and tmu controller code
` [PATCH V5 05/30] thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c
` [PATCH V5 06/30] thermal: exynos: Move exynos_thermal.h from include/* to driver/* folder
` [PATCH V5 07/30] thermal: exynos: Bifurcate exynos tmu driver and configuration data
` [PATCH V5 08/30] thermal: exynos: Add missing definations and code cleanup
` [PATCH V5 09/30] thermal: exynos: Add extra entries in the tmu platform data
` [PATCH V5 10/30] thermal: exynos: Move register definitions from driver to data file
` [PATCH V5 11/30] thermal: exynos: Support thermal tripping
` [PATCH V5 12/30] thermal: exynos: Fix to clear only the generated interrupts
` [PATCH V5 13/30] thermal: exynos: Add support for instance based register/unregister
` [PATCH V5 14/30] thermal: exynos: Modify private_data to appropriate name driver_data
` [PATCH V5 15/30] thermal: exynos: Return success even if no cooling data supplied
` [PATCH V5 16/30] thermal: exynos: Make the zone handling use trip information
` [PATCH V5 17/30] thermal: exynos: Remove non DT based support
` [PATCH V5 18/30] thermal: exynos: Add support to handle many instances of TMU
` [PATCH V5 19/30] thermal: exynos: Add TMU features to check instead of using SOC type
` [PATCH V5 20/30] thermal: exynos: use device resource management infrastructure
` [PATCH V5 21/30] ARM: dts: thermal: exynos4: Add documentation for Exynos SoC thermal bindings
` [PATCH V5 22/30] thermal: exynos: Add support to access common register for multistance
` [PATCH V5 23/30] thermal: exynos: Add driver support for exynos5440 TMU sensor
` [PATCH V5 24/30] thermal: exynos: Add thermal configuration data "
` [PATCH V5 25/30] thermal: exynos: Fix to set the second point correction value
` [PATCH V5 26/30] thermal: exynos: Add hardware mode thermal calibration support
` [PATCH V5 27/30] Documentation: thermal: Explain the exynos thermal driver model
` [PATCH V5 28/30] thermal: exynos: Support for TMU regulator defined at device tree
` [PATCH V5 29/30] ARM: dts: Add device tree node for exynos5440 TMU controller
` [PATCH V5 30/30] arm: exynos: enable ARCH_HAS_TMU

[PATCH] cpufreq: stats: Remove CONFIG_CPU_FREQ_STAT_DETAILS
 2013-06-12  3:59 UTC  (3+ messages)

[PATCH V4 1/2] cpuidle: simplify multiple driver support
 2013-06-11 22:44 UTC  (4+ messages)
` [PATCH V4 2/2] cpuidle: Comment the driver's framework code

[PATCH] cpuidle: Fix ARCH_NEEDS_CPU_IDLE_COUPLED dependency warning
 2013-06-11 22:42 UTC  (2+ messages)

[PATCH v3 1/3] cpufreq: ondemand: Change the calculation of target frequency
 2013-06-10 23:24 UTC  (11+ messages)

[RFC PATCHv2 1/2] drivers: power: Add watchdog timer to catch drivers which lockup during suspend/resume
 2013-06-10 21:25 UTC  (3+ messages)

Fwd: [Bug 58971] High temperature after resuming from suspend to RAM (system idle)
 2013-06-10 19:59 UTC 

[PATCH 0/2] Run callback of device_prepare/complete consistently
 2013-06-10 11:50 UTC  (20+ messages)
` [PATCH 1/2] PM: use dpm_run_callback in device_prepare

[PATCH] cpuidle: fix ARCH_NEEDS_CPU_IDLE_COUPLED dependency warning
 2013-06-10  9:29 UTC  (7+ messages)

[REGRESSION] fan always on with 3.10-rc2
 2013-06-09 18:34 UTC 

[PATCH v3 1/3] cpufreq: ondemand: Change the calculation of target frequency
 2013-06-08 11:18 UTC  (8+ messages)

[PATCH] cpufreq: userspace: Simplify governor
 2013-06-08  7:15 UTC  (4+ messages)

[GIT PULL] Power management and ACPI fixes for v3.10-rc5
 2013-06-08  0:55 UTC  (6+ messages)
    ` acpi_sba_ioc_driver breakage (was: Re: [GIT PULL] Power management and ACPI fixes for v3.10-rc5)
  ` [PATCH, revert] ACPI / scan: Revert scan handler check in acpi_bus_match()

[BUG] non-swapcache page in end_swap_bio_read()
 2013-06-07 20:51 UTC  (4+ messages)
` [PATCH] non-swapcache pages "


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