linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-02 00:10:35 to 2014-12-04 04:41:11 UTC [more...]

[PATCH 00/26] thermal: cpu_cooling: Fixes and cleanups
 2014-12-04  4:41 UTC  (38+ messages)
` [PATCH 04/26] thermal: exynos: Handle -EPROBE_DEFER properly
` [PATCH 05/26] cpu_cooling: random comment fixups
` [PATCH 08/26] cpu_cooling: Pass variable instead of its type to sizeof()
` [PATCH 11/26] cpu_cooling: propagate error returned by idr_alloc()
` [PATCH 15/26] cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register()
` [PATCH 16/26] cpu_cooling: Drop useless locking around idr_alloc/idr_remove
` [PATCH 19/26] cpu_cooling: find max level during device registration
` [PATCH 21/26] cpu_cooling: create list of cpufreq_cooling_devices
` [PATCH 24/26] cpu_cooling: Store frequencies in descending order
` [PATCH 25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq
` [PATCH 26/26] cpu_cooling: update copyright tags

[PATCH V2 00/26] thermal: cpu_cooling: Fixes and cleanups
 2014-12-04  4:12 UTC  (27+ messages)
` [PATCH V2 01/26] thermal: cpu_cooling: check for the readiness of cpufreq layer
` [PATCH V2 02/26] thermal: db8500: pass cpu_present_mask to cpufreq_cooling_register()
` [PATCH V2 03/26] thermal: imx: "
` [PATCH V2 04/26] thermal: exynos: "
` [PATCH V2 05/26] thermal: cpu_cooling: random comment fixups
` [PATCH V2 06/26] thermal: cpu_cooling: fix doc comment over struct cpufreq_cooling_device
` [PATCH V2 07/26] thermal: cpu_cooling: Add comment to clarify relation between cooling state and frequency
` [PATCH V2 08/26] thermal: cpu_cooling: Pass variable instead of its type to sizeof()
` [PATCH V2 09/26] thermal: cpu_cooling: no need to set cpufreq_state to zero
` [PATCH V2 10/26] thermal: cpu_cooling: no need to set cpufreq_dev to NULL
` [PATCH V2 11/26] thermal: cpu_cooling: no need to initialze 'ret'
` [PATCH V2 12/26] thermal: cpu_cooling: propagate error returned by idr_alloc()
` [PATCH V2 13/26] thermal: cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register
` [PATCH V2 14/26] thermal: cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy
` [PATCH V2 15/26] thermal: cpu_cooling: Don't check is_cpufreq_valid()
` [PATCH V2 16/26] thermal: cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register()
` [PATCH V2 17/26] thermal: cpu_cooling: initialize 'cpufreq_val' on registration
` [PATCH V2 18/26] thermal: cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state()
` [PATCH V2 19/26] thermal: cpu_cooling: remove unnecessary wrapper get_cpu_frequency()
` [PATCH V2 20/26] thermal: cpu_cooling: find max level during device registration
` [PATCH V2 21/26] thermal: cpu_cooling: get_property() doesn't need to support GET_MAXL anymore
` [PATCH V2 22/26] thermal: cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count
` [PATCH V2 23/26] thermal: cpu_cooling: Pass 'cpufreq_dev' to get_property()
` [PATCH V2 24/26] thermal: cpu_cooling: Store frequencies in descending order
` [PATCH V2 25/26] thermal: cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq
` [PATCH V2 26/26] thermal: cpu_cooling: update copyright tags

[PATCH] drivers: sh / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-04  3:58 UTC  (2+ messages)

[PATCH v6] cpufreq: Add SFI based cpufreq driver support
 2014-12-04  3:35 UTC  (3+ messages)

[PATCH 1/2 V6] intel_pstate: skip this driver if Sun server has _PPC method
 2014-12-04  2:24 UTC  (6+ messages)

[PATCH 2/2 V7] intel_pstate: add kernel parameter to force loading on Sun X86 servers
 2014-12-04  2:22 UTC  (2+ messages)

[PATCH] e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIME
 2014-12-04  1:15 UTC 

[PATCH] misc / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-04  1:00 UTC  (2+ messages)

[PATCH] SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-04  1:22 UTC 

[PATCH] power / PM: Eliminate CONFIG_PM_RUNTIME
 2014-12-04  1:19 UTC 

[PATCH] NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-04  1:17 UTC 

[PATCH] MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-04  1:12 UTC 

[PATCH] MFD / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-04  0:54 UTC 

[PATCH] block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03 23:50 UTC  (3+ messages)

[PATCH RFC] PM / Runtime: Better support for nested irq_safe drivers
 2014-12-03 23:27 UTC  (10+ messages)

[PATCH] iio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03 22:46 UTC  (3+ messages)

[PATCH] hsi / OMAP / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03 22:45 UTC  (4+ messages)

[PATCH 0/4] PM: Use CONFIG_PM instead of CONFIG_PM_RUNTIME in core code
 2014-12-03 22:51 UTC  (5+ messages)
` [PATCH 1/4] PM: Drop the SET_PM_RUNTIME_PM_OPS() macro

[PATCH] thermal: Fix error path in thermal_init()
 2014-12-03 21:20 UTC 

[PATCH v14 00/10] cpuidle driver for QCOM SoCs: 8064, 8074, 8084
 2014-12-03 20:35 UTC  (16+ messages)
` [PATCH v14 01/10] qcom: scm: Move scm-boot files to drivers/soc/qcom/ and include/soc/qcom
` [PATCH v14 02/10] qcom: scm: Add SCM warmboot support for quad core SoCs
` [PATCH v14 03/10] qcom: spm: Add Subsystem Power Manager driver
` [PATCH v14 04/10] arm: dts: qcom: Add power-controller device node for 8074 Krait CPUs
` [PATCH v14 05/10] arm: dts: qcom: Add power-controller device node for 8084 "
` [PATCH v14 06/10] arm: dts: qcom: Update power-controller device node for 8064 "
` [PATCH v14 07/10] qcom: cpuidle: Add cpuidle driver for QCOM cpus
` [PATCH v14 08/10] arm: dts: qcom: Add idle states device nodes for 8074
` [PATCH v14 09/10] arm: dts: qcom: Add idle states device nodes for 8084
` [PATCH v14 10/10] arm: dts: qcom: Add idle state device nodes for 8064

[PATCH RFC 0/3] Add "Simple" / Renesas Bus State Controller Driver
 2014-12-03 19:30 UTC  (6+ messages)

[PATCH] thermal: lock the thermal zone when switching governors
 2014-12-03 19:11 UTC  (2+ messages)

[PATCH] tools, cpupower, fix return checks for sysfs_get_idlestate_count()
 2014-12-03 18:25 UTC  (2+ messages)

[GIT PULL] thermal-soc management updates for v3.19 #1
 2014-12-03 15:53 UTC 

[PATCH v2 0/3] Add support for Tegra Activity Monitor
 2014-12-03 15:09 UTC  (6+ messages)
` [PATCH v2 2/3] PM / devfreq: tegra: add devfreq driver "

[PATCH 0/4] ARM: shmobile: R-Mobile: Add SYSC restart handler
 2014-12-03 14:17 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] ARM: shmobile: r8a7740: Remove restart callback
` [PATCH 3/4] ARM: shmobile: sh73a0: "
` [PATCH 4/4] ARM: shmobile: kzm9g-reference: "

[PATCH] gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03 13:54 UTC  (4+ messages)

[PATCH v6 0/7] ARM: shmobile: R-Mobile: DT PM domain support
 2014-12-03 13:41 UTC  (8+ messages)
` [PATCH v6 1/7] PM / Domains: Add DT bindings for the R-Mobile System Controller
` [PATCH v6 2/7] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup
` [PATCH v6 3/7] ARM: shmobile: R-Mobile: Enable module clocks if !CONFIG_PM_RUNTIME
` [PATCH v6 4/7] ARM: shmobile: R-Mobile: Store SYSC base address in rmobile_pm_domain
` [PATCH v6 5/7] ARM: shmobile: R-Mobile: Add DT support for PM domains
` [PATCH v6 6/7] ARM: shmobile: r8a7740 dtsi: Add PM domain support
  ` [PATCH v6 7/7] drivers: sh: Disable PM runtime for multi-platform r8a7740 with genpd

[PATCH] media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03 12:41 UTC  (4+ messages)

[PATCH v2] thermal: exynos: add special clock support
 2014-12-03 12:26 UTC  (6+ messages)

[PATCH] i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.c
 2014-12-03 11:17 UTC  (2+ messages)

[PATCH] i2c-hid / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03  9:53 UTC  (3+ messages)

[PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
 2014-12-03  9:06 UTC  (3+ messages)

[PATCH RFC v2 00/12] soc: samsung: Modify and enhance power domain driver
 2014-12-03  8:36 UTC  (7+ messages)
` [PATCH RFC v2 01/12] arm: exynos: Add platform driver support for "
  ` [PATCH RFC v2 08/12] soc: samsung: pm_domain: Add support for parent power domain

[PATCHv3 1/1] thermal: cpu_cooling: check for the readiness of cpufreq layer
 2014-12-03  6:30 UTC  (2+ messages)

[PATCH] input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03  5:54 UTC  (3+ messages)

[PATCH 0/2] fix some problems for cpufreq
 2014-12-03  5:49 UTC  (7+ messages)

[PATCH] hwrandom / exynos / PM: Use CONFIG_PM in #ifdef
 2014-12-03  4:14 UTC  (2+ messages)

[PATCH] Add ability for PXA2xx CPUFreq to be compiled as a module or, not at all
 2014-12-03  2:21 UTC  (3+ messages)

[PATCH] drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03  1:53 UTC  (2+ messages)

[PATCH] DMA / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03  1:44 UTC 

[PATCH 0/2 V4] intel_pstate: skip this driver if hit Sun X86 servers
 2014-12-03  0:49 UTC  (4+ messages)
` [PATCH 2/2 V6] intel_pstate: add kernel parameter to force loading on "

[RFC 0/4] OOM vs PM freezer fixes
 2014-12-02 22:08 UTC  (4+ messages)
` [RFC 1/2] oom: add helper for setting and clearing TIF_MEMDIE
  ` [RFC 2/2] OOM, PM: make OOM detection in the freezer path raceless

[PATCH] OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output()
 2014-12-02 20:18 UTC  (2+ messages)

[PATCH] thermal/int3400: export uuids
 2014-12-02 17:11 UTC 

[PATCH v13 00/10] cpuidle driver for QCOM SoCs: 8064, 8074, 8084
 2014-12-02 15:52 UTC  (11+ messages)
` [PATCH v13 03/10] qcom: spm: Add Subsystem Power Manager driver

[PATCH 1/2] drivers: thermal: Remove ARCH_HAS_BANDGAP dependency for samsung
 2014-12-02 14:23 UTC  (4+ messages)
` [PATCH 2/2] ARM: EXYNOS: Remove ARCH_HAS_BANDGAP selection

[RFC PATCH 00/10] sched: frequency and cpu invariant per-entity load-tracking and other load-tracking bits
 2014-12-02 14:06 UTC  (11+ messages)
` [RFC PATCH 01/10] sched: Make load tracking frequency scale-invariant
` [RFC PATCH 02/10] sched: Make usage and load tracking cpu scale-invariant
` [RFC PATCH 03/10] cpufreq: Architecture specific callback for frequency changes
` [RFC PATCH 04/10] arm: Frequency invariant scheduler load-tracking support
` [RFC PATCH 05/10] ARM: vexpress: Add CPU clock-frequencies to TC2 device-tree
` [RFC PATCH 06/10] arm: Cpu invariant scheduler load-tracking support
` [RFC PATCH 07/10] sched: Get rid of scaling usage by cpu_capacity_orig
` [RFC PATCH 08/10] sched: Track blocked utilization contributions
` [RFC PATCH 09/10] sched: Include blocked utilization in usage tracking
` [RFC PATCH 10/10] sched: Include blocked load in weighted_cpuload

[PATCH v7 0/4] mfd: rt5033: Add Richtek RT5033 drivers
 2014-12-02 13:39 UTC  (5+ messages)
` [PATCH v7 1/4] mfd: rt5033: Add Richtek RT5033 driver core
` [PATCH v7 2/4] power: rt5033_battery: Add RT5033 Fuel gauge device driver
` [PATCH v7 3/4] power: rt5033_charger: Add RT5033 charger "
` [PATCH v7 4/4] Documentation: Add documentation for rt5033 multifunction device

[RFC V1 0/8] CPUFreq: create platform-dev for DT based cpufreq drivers
 2014-12-02  8:20 UTC  (5+ messages)

randconfig build error with next-20141013, in drivers/thermal/int340x_thermal/int3406_thermal.c
 2014-12-02  6:18 UTC  (8+ messages)
` [PATCH] Thermal: int3406_thermal: solve the dependency build error
  ` [PATCH v2] "
    ` [PATCH v3] "
      ` [PATCH v4] "
            ` [PATCH] Thermal: introduce INT3406 thermal driver

[PATCH 0/8] OPP: Remove OPPs when not in use
 2014-12-02  3:46 UTC  (5+ messages)
` [PATCH 5/8] arm_big_little: free OPP table created during ->init()

[PATCH] PM / Kconfig: Do not select PM directly from Kconfig files
 2014-12-02  1:10 UTC  (2+ messages)

[PATCH V4 0/3] PM / Domains: Add initial PM clock support to genpd
 2014-12-02  1:09 UTC  (3+ messages)
` [PATCH V4 1/3] PM / Domains: Initial PM clock support for genpd

[PATCH 0/2] ACPI / PM: Fixes related to GPE race conditions
 2014-12-02  0:56 UTC  (5+ messages)
` [PATCH 1/2] ACPICA: Save current masks of enabled GPEs after enable register writes

[PATCH v6 0/4] mfd: rt5033: Add Richtek RT5033 drivers
 2014-12-02  0:10 UTC  (4+ messages)
` [PATCH v6 1/4] mfd: rt5033: Add Richtek RT5033 driver core


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