linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-11 15:33:47 to 2013-03-18 16:39:02 UTC [more...]

[PATCH 0/8] staging: [omap,ti-soc]-thermal: fixes and renaming
 2013-03-18 16:39 UTC  (10+ messages)
` [PATCH 1/8] staging: omap-thermal: fix return value
` [PATCH 2/8] staging: omap-thermal: use spin_lock_irqsave inside IRQ handler
` [PATCH 3/8] staging: omap-thermal: rename bg_ptr to bgp
` [PATCH 4/8] staging: rename omap-thermal driver to ti-soc-thermal
` [PATCH 5/8] staging: ti-soc-thermal: make unexported functions local
` [PATCH 6/8] staging: ti-soc-thermal: split writable data from readonly data
` [PATCH 7/8] stating: ti-soc-thermal: use sizeof(*pointer) while allocating
` [PATCH 8/8] staging: ti-soc-thermal: fix several kernel-doc warnings and error

[PATCH 00/50] staging: omap-thermal: several code refactoring
 2013-03-18 14:44 UTC  (69+ messages)
` [PATCH 01/50] staging: omap-thermal: use BIT() macro
` [PATCH 02/50] staging: omap-thermal: remove unused _SHIFT macros
` [PATCH 03/50] staging: omap-thermal: create header for register, bitfields and definitions
` [PATCH 04/50] staging: omap-thermal: update documentation of omap-bandgap.h
` [PATCH 05/50] staging: omap-thermal: style cleanup on omap-bandgap.c
` [PATCH 06/50] staging: omap-thermal: fix error checking
` [PATCH 07/50] staging: omap-thermal: introduce RMW_BITS macro
` [PATCH 08/50] staging: omap-thermal: add documentation for register access functions
` [PATCH 09/50] staging: omap-thermal: make a omap_bandgap_power with only one exit point
` [PATCH 10/50] staging: omap-thermal: add documentation for omap_bandgap_power
` [PATCH 11/50] staging: omap-thermal: add documentation for omap_bandgap_read_temp
` [PATCH 12/50] staging: omap-thermal: rename talert handler
` [PATCH 13/50] staging: omap-thermal: update documentation for talert irq handler
` [PATCH 14/50] staging: omap-thermal: update tshut IRQ handler documentation
` [PATCH 15/50] staging: omap-thermal: remove duplicated code
` [PATCH 16/50] staging: omap-thermal: read status only once inside alert IRQ
` [PATCH 17/50] staging: omap-thermal: add a section of register manipulation
` [PATCH 18/50] staging: omap-thermal: section of basic helpers
` [PATCH 19/50] staging: omap-thermal: IRQ handler section
` [PATCH 20/50] staging: omap-thermal: ADC section
` [PATCH 21/50] staging: omap-thermal: name adc_to_temp_conversion in a better way
` [PATCH 22/50] staging: omap-thermal: rewrite omap_bandgap_adc_to_mcelsius on kernel coding style
` [PATCH 23/50] staging: omap-thermal: add documentation for omap_bandgap_adc_to_mcelsius
` [PATCH 24/50] staging: omap-thermal: name temp_to_adc_conversion in a better way
` [PATCH 25/50] staging: omap-thermal: rewrite omap_bandgap_mcelsius_to_adc on kernel coding style
` [PATCH 26/50] staging: omap-thermal: move conv table limits out of sensor data
` [PATCH 27/50] staging: omap-thermal: add documentation for omap_bandgap_mcelsius_to_adc
` [PATCH 28/50] staging: omap-thermal: rename add_hyst to omap_bandgap_add_hyst
` [PATCH 29/50] staging: omap-thermal: document omap_bandgap_add_hyst function
` [PATCH 30/50] staging: omap-thermal: threshold manipulation section
` [PATCH 31/50] staging: omap-thermal: refactor temp_sensor_unmask_interrupts
` [PATCH 32/50] staging: omap-thermal: update omap_bandgap_unmask_interrupts documentation
` [PATCH 33/50] staging: omap-thermal: refactor APIs handling threshold values
` [PATCH 34/50] staging: omap-thermal: device initialization section
` [PATCH 35/50] staging: omap-thermal: section of device driver callbacks
` [PATCH 36/50] staging: omap-thermal: rename enable_continuous_mode
` [PATCH 37/50] staging: omap-thermal: update omap_bandgap_set_continous_mode documentation
` [PATCH 38/50] staging: omap-thermal: document omap_bandgap_force_single_read
` [PATCH 39/50] staging: omap-thermal: document omap_bandgap_update_alert_threshold function
` [PATCH 40/50] staging: omap-thermal: document _omap_bandgap_write_threshold function
` [PATCH 41/50] staging: omap-thermal: document _omap_bandgap_read_threshold function
` [PATCH 42/50] staging: omap-thermal: document omap_bandgap_tshut_init function
` [PATCH 43/50] staging: omap-thermal: document omap_bandgap_alert_init function
` [PATCH 44/50] staging: omap-thermal: document omap_bandgap_build function
` [PATCH 45/50] staging: omap-thermal: change Kconfig dependency method
` [PATCH 46/50] staging: Add a MAINTAINERS entry for TI bandgap and thermal driver
` [PATCH 47/50] staging: omap-thermal: switch mutex to spinlock inside omap-bandgap
` [PATCH 48/50] staging: omap-thermal: remove TODO entry suggesting regmap usage
` [PATCH 49/50] staging: omap-thermal: remove TODO entry for exposed APIs
` [PATCH 50/50] staging: omap-thermal: add documentation for omap_bandgap_validate

[PATCH][RFC] PM / Domains: Add on-off notifiers
 2013-03-18 13:08 UTC  (2+ messages)

[PATCH V4 0/4] cpufreq: exynos5440: support for cpufreq driver
 2013-03-18 10:58 UTC  (7+ messages)
` [PATCH V4 1/4] cpufreq: exynos: Adding cpufreq driver for exynos5440
` [PATCH V4 2/4] cpufreq: exynos: Remove error return even if no soc is found
` [PATCH V4 3/4] arm: exynos: Enable OPP library support for exynos5440
` [PATCH V4 4/4] dts: Add cpufreq controller node for Exynos5440 SoC

[PATCH] PM/domains: add delayed power off capability
 2013-03-18 10:07 UTC  (12+ messages)

[PATCH] cpufreq: Fix unsigned variable being checked for negative value
 2013-03-18  8:29 UTC  (3+ messages)

[RFC patch 00/11] cpuidle : ARM driver to rule them all
 2013-03-15 15:07 UTC  (14+ messages)
` [RFC patch 01/11] cpuidle : handle clockevent notify from the cpuidle framework
` [RFC patch 02/11] cpuidle / arm : a single cpuidle driver
` [RFC patch 03/11] cpuidle / ux500 : use common ARM "
` [RFC patch 04/11] cpuidle / omap3 "
` [RFC patch 05/11] cpuidle / davinci : use common ARM driver
` [RFC patch 06/11] cpuidle / at91 : use common ARM cpuidle driver
` [RFC patch 07/11] cpuidle / shmobile "
` [RFC patch 08/11] cpuidle / imx "
` [RFC patch 09/11] cpuidle / s3c64xx "
` [RFC patch 10/11] cpuidle / calxeda "
` [RFC patch 11/11] cpuidle / kirkwood "

[PATCH 0/8] ARM: OMAP3+: Switch to use DT based cpu0-cpufreq driver
 2013-03-15 15:02 UTC  (26+ messages)
` [PATCH 1/8] ARM: dts: OMAP34xx: move CPU OPP tables to device tree
` [PATCH 2/8] ARM: dts: OMAP36xx: "
` [PATCH 3/8] ARM: dts: OMAP3: use twl4030 vdd1 regulator for CPU
` [PATCH 4/8] ARM: dts: OMAP443x: move CPU OPP tables to device tree
` [PATCH 5/8] ARM: dts: omap4-panda: move generic sections to panda-common
` [PATCH 6/8] ARM: dts: OMAP446x: move CPU OPP tables to device tree
` [PATCH 7/8] ARM: OMAP3+: use cpu0-cpufreq driver
` [PATCH 8/8] cpufreq: omap: remove omap-cpufreq

[PATCH V3 0/2] Thermal: cpufreq cooling fix
 2013-03-15 11:14 UTC 

[PATCH RESEND v11 0/4] block layer runtime pm
 2013-03-15  9:05 UTC  (5+ messages)
` [PATCH RESEND v11 1/4] block: add a flag to identify PM request
` [PATCH RESEND v11 2/4] block: add runtime pm helpers
` [PATCH RESEND v11 3/4] block: implement runtime pm strategy
` [PATCH RESEND v11 4/4] sd: change to auto suspend mode

[PULL REQUEST for Rafael] PM / devfreq: pull request
 2013-03-14 16:56 UTC  (3+ messages)

[PATCH V3 0/4] CPUFreq: Implement per policy instances of governors
 2013-03-14  3:09 UTC  (6+ messages)
` [PATCH V3 4/4] cpufreq: Add Kconfig option to enable/disable have_multiple_policies

[PATCH v3 2/2] cpufreq: Convert the cpufreq_driver_lock to use the rcu
 2013-03-13 20:50 UTC  (4+ messages)
` [PATCH v4 0/2] cpufreq: cpufreq_driver_lock is hot on large systems

[PATCH 1/2] thermal: db8500: Fix checking return value of thermal_zone_device_register
 2013-03-13  8:17 UTC  (4+ messages)
` [PATCH 2/2] thermal: db8500: Fix missing mutex_unlock() in probe error paths

[PATCH 0/2] cpufreq: cpufreq-cpu0: cleanups around DT usage
 2013-03-12 15:51 UTC  (15+ messages)
` [PATCH 1/2] cpufreq: cpufreq-cpu0: support for clock which are not in DT yet
` [PATCH 2/2] cpufreq: cpufreq-cpu0: provide compatibility string for DT matchup

[PATCH] PM/domains: add delayed power off capability
 2013-03-12 14:29 UTC  (3+ messages)

[PATCH 0/4][V2] time: dynamic irq affinity
 2013-03-12 11:38 UTC  (9+ messages)
` [PATCH 4/4][V2] ARM: timer-sp: Set "
` [PATCH 2/4][V2] time : set broadcast "
` [PATCH 3/4][V2] ARM: nomadik: add dynamic irq flag to the timer

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

[PATCH V2] drivers: thermal: cpu_cooling: fix checkpatch warning
 2013-03-12 10:47 UTC 

[PATCH RESEND 2/2] PM: invalidate TEST_CPUS and TEST_CORE support for freeze state
 2013-03-12  1:21 UTC 

[PATCH RESEND 1/2] PM: add TEST_PLATFORM support for freeze state
 2013-03-12  1:21 UTC 

[PATCH 1/3] workqueue: define mod_scheduled_delayed_work[_on]() helpers
 2013-03-12  0:54 UTC  (3+ messages)

[PATCH] kirkwood: fix coccicheck warnings
 2013-03-12  0:10 UTC  (6+ messages)

[PATCH] PM: fix pm_test support for freeze state
 2013-03-12  0:13 UTC  (4+ messages)

[PATCH] drivers: thermal: cpu_cooling: fix checkpatch warning
 2013-03-11 19:42 UTC  (3+ messages)

[PATCH 3/3 linux-next] cpufreq: conservative: Use an inline function to evaluate freq_target
 2013-03-11 16:21 UTC  (5+ messages)

[PATCH v2] kirkwood: fix coccicheck warnings
 2013-03-11 15:33 UTC  (2+ 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).