linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-29 06:03:20 to 2015-01-06 03:42:58 UTC [more...]

[PATCH V2 00/14] cpufreq: stats: cleanups
 2015-01-06  3:42 UTC  (39+ messages)
` [PATCH V2 01/14] cpufreq: stats: don't break strings into multiple lines
` [PATCH V2 02/14] cpufreq: stats: return -EEXIST when stats are already allocated
` [PATCH V2 03/14] cpufreq: stats: don't check for freq table while freeing stats
` [PATCH V2 04/14] cpufreq: stats: pass 'stat' to cpufreq_stats_update()
        ` [PATCH V2 04/14] cpufreq: stats: pass 'stat' to cpufreq_stats_update() *
` [PATCH V2 05/14] cpufreq: stats: get rid of per-cpu cpufreq_stats_table
` [PATCH V2 06/14] cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy
` [PATCH V2 07/14] cpufreq: stats: remove cpufreq_stats_update_policy_cpu()
` [PATCH V2 08/14] cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications
` [PATCH V2 09/14] cpufreq: stats: create sysfs group once we are ready
` [PATCH V2 10/14] cpufreq: stats: don't update stats from show_trans_table()
` [PATCH V2 11/14] cpufreq: stats: don't update stats on false notifiers
` [PATCH V2 12/14] cpufreq: stats: replace spinlock with mutex
` [PATCH V2 13/14] cpufreq: stats: Fix locking
` [PATCH V2 14/14] cpufreq: stats: call cpufreq_stats_update() with locks held

[PATCH 00/17] ARM: sunxi: Support cpufreq on sun[457]i
 2015-01-06  2:35 UTC  (18+ messages)
` [PATCH 01/17] ARM: sunxi: Register cpufreq-dt for sun[45678]i
` [PATCH 02/17] clk: sunxi: Propagate rate changes to parent for mux clocks
` [PATCH 03/17] Input: sun4i-ts: Add thermal zone sensor support
` [PATCH 04/17] ARM: dts: sunxi: Add dtsi for AXP209 PMIC
` [PATCH 05/17] ARM: dts: sunxi: Enable thermal sensor support for RTP on sun[457]i
` [PATCH 06/17] ARM: dts: sun7i: Add cpu clock reference and operating points to dtsi
` [PATCH 07/17] ARM: dts: sun7i: Add cpu thermal zones "
` [PATCH 08/17] ARM: dts: sun7i: cubieboard2: add axp209 regulator nodes
` [PATCH 09/17] ARM: dts: sun7i: cubietruck: "
` [PATCH 10/17] ARM: dts: sun5i: Add cpu clock reference and operating points to dtsi
` [PATCH 11/17] ARM: dts: sun5i: Add cpu thermal zones "
` [PATCH 12/17] ARM: dts: sun5i: hsg-h702: add axp209 regulator nodes
` [PATCH 13/17] ARM: dts: sun4i: Add cpu clock reference and operating points to dtsi
` [PATCH 14/17] ARM: dts: sun4i: Add cpu thermal zones "
` [PATCH 15/17] ARM: dts: sun4i: cubieboard: add axp209 regulator nodes
` [PATCH 16/17] ARM: sunxi_defconfig: Enable TOUCHSCREEN_SUN4I, CPUFREQ_DT, CPU_THERMAL
` [PATCH 17/17] ARM: multi_v7_defconfig: Enable TOUCHSCREEN_SUN4I, CPU_THERMAL

[PATCHv6 0/9] devfreq: Add devfreq-event class to provide raw data for devfreq device
 2015-01-06  2:00 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add linux-omap to list of reviewers for TI Thermal
 2015-01-05 21:51 UTC  (3+ messages)

[PATCH 1/1] MAINTAINERS: update ti-soc-thermal status
 2015-01-05 21:50 UTC 

[PATCH] thermal: add omap3 support
 2015-01-05 21:41 UTC  (4+ messages)

[PATCH] ti-soc-thermal: implement eocz bit to make driver useful on omap3
 2015-01-05 21:35 UTC  (4+ messages)

[PATCH] thermal: ti-soc-thermal: ti-bandgap.c: Remove unused function
 2015-01-05 21:33 UTC  (3+ messages)

Fix: Bind Cooling Device Weight
 2015-01-05 21:31 UTC  (9+ messages)

[PATCH 00/21] thermal: exynos: Thermal code rework to use device tree
 2015-01-05 21:11 UTC  (14+ messages)
` [PATCH v2 00/17] "
  ` [PATCH v2 06/17] thermal: cpu_cooling: dts: Define device tree bindings for Exynos cpu cooling functionality
  ` [PATCH v2 07/17] thermal: cpu_cooling: Modify exynos thermal code to use device tree for cpu cooling configuration
  ` [PATCH v2 08/17] thermal: exynos: dts: Add default definition of the TMU sensor parameter
  ` [PATCH v2 12/17] thermal: exynos: dts: Provide device tree bindings identical to one in exynos_tmu_data.c

[RFC PATCH v6 0/9] The power allocator thermal governor
 2015-01-05 21:04 UTC  (22+ messages)
` [RFC PATCH v6 5/9] thermal: extend the cooling device API to include power information
` [RFC PATCH v6 6/9] thermal: cpu_cooling: implement the power cooling device API
` [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor
` [RFC PATCH v6 9/9] of: thermal: Introduce sustainable power for a thermal zone

[PATCH] thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()
 2015-01-05 20:28 UTC  (2+ messages)

[PATCH] Thermal: imx: add clk disable/enable for suspend/resume
 2015-01-05 14:29 UTC  (2+ messages)

[PATCH] ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
 2015-01-05 19:17 UTC  (3+ messages)

[RFC PATCHv2 00/19] power_supply: Allow safe usage of power supply
 2015-01-05 15:48 UTC  (20+ messages)
` [RFC PATCHv2 01/19] power_supply: Add driver private data
` [RFC PATCHv2 02/19] power_supply: Move run-time configuration to separate structure
` [RFC PATCHv2 03/19] power_supply: Add API for safe access of power supply function attrs
` [RFC PATCHv2 04/19] power_supply: sysfs: Use power_supply_*() API for accessing "
` [RFC PATCHv2 05/19] power: 88pm860x_charger: "
` [RFC PATCHv2 06/19] power: ab8500: "
` [RFC PATCHv2 07/19] mfd: "
` [RFC PATCHv2 08/19] power: apm_power: "
` [RFC PATCHv2 09/19] power: bq2415x_charger: "
` [RFC PATCHv2 10/19] power: charger-manager: "
` [RFC PATCHv2 11/19] power_supply: Change ownership from driver to core
` [RFC PATCHv2 12/19] power_supply: Add power_supply_put for decrementing device reference counter
` [RFC PATCHv2 13/19] power: charger-manager: Decrement the power supply's "
` [RFC PATCHv2 14/19] x86/olpc/xo1/sci: Use newly added power_supply_put API
` [RFC PATCHv2 15/19] x86/olpc/xo15/sci: "
` [RFC PATCHv2 16/19] power: 88pm860x_charger: Decrement the power supply's device reference counter
` [RFC PATCHv2 17/19] power: bq2415x_charger: "
` [RFC PATCHv2 18/19] mfd: ab8500: "
` [RFC PATCHv2 19/19] arm: mach-pxa: "

[PATCH] ACPI / PM: Fix PM initialization for devices that are not present
 2015-01-05 13:40 UTC  (2+ messages)

[PATCH 0/9] hwmon: thermal: Odroid U3: Provide support for Odroid U3 fan
 2015-01-05 10:50 UTC  (21+ messages)
` [PATCH 2/9] hwmon: dts: Doc: Add DTS doc to explain how to use PWM FAN as a cooling device
` [PATCH v2 0/8] hwmon: thermal: Odroid U3: Provide support for Odroid U3 fan
  ` [PATCH v2 1/8] thermal: Provide stub for thermal_of_cooling_device_register() function
  ` [PATCH v2 2/8] thermal: Provide stub for thermal_cdev_update() function
  ` [PATCH v2 3/8] hwmon: dts: Doc: Add DTS doc to explain how to use PWM FAN as a cooling device
  ` [PATCH v2 5/8] hwmon: thermal: dts: Add properties to use pwm-fan device as a cooling device in Odroid U3
  ` [PATCH v2 6/8] hwmon: thermal: Extract __set_pwm() function to only modify PWM duty cycle
  ` [PATCH v2 7/8] hwmon: thermal: Read PWM FAN configuration from device tree

[PATCH v2] dmaengine: shdma: Runtime-resume device in .shutdown()
 2015-01-05 10:46 UTC 

[PATCH v4 0/4] power: Add max77693 charger driver
 2015-01-05 10:16 UTC  (5+ messages)
` [PATCH v4 1/4] devicetree: power/mfd: max77693: Document new bindings for charger
  ` [PATCH v4 2/4] mfd: max77693: Add defines for MAX77693 charger driver
` [PATCH v4 3/4] power: max77693: Add charger driver for Maxim 77693
` [PATCH v4 4/4] Documentation: power: max77693-charger: Document exported sysfs entry

[PATCH] power: bq24190: Fix ignored supplicants
 2015-01-05  8:51 UTC 

[PATCH] power: max17042: Constify struct regmap_config
 2015-01-05  8:50 UTC 

[PATCH 1/1] cpufreq: s3c64xx: force regulator descriptor to NULL when disabled
 2015-01-05  6:55 UTC  (2+ messages)

[PATCH 0/3] Support INT3406 Display thermal device
 2015-01-05  6:51 UTC  (10+ messages)
` [PATCH 1/3] video / backlight: add two APIs for drivers to use
` [PATCH 2/3] video / backlight: remove the backlight_device_registered API
` [PATCH 3/3] Thermal: introduce INT3406 thermal driver

Din e-lagring gräns har överskridits
 2015-01-05  5:47 UTC 

[PATCH] int340x_thermal/processor_thermal_device: return failure when there is no ACPI device object
 2015-01-05  1:20 UTC 

[PATCH v5 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC
 2015-01-04 17:26 UTC  (6+ messages)
` [PATCH v5 3/7] iio: Add support for DA9150 GPADC
` [PATCH v5 5/7] power: Add support for DA9150 Charger

[PATCH] power: avs: smartreflex: Remove unused function
 2015-01-04 16:06 UTC  (3+ messages)

[PATCH 1/2] ACPI/int340x_thermal: enumerate INT340X devices even if they're not in _ART/_TRT
 2015-01-04  6:24 UTC  (2+ messages)
` [PATCH 2/2] ACPI/int340x_thermal: enumerate INT3401 for Intel SoC DTS thermal driver

[PATCH] cleanup ti-soc-thermal
 2015-01-03 19:02 UTC  (6+ messages)

[PATCH] power: ab8500_fg.c: Remove unused function
 2015-01-02  9:32 UTC  (2+ messages)

[PATCH 00/17] cpufreq: trivial cleanups
 2015-01-02  7:04 UTC  (18+ messages)
` [PATCH 01/17] cpufreq: remove dangling comment
` [PATCH 02/17] cpufreq: remove extra parenthesis
` [PATCH 03/17] cpufreq: don't need line break in show_scaling_cur_freq()
` [PATCH 04/17] cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()
` [PATCH 05/17] cpufreq: s/__find_governor/find_governor
` [PATCH 06/17] cpufreq: No need to check for has_target()
` [PATCH 07/17] cpufreq: pass policy to cpufreq_out_of_sync
` [PATCH 08/17] cpufreq: pass policy to __cpufreq_get()
` [PATCH 09/17] cpufreq: update driver_data->flags only if we are registering driver
` [PATCH 10/17] cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} mess
` [PATCH 11/17] cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()
` [PATCH 12/17] cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev
` [PATCH 13/17] cpufreq: limit the scope of l_p_j variables
` [PATCH 14/17] cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUs
` [PATCH 15/17] cpufreq: don't check if cpu > nr_cpu_ids
` [PATCH 16/17] cpufreq: remove check for cpufreq_disabled() from cpufreq_cpu_{get|put}()
` [PATCH 17/17] cpufreq: move some initialization stuff to cpufreq_policy_alloc()

[PATCH 00/28] remove .owner for most platform_drivers: the missing bits
 2014-12-31 10:23 UTC  (5+ messages)
` [PATCH 05/28] cpufreq: drop owner assignment from platform_drivers

[PATCH] MFD / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-31  8:14 UTC  (2+ messages)

[PATCH V2 00/26] thermal: cpu_cooling: Fixes and cleanups
 2014-12-31  8:11 UTC  (3+ messages)
` [PATCH V2 02/26] thermal: db8500: pass cpu_present_mask to cpufreq_cooling_register()

[RFC PATCHv2 0/8] devfreq: Add generic exynos memory-bus frequency driver
 2014-12-31  5:19 UTC  (9+ messages)
` [RFC PATCHv2 1/8] devfreq: exynos: Add generic exynos memory bus "
` [RFC PATCHv2 2/8] devfreq: exynos: Add documentation for "
` [RFC PATCHv2 3/8] ARM: dts: Add memory bus node for Exynos3250
` [RFC PATCHv2 4/8] clk: samsung: exynos4: Add divider clock id for memory bus frequency
` [RFC PATCHv2 5/8] ARM: dts: Add memory bus node for Exynos4x12
` [RFC PATCHv2 6/8] ARM: dts: Add memory bus node for Exynos4210
` [RFC PATCHv2 7/8] ARM: dts: Add memory bus node for Exynos3250-based Rinato board
` [RFC PATCHv2 8/8] ARM: dts: Add memory bus node for Exynos4412-based TRATS2 board

[RFC] OPP: Redefine bindings to overcome shortcomings
 2014-12-31  4:47 UTC  (4+ messages)

[RFC PATCH 00/10] sched: frequency and cpu invariant per-entity load-tracking and other load-tracking bits
 2014-12-30 15:05 UTC  (4+ messages)
` [RFC PATCH 02/10] sched: Make usage and load tracking cpu scale-invariant

[PATCH 00/13] cpufreq: stats: cleanups
 2014-12-30 14:56 UTC  (4+ messages)

[GIT PULL] Power management and ACPI material for 3.19-rc3
 2014-12-29 21:30 UTC 

[PATCH] ARM: shmobile: R-Mobile: Remove !CONFIG_PM_RUNTIME section
 2014-12-29 16:46 UTC 

[PATCH v5] Thermal: introduce INT3406 thermal driver
 2014-12-29  6:03 UTC  (12+ messages)
            ` [PATCH v6] "


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