linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-28 02:08:24 to 2014-12-02 15:53:47 UTC [more...]

[PATCH 00/26] thermal: cpu_cooling: Fixes and cleanups
 2014-12-02 15:53 UTC  (33+ messages)
` [PATCH 01/26] thermal: db8500: pass cpu_present_mask to cpufreq_cooling_register()
` [PATCH 02/26] thermal: imx: "
` [PATCH 03/26] thermal: exynos: "
` [PATCH 04/26] thermal: exynos: Handle -EPROBE_DEFER properly
` [PATCH 05/26] cpu_cooling: random comment fixups
` [PATCH 06/26] cpu_cooling: fix doc comment over struct cpufreq_cooling_device
` [PATCH 07/26] cpu_cooling: Add comment to clarify relation between cooling state and frequency
` [PATCH 08/26] cpu_cooling: Pass variable instead of its type to sizeof()
` [PATCH 09/26] cpu_cooling: no need to set cpufreq_state to zero
` [PATCH 10/26] cpu_cooling: no need to set cpufreq_dev to NULL
` [PATCH 11/26] cpu_cooling: propagate error returned by idr_alloc()
` [PATCH 12/26] cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register
` [PATCH 13/26] cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy
` [PATCH 14/26] cpu_cooling: Don't check is_cpufreq_valid()
` [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 17/26] cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state()
` [PATCH 18/26] cpu_cooling: Merge get_cpu_frequency() "
` [PATCH 19/26] cpu_cooling: find max level during device registration
` [PATCH 20/26] cpu_cooling: get_property() doesn't need to support GET_MAXL anymore
` [PATCH 21/26] cpu_cooling: create list of cpufreq_cooling_devices
` [PATCH 22/26] cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count
` [PATCH 23/26] cpu_cooling: Pass 'cpufreq_dev' to get_property()
` [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 v13 00/10] cpuidle driver for QCOM SoCs: 8064, 8074, 8084
 2014-12-02 15:52 UTC  (13+ messages)
` [PATCH v13 03/10] qcom: spm: Add Subsystem Power Manager driver

[PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
 2014-12-02 15:41 UTC 

[PATCH v2 0/3] Add support for Tegra Activity Monitor
 2014-12-02 14:49 UTC  (5+ messages)
` [PATCH v2 2/3] PM / devfreq: tegra: add devfreq 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  (22+ messages)
` [RFC V1 1/8] cpufreq: Reuse "compatible" binding to probe "
` [RFC V1 2/8] cpufreq: Create cpufreq platform-device based on "compatible" from DT
` [RFC V1 3/8] cpufreq: imx: reuse dt_device.c to create cpufreq platform device
` [RFC V1 4/8] cpufreq: mvebu: "
` [RFC V1 5/8] cpufreq: shmobile: "
` [RFC V1 6/8] cpufreq: zynq: "
` [RFC V1 7/8] cpufreq: calxeda: "
` [RFC V1 8/8] cpufreq: exynos: "

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/2] fix some problems for cpufreq
 2014-12-02  4:38 UTC  (9+ messages)
` [PATCH 1/2] acpi-cpufreq: make the freq_table store the same freq value
` [PATCH 2/2] cpufreq: show the real avail freqs with the freq_table
` [PATCH v2] acpi-cpufreq: make the freq_table store the same freq value

[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  (4+ messages)

[PATCH V4 0/3] PM / Domains: Add initial PM clock support to genpd
 2014-12-02  1:09 UTC  (5+ messages)
` [PATCH V4 1/3] PM / Domains: Initial PM clock support for genpd
` [PATCH V4 2/3] ARM: shmobile: Convert to genpd flags for PM clocks for r8a7779
` [PATCH V4 3/3] ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile

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

[PATCH 0/4] PM: Use CONFIG_PM instead of CONFIG_PM_RUNTIME in core code
 2014-12-02  1:01 UTC  (8+ messages)
` [PATCH 1/4] PM: Drop the SET_PM_RUNTIME_PM_OPS() macro
  ` [Replacement][PATCH 1/4] PM: Merge the SET*_RUNTIME_PM_OPS() macros
` [PATCH 4/4] PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core
  ` [Update][PATCH "

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

[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

[PATCH V2 4/8] opp: Introduce APIs to remove OPPs
 2014-12-01 23:25 UTC  (2+ messages)

[PATCH 1/3] thermal: of: support writable trips via dt
 2014-12-01 22:35 UTC  (9+ messages)
` [PATCH 2/3] thermal: of: consolidate sensor callbacks as ops
` [PATCH 3/3] thermal: of: notify sensor driver on trip updates

[PATCH] USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
 2014-12-01 22:30 UTC  (11+ messages)
` [Update][PATCH] "
  ` [Update 2x][PATCH] "

[PATCH] x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.c
 2014-12-01 22:27 UTC  (3+ messages)

Re:
 2014-12-01 13:02 UTC 

[PATCH v5 0/2] poweroff-source DT property renaming
 2014-12-01 19:33 UTC  (2+ messages)

[PATCH v12 00/10] cpuidle driver for QCOM SoCs: 8064, 8074, 8084
 2014-12-01 19:00 UTC  (4+ messages)
` [PATCH v12 07/10] qcom: cpuidle: Add cpuidle driver for QCOM cpus

[PATCH v3 0/2] CPPC as a PID backend
 2014-12-01 14:56 UTC  (5+ messages)
` [PATCH v3 1/2] CPPC as a PID controller backend

[PATCH] tools, cpupower, fix return checks for sysfs_get_idlestate_count()
 2014-12-01 14:39 UTC 

[PATCH V2] PM / Domains: Add pm_genpd_lookup() API to lookup domain by firmware node
 2014-12-01 11:57 UTC  (4+ messages)

[PATCH V3 0/3] PM / Domains: Add initial PM clock support to genpd
 2014-12-01  9:36 UTC  (7+ messages)
` [PATCH V3 1/3] PM / Domains: Initial PM clock support for genpd
` [PATCH V3 2/3] ARM: shmobile: Convert to genpd flags for PM clocks for r8a7779
` [PATCH V3 3/3] ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile

[PATCH 1/3] arm64: psci: warn if psci_power_state variable is not initialised
 2014-12-01  8:08 UTC  (4+ messages)
` [PATCH 3/3] arm64: psci: Add support to call cpu_suspend with deepest C state

[RFC] cpufreq: Add "dvfs-method" binding to probe cpufreq drivers
 2014-12-01  8:06 UTC  (13+ messages)

[PATCH v2 0/4] powernv: cpuidle: Redesign idle states management
 2014-12-01  6:27 UTC  (4+ messages)
` [PATCH v2 3/4] "

Upstream bug report
 2014-12-01  6:09 UTC  (2+ messages)

[PATCH 1/1] thermal: int3403: Delete a check before thermal_zone_device_unregister()
 2014-12-01  4:50 UTC 

[PATCH 1/2 V5] intel_pstate: skip this driver if Sun server has _PPC method
 2014-12-01  1:30 UTC 

[PATCH 0/2 V4] intel_pstate: skip this driver if hit Sun X86 servers
 2014-12-01  1:26 UTC  (6+ messages)
` [PATCH 1/2 V4] intel_pstate: skip this driver if Sun server has _PPC method
` [PATCH 2/2 V6] intel_pstate: add kernel parameter to force loading on Sun X86 servers

Charity Work
 2014-11-29  4:54 UTC 

[PATCH 0/4] PM: Use CONFIG_PM instead of CONFIG_PM_RUNTIME in core code
 2014-11-29  0:50 UTC  (4+ messages)

[PATCH 00/12] soc: samsung: Modify and enhance power domain driver
 2014-11-28 18:04 UTC  (8+ messages)
` [PATCH 03/12] PM / Domains: Add notifier support for power domain transitions

[GIT PULL] thermal changes for v3.18-rc7
 2014-11-28 15:13 UTC 

[PATCHv3 1/1] thermal: cpu_cooling: check for the readiness of cpufreq layer
 2014-11-28 17:10 UTC  (3+ messages)

[PATCHv2 1/1] thermal: cpu_cooling: check for the readiness of cpufreq layer
 2014-11-28 13:43 UTC  (5+ messages)

[PATCH] power: max14577: Remove SYSFS dependency from Kconfig
 2014-11-28 13:35 UTC  (2+ messages)

thermal sensor numbering change intended ?
 2014-11-28  9:57 UTC  (2+ messages)

[PATCH 0/7] cpufreq: Register cooling device after policy is usable
 2014-11-28  9:19 UTC  (7+ messages)
` [PATCH 5/7] cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register

[PATCH RFC v2 00/12] soc: samsung: Modify and enhance power domain driver
 2014-11-28  8:52 UTC  (7+ messages)
` [PATCH RFC v2 01/12] arm: exynos: Add platform driver support for "
  ` [PATCH RFC v2 07/12] PM / Domains: export pm_genpd_lookup_name

[PATCH V2 0/3] PM / Domains: Add initial PM clock support to genpd
 2014-11-28  7:26 UTC  (4+ messages)
` [PATCH V2 1/3] PM / Domains: Initial PM clock support for genpd

[PATCH 0/4] (CMA_AGGRESSIVE) Make CMA memory be more aggressive about allocation
 2014-11-28  3:45 UTC  (4+ messages)
` [PATCH 4/4] (CMA_AGGRESSIVE) Update page alloc function

[PATCH 0/2 V4] intel_pstate: skip this driver if hit Sun X86 servers
 2014-11-28  3:33 UTC  (4+ messages)
` [PATCH 1/2 V4] intel_pstate: skip this driver if Sun server has _PPC method
` [PATCH 2/2 V5] intel_pstate: add kernel parameter to force loading on Sun X86 servers

[PATCH 1/1] thermal: cpu_cooling: check for the readiness of cpufreq layer
 2014-11-28  2:28 UTC  (4+ messages)

[PATCH v2] thermal: Intel SoC DTS: Don't do thermal zone update inside spin_lock
 2014-11-28  2:11 UTC 

[PATCH] thermal: Don't call thermal_zone_device_update inside spinlock
 2014-11-28  2:08 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).